-
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
-
lms
最小均方误差(LMS)自适应滤波器的matlab函数 lms.m(matlab function lms.m : LMS adaptive filter)
- 2018-12-30 15:02:05下载
- 积分:1
-
matlab-colormap
实现彩色作图,可实现不同frame累计,并进行插值(Color mapping can be accumulated to achieve a different frame, and interpolation)
- 2009-06-23 06:27:18下载
- 积分:1
-
rungekutta
说明: 用runge-kutta方法求解微分方程(Using runge-kutta method for solving differential equations)
- 2008-11-03 20:32:49下载
- 积分:1
-
PSO_GA_RBF
遗传算法和PSO算法分别对神经网络进行预测(Neural network prediction based on genetic algorithm and PSO)
- 2017-11-14 09:31:01下载
- 积分:1
-
GSM
说明: 基于梯度相似度的图像质量评价方法,发表在2012年TIP国际期刊上(Full reference image quality evaluation)
- 2020-12-11 10:39:17下载
- 积分:1
-
SVM
SVM算法的示例程序,帮助读者理解SVM算法的使用(the use of SVU,to help reader undstander how to user this methods)
- 2012-05-15 12:22:40下载
- 积分:1
-
tiaffic
基于matlab十字路口交通流模拟仿真,多种集合(matlab simulation)
- 2016-09-09 14:24:07下载
- 积分:1
-
Gauss消去法
说明: 利用Gauss消元法解线性方程程序,包括找主元,设定主元,回代(Program for Solving Linear Equations with Gauss Elimination Method)
- 2020-03-27 17:37:31下载
- 积分:1
-
QPSK
qpsk modulation and demodulation
- 2012-05-03 23:00:55下载
- 积分:1