-
ZCR
autocov computes the autocovariance between two column vectors X and Y with same length N using the Fast Fourier Transform algorithm from 0 to N-2.
The resulting autocovariance column vector acv is given by the formula:
acv(p,1) = 1/(N-p) * sum_{i=1}^{N}(X_{i} - X_bar) * (Y_{i+p} - Y_bar)
where X_bar and Y_bar are the mean estimates:
X_bar = 1/N * sum_{i=1}^{N} X_{i} Y_bar = 1/N * sum_{i=1}^{N} Y_{i}
It satisfies the following identities:
1. variance consistency: if acv = autocov(X,X), then acv(1,1) = var(X)
2. covariance consistence: if acv = autocov(X,Y), then acv(1,1) = cov(X,Y)
- 2013-05-26 22:12:50下载
- 积分:1
-
LABEX3ParsevalsRelation
Parsevals Relation and Relations between the DFTs of the Periodic Even
and Odd Parts of a Real Sequence
- 2010-11-10 13:37:52下载
- 积分:1
-
matlab6.5
集合了很多matlab源代码 能解决matlab图像处理中的很多问题 很好 很强大(Collection of a lot of matlab code matlab image processing can solve many problems very very strong)
- 2010-05-11 11:24:15下载
- 积分:1
-
shiyan3
控制系统的超前滞后校正,以及在MATLAB中的实现。需要的人可以看一下。(System Calibration。Lead and lag correction control system in MATLAB. Those who need it can look.)
- 2012-04-10 19:44:48下载
- 积分:1
-
Win32GUI
windows gui wrapper for fb
- 2013-12-12 15:44:33下载
- 积分:1
-
zhifangtu_totalyuzhi
计算基本全局阈值算法,代码简单,适合初学者,本人亲自试验过,方法可行(Calculation of basic global threshold algorithm, the code is simple, suitable for beginners, I personally tested the method is feasible)
- 2013-05-21 20:33:51下载
- 积分:1
-
EmailParser
Email parser in C# dotnet
- 2013-12-28 23:59:00下载
- 积分:1
-
Draw_Matlab
MATLAB初学者
MATLAB作图,介绍了一些常用的东东(MATLAB for beginners MATLAB mapping, introduced a number of commonly used Dongdong)
- 2009-12-15 17:45:20下载
- 积分:1
-
coef
Matlab program of a coupling coefficient in a step index fiber coupler for variation of separation of fiber axis
- 2010-06-06 17:08:09下载
- 积分:1
-
denoisingonwavelet
利用小波进行图形的降澡,对于一般的图像来说效果明显(Carries on the graph using the wavelet to fall the bath, is obvious regarding the general image effect )
- 2009-05-17 10:25:07下载
- 积分:1