-
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
-
比例谐振控制
基于PR控制器的三相PMSM矢量控制仿真模型(Simulation Model of Three-Phase PMSM Vector Control based on PR Controller)
- 2021-03-20 11:19:19下载
- 积分:1
-
adaptive filters part1
说明: 自适应滤波器相关的matlab程序,包含LMS,RLS算法等的实现。由于太大了,所以该资源分为part1和part2两部分。(matlab codes related to adaptive filters, including LMS and RLS algorithm, etc. the resource is divided to two parts (part1 + part2) cuz it is oversized.)
- 2021-03-24 15:47:57下载
- 积分:1
-
MATLAB_5
说明: MATLAB程序设计 内容包括:
1 M文件
2 程序控制结构
3 函数文件
4 程序练习
5 程序调试
(MATLAB program design includes: 1 M program structure document 2 document 3 function 4 Exercises 5 program debugging process)
- 2008-12-04 11:03:35下载
- 积分:1
-
power_Transfo3phCoreType_Sat
power_Transfo3phCoreType_Sat.rar,功率电子领域matlab仿真文件,已经验证过,程序运行正常(power_Transfo3phCoreType_Sat.rar,Power electronics field matlab simulation file, has already been verified, the normal operating procedures)
- 2013-08-26 22:10:02下载
- 积分:1
-
Gailv_Suiji_Simulation
matlab程序:
计算机模拟思想计算概率模型(matlab program
)
- 2013-08-26 17:32:11下载
- 积分:1
-
JPDAF
JPDA
联合概率数据关联
杂波环境下跟踪目标(joint probability data association)
- 2010-10-12 22:15:12下载
- 积分:1
-
liegouzhuituzi51
数学实验中用matlab对猎狗追逐兔子进行的仿真和分析(Matlab to the hunting dog chasing rabbits simulation)
- 2012-05-11 10:46:02下载
- 积分:1
-
Untitled
车灯线光源的优化设计方案 (Headlight design optimization)
- 2010-05-31 10:40:47下载
- 积分:1
-
98936613InforMaxICA
极大化非高斯性的infomax ICA。和好很强大,希望对大家有所帮助(The maximization of non-Gaussian nature infomax the ICA. Very powerful and good, we hope to help)
- 2012-05-29 09:22:48下载
- 积分:1