搜索资源列表
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
kaerman
- 卡尔曼滤波器,用于平滑惯性器件的输出数据,从而可以对数据进行建模与补偿。 -Kalman filter, inertial device for smoothing the output data, allowing for data modeling and compensation.
test
- labview 动态数据曲线实时插值平滑,实时插值,实时显示。-dynamic data insert data in realtime and curve smoothing in realtime,insertting in realtime,displaying in realtime.
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
spline3
- 此程序是一种有效的插值算法,对离散数据插值所得结果精确度高且比较平滑。-This procedure is an effective interpolation algorithm, the discrete data of the interpolation results obtained are accurate and relatively smooth.
vondrak
- vondrak 平滑程序,模拟一组数据,并测试平滑程序-vondrak smoothing procedure
fog3
- 功能简介: 基于matlab的光纤陀螺磁场作用下零漂测试数据处理程序。 1)读取txt文档中陀螺零漂的实验数据,自动取出有效数据段,并根据一定规律分类 2)作出全部数据图像并保存 3)对各段数据作图,并作平滑处理 4)显示各段数据的最大值、最小值、平均值 5)按周期即序号先后编码文档名称并保存各段数据及图像 6)其他可能的拓展可在本程序基础上修改得到 --------------------------------------------------
sgsdf
- 平滑微分数据滤波函数。可用于大数据的预处理,比如图像的噪声平滑滤波等-Differential data smoothing filter function. Can be used for large data preprocessing, such as image noise smoothing filtering
trace
- 包含2个程序,一个是对地震记录抽道的小程序,一个是对数据做五点平滑的程序,很好用-get several traces 2D seismic data
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