搜索资源列表
AR.rar
- 运用自回归滑动平均模型进行预测的matlab 程序,The use of autoregressive moving average model to predict the matlab program
41695054ModifyShiftAverageRegress
- 一种新的移动平均算法,大家看看吧,希望对大家有帮助-A new moving average algorithm, let us look at it, I hope all of you help
DigitalFilterCprogram
- 在许多的数据采集系统中,现场的强电设备较多,不可避免 地会产生尖脉冲干扰,这种干扰一般持续时间短,峰值大,对这样 的数据进行数字滤波处理时,仅仅采用算术平均或移动平均滤波 时,尽管对脉冲干扰进行了1/n的处理,但,其剩余值仍然较大。 这种场合最好的策略是:将被认为是受干扰的信号数据去掉,这 就是防脉冲干扰平均值滤波法的原理。-In many data acquisition system, the strong electrical equipment at the
linear
- - 1、限幅滤波法(又称程序判断滤波法) 2、中位值滤波法 3、算术平均滤波法 4、递推平均滤波法(又称滑动平均滤波法) 5、中位值平均滤波法(又称防脉冲干扰平均滤波法) 6、限幅平均滤波法 7、一阶滞后滤波法 8、加权递推平均滤波法 9、消抖滤波法 10、限幅消抖滤波法 -- 1, limiting filtering method (also known as filtering method to determine the procedure) 2, the median filteri
moving_average_v3.1
- Smooths a matrix (with/without NaN s) via recursive moving average method and eliminates data gaps. -MOVING_AVERAGE(X,F) smooths the vector data X with a boxcar window of size 2F+1, i.e., by means of averaging each element with the F elements at hi
moving
- calculates the moving average of a graph
MovingAverageFilter
- This zip file contains the moving average filter code written in verilog HDL
mvaverage
- 信号的平滑处理,moving average算法,Mablab源程序-signal processing, moving average algorithm, in Mablab
amarma
- Adaptive Mean-AutoRegressive-Moving-Average model estimation
FIRlvboqi
- FIR 滤波器也称为有限冲击响应滤波器,它用当前和过去输入样值的加权和来形成它的输出, 如下所的前馈差分方程所描述的。 FIR 滤波器又称为移动均值滤波器, 因为任何时间点的输出均依赖于包含有最新的 M个输入样值的一个窗。由于它的响应只依赖于有限个输入, FIR 滤波器对一个离散事件冲激有一个有限长非零响应, 即一个 M阶 FIR 滤波器对一个冲激的响应在 M个时钟周期之后为零。 -FIR filter, also known as finite impulse response
data_avg
- averaging filter moving average filter
moving
- moving average filter matlab implementation
LABEX2
- Program P2_1 Simulation of an M-point Moving Average Filter Program P2_2 Generate a sinusoidal input signal Program P2_3 Generate the input sequences
moving-average-Trading-systemv1.02
- mq4语言编的交易系统,通过均线来自动交易,用于MT4软件的外汇品种.-mq4 language series of the trading system, through the moving average to automated trading, foreign exchange software for MT4 species.
moving-average-and-baseline-leveled
- 滑动平均加基线拉平,信号处理的一部分,可以用于TG/MS信号 的处理。-moving average and baseline leveled
Extra-Excercise---Moving-Average-Jiten-Bhatt-1130
- VHDL code on implementing a system to calculate moving average
Weighted-moving-average-method
- 加权移动平均法就是根据同一个移动段内不同时间的数据对预测值的影响程度,分别给予不同的权数,然后再进行平均移动以预测未来值。 加权移动平均法不像简单移动平均法那样,在计算平均值时对移动期内的数据同等看待,而是根据愈是近期数据对预测值影响愈大这一特点,不同地对待移动期内的各个数据。对近期数据给予较大的权数,对较远的数据给予较小的权数,这样来弥补简单移动平均法的不足。-Weighted moving average method is according to the degree of infl
Simple-moving-average-method
- 简单移动平均法是指对由移动期数的连续移动所形成的各组数据,使用算术平均法计算各组数据的移动平均值,并将其作为下一期预测值。 简单的移动平均的计算公式如下: Ft=(At-1+At-2+At-3+…+At-n)/n 式中,Ft--对下一期的预测值; n--移动平均的时期个数; At-1--前期实际值; At-2,At-3和At-n分别表示前两期、前三期直至前n期的实际值。-Simple moving average method refers to the da
Simple-moving-average
- 单纯移动平均 对波形噪声减低处理的一种方法 本人的作业于大家分享-Simple moving average
[EA]一种均线例读学习Moving Average
- [EA]一种均线例读学习Moving Average(if(OrderSelect(i,SELECT_BY_POS,MODE_TRADES)==false) break;)