当前位置:
首页 资源下载
搜索资源 - moving average algorithm
搜索资源列表
-
2下载:
十种软件滤波算法 限副滤波 中位值滤波法 算术平均滤波法 递推平均滤波法(又称滑动平均滤波法)中位值平均滤波法(又称防脉冲干扰平均滤波法) -filtering software filtering algorithm limits Vice median filtering method arithmetic average recursive filtering average filtering method (also known as the moving average filter
-
-
0下载:
曲线数据处理之滑动平均算法,主要讲述:曲线平滑。具体内容为:无论通过什么观测途径所得到的曲线数据,总不免有噪声。为了了解事物的变化规律,可以通过平滑处理消除噪声的干扰。观测曲线既有长周期的趋势性变化,也包括短周期的局部变化,在人们注重趋势性变化时,也需要对曲线进行平滑处理。-curve data processing for moving average algorithm, the story : curve smoothing. Specifically : no matter what w
-
-
0下载:
防脉冲干扰移动平均值法数字滤波器的C语言算法及其实现-defense pulse interference moving average method digital filter algorithm in C Language and its Implementation
-
-
0下载:
/** * @author jakcy_wu(wujichun) * * 预测分析--本算法只适用于受周期变化或者波动影响的数据 * 权值移动平均算法 * 本期預測值=(前期值*權數)求和/n * * 默认权值为{1,1,1},取最近3次的平均 * 注意权值和必须=权值集合.length */-/ ** * @ author jakcy_wu (wujichun) * * Forecast and Analysis -- This algorithm applies only to the af
-
-
0下载:
一种新的移动平均算法,大家看看吧,希望对大家有帮助-A new moving average algorithm, let us look at it, I hope all of you help
-
-
1下载:
信号的平滑处理,moving average算法,Mablab源程序-signal processing, moving average algorithm, in Mablab
-
-
0下载:
Calculates adaptive autoregressive (AAR) and adaptive autoregressive moving average estimates (AARMA)of real-valued data series using Kalman filter algorithm.
-
-
0下载:
本fortran程序是重磁滑动平均算法的程序。-The fortran program is gravity and magnetic moving average algorithm procedure.
-
-
0下载:
视频监控 滑动平均算法 opencv图像处理库-Moving average algorithm for video surveillance opencv image processing library
-
-
0下载:
Document detailing the moving average algorithm.
-
-
3下载:
传统的脉搏血氧R值提取大多采用脉搏波的峰谷值法.一个脉搏周期的峰谷值往往不能反映真实的R值,因此通常采用多个周期峰谷值的平均来提高R值的精度。提供了移动平均算法进行脉搏血氧信号特征值提取源码。-Traditional pulse oximetry R value extraction most of the peak value of the pulse wave method. A peak value of pulse cycles often do not reflect the true
-
-
0下载:
需求预测算法,时间序列中移动平均算法.matlab编写,代码全. 待整理-Demand forecasting algorithm, time series moving average algorithm Matlab to write code for the whole to be processed
-
-
0下载:
一个基于Matlab/Simulink建模的算法:Trigger. Trigger使用移动平均和匹配滤波器对原始信号进行噪声处理和信号峰值提取,并验证原始信号的正确性。Trigger使用M-code实现,并且使用S-function封装到Simulink中。-An algorithm based on Matlab/Simulink modeling: Trigger. Trigger moving average and the matched filter noise processing
-
-
0下载:
本程序是matlab滑动平均算法。用于去除低频干扰。-This procedure is the matlab moving average algorithm.Used to remove the low frequency interference.
-
-
0下载:
关于滑动平均算法关于功率谱计算程序,初步演示了滑动平均算法的计算过程-About moving average algorithm on the power spectrum calculation procedures, the initial presentation of the moving average calculation algorithm
-
-
1下载:
卡夫曼自适应移动平均线MATLAB代码
SMA:Simple MA 简单平均线
EMA:Exp MA指数平均线
AMA:Adaptive MA 卡夫曼自适应移动平均
算法过程
卡夫曼自适应移动平均算法过程整理
对比测试代码(测试数据使用HS300指数,数据直接从Yahoo上下载):-Kaufman adaptive moving average MATLAB code
SMA: Simple MA Simple Average
EMA: Ex
-
-
0下载:
KZA 自适应滑动平均算法 c语言代码实习 可以判断非连续区间-KZA adaptive moving average algorithm c language code internship can determine the non-continuous interval
-
-
0下载:
一种测试滑动平均效果的算法,使用数据结构循环队列-A test the effect of moving average algorithm
-
-
0下载:
多次迭代滑动平均算法,是选一矩形窗口,在平面上逐点滑动,计算窗口内所有点的平均值及观测值与此平均值之差-Multiple iterative moving average algorithm is to a rectangular window, sliding on the plane point by point, calculate the average value of all the points in the window and the difference between t
-
-
0下载:
实现了中值滤波算法和移动平均算法的Android程序代码(The Android program code of median filtering algorithm and moving average algorithm is realized.)
-