-
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
-
GP+neural+net+code
说明: 代码是matlab的神经网络预测,外加LyPaunov和维数的GP计算(Code matlab neural network prediction, plus LyPaunov and calculated dimension GP)
- 2008-09-04 17:19:59下载
- 积分:1
-
QAMPModemPDemo
说明: 基于MATLAB/GUI的M-QAM调制解调及误码率,本文件是在MATLAB2009a版本上设计的,低于此版本的有可能会出错。
此文件中“M_QAM.m”是主文件,其他均为调用文件,该程序实现了MQAM的调制解调功能,并画出了每一步的波形
(Based on MATLAB/GUI s M-QAM modulation and demodulation and bit error rate, this document is designed MATLAB2009a version, this version is lower than might be wrong. This file is in the " M_QAM.m" is the main document, others are calling the file, the program implements the MQAM modulation and demodulation functions, and draw the waveform of each step)
- 2011-03-30 00:19:50下载
- 积分:1
-
matlab
matlab程序,有关分岔图,主要是ode45(matlab procedures, the bifurcation diagram, mainly ode45)
- 2021-04-01 23:19:07下载
- 积分:1
-
gravity
newmark gravity newton rapton method
- 2013-08-22 10:06:18下载
- 积分:1
-
siso_rayleigh_rician
comparison of Rayleigh fading channel with and without correlation
- 2015-02-05 02:22:26下载
- 积分:1
-
draw_roc
在matlab,支持向量机,画roc ,AUPR曲线(roc,AUPR curve)
- 2011-12-21 18:38:54下载
- 积分:1
-
KalmanAdptiveFilter
说明: 卡尔曼滤波器是用前一个估计值和最近一个观察数据估计信号的值,他是用状态方程和递推的方法进行估计,本例用来追踪一个5阶的FIR不确定的滤波器系数。(Kalman filter is to use the previous estimate and the most recent observation data to estimate the value of the signal, he is using the state equation and recursive estimation methods, in this case is used to track a 5-order FIR filter coefficients of uncertainty.)
- 2009-10-23 09:14:34下载
- 积分:1
-
ecg_demo
ecg matlab for medical instrument
- 2010-02-14 19:13:05下载
- 积分:1
-
identification_data
As the MAV propeller spins, it applies force to the air that passes through the propeller, increasing
the momentum of the air while generating a thrust force on the MAV
- 2014-11-08 19:42:11下载
- 积分:1