搜索资源列表
directXLine
- 实用DirectX的平滑曲线推屏例程。可以做数据采集曲线输出,解决了屏闪的问题。- The practical DirectX smooth curve pushes the screen example regulation. May make the data acquisition curve output, has solved the problem which the screen dodges.
vb_smooth_new_3_lap
- VB平滑Excel表格数据,简洁,小巧,实用。可以调节文件格式-VB Excel spreadsheet data smoothing, simple, compact and practical. It can adjust the file format
vb等值线图的绘制方法※编程实践※水论坛
- 等值线 在科学计算和现实生活中,常常会遇到y=f(t)这类函数关系,例如,正弦、余弦等等。函数y=f(t)往往是以离散的观测值形式f(ti)(i=1,....N)表现出来的。例如,令股民朋友如醉如痴的K线图,与千家万户性命攸关的河流水位曲线图等等。离散函数关系有不少数据处理课题,例如,数据拟合、插值和平滑等等。最令人兴奋的还是预测,如果股民朋友能够准确把握y=f(t)的走向,钞票就会源源不断涌入口袋。如果水文学家能够准确预测河流水位暴涨的过程,可以大量减少生命和财产损失。 所谓画曲线就
xfile_xuyungui
- 文件与内存操作的封装, 常见的数据处理,1d、2d数据平滑-documents and the operation of memory packaging, common data processing, 1d, 2d data smoothing
hge_render_input_cn.rar
- HGE中文显示与中文输入整合新方案。基于字符缓冲模式的原理,绘制使用 GetGlyphOutline 获取字符的65级灰度位图数据Blt到纹理中,这样就可以支持平滑(无锯齿)字体的显示。,HGE Chinese show new integration with the Chinese character input program. Model based on the principle characters in the buffer, rendering the use of chara
SMOOTHFILTER
- 提高数据采集可靠性的一种方法--平滑滤波法,这里是20点和40点的平滑滤波。 CRC冗余码校验也是提高可靠性的必要方法。-Improve the reliability of a data collection method- smoothing filtering method, this is 20 o clock and 40-point smoothing filter. CRC redundancy check is also an essential means to impro
PICTURESHOW
- 基于vc语言,把图像采集卡采集的数据(数组)在vc应用程序图像显示,灰度变换,图像平滑,中值滤波,锐化,边缘检测-Vc-based language, the image acquisition card data collection (array) in vc application image display, gray-scale transformation, image smoothing, median filtering, sharpening, edge detection
GPS723
- 利用c#编写小波算法,对气象用数据进行数据平滑,以方便观察,得到正确的资料数据-wave denosing
kaerman
- 卡尔曼滤波器,用于平滑惯性器件的输出数据,从而可以对数据进行建模与补偿。 -Kalman filter, inertial device for smoothing the output data, allowing for data modeling and compensation.
lowpass
- 数据平滑,将数据平滑,易于作图。图片更易于被接受更加直观-Smoothing of the data, the data smooth, easy mapping
fifoVerilog
- 设计一个异步FIFO,完成数据平滑功能,FIFO的深度为256,宽度为8位,实时给出读空和溢出指示,写时钟为带间隔的100MHz,读时钟为5MHz,代码为了便于读阅,存放在word文档,可直接拷贝到quartus或者ise编译平台下使用-Design an asynchronous FIFO, complete data smoothing function, the depth of the FIFO 256, and the width is 8 bits, real read empty
average
- 平均值计算及平滑算法介绍,用于大量数据平滑计算,可作为子程序使用-average simulation
数据平滑处理程序
- 消除数据中的干扰成分,同时保持原有曲线的变化特性。(Eliminate interference components in the data while maintaining the changing characteristics of the original curve.)
Gravity
- 计算规则长方体与球体的叠加重力异常值,绘制等值线与三维图 以及重力异常数据平滑拟合程序。(Calculate the superposition of gravity values between cuboid and sphere, draw isoline and 3D map, and smooth fitting program of gravity anomaly data.)
Archive
- 拼音输入法,使用二元模型、参数估计与数据平滑,然后求解一个最大似然概率(Pin Yin Shu Ru Fa, shi yong er yuan mo xing, can shu gu ji)
Matlab-卡尔曼平滑
- 用共视法处理卫星时统数据的卡尔曼滤波算法(Calman filtering algorithm for processing satellite time data using CO view method)
指数模型
- 指数平滑法(Expinential smoothing method)的思想也是对时间序列进行修匀以消除不规则和随机的扰动。该方法是建立在如下基础上的加权平均法:即认为时间序列中的近期数据对未来值的影响比早期数据对未来值得影响更大。于是通过对时间序列的数据进行加权处理,越是近期的数据,其权数越大;反之,权数就越小。这样就将数据修匀了,并反映出时间序列中对预测时点值的影响程度。根据修匀的要求,可以有一次、二次甚至三次指数平滑。(Exponential smoothing model)
指数平滑2python
- 指数平滑法的pathon下进行实现 含有原始数据举例预测(Patho implementation of exponential smoothing method)
surf
- 从文件读取三维数据,绘制三维表面形貌图,并根据实际数据插值,平滑处理(Read three-dimensional data and draw three-dimensional surface topography)
SEIR
- 一般的线性方程我们可以用最小二乘来解,一般的非线性方程我们可以用LM来解。 这里是线性微分方程组,所以我们采用最小二乘来解。 关键是构造出最小二乘形式,微分可以通过前后数据差分的方法来求。 不过这里还有一个技巧就是如果数据前后帧间隔过大,可以先插值,再对插值后的数据差分如果实际测量数据抖动过大导致插值后差分明显不能反映实际情况,可以先对数据平滑(拟合或是平均)再求差分。(We can use least squares to solve general linear equat