登录
首页 » matlab » ZCR

ZCR

于 2013-05-26 发布 文件大小:1KB
0 304
下载积分: 1 下载次数: 2

代码说明:

  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)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • vector_control_vf_good_
    说明:  异步电机矢量控制控制的matlab实现,系统采用3个pi调节器(Vector control of induction motor control to achieve matlab)
    2011-03-30 09:33:01下载
    积分:1
  • QPSKdigitalreceiver
    QPSK全数字接收机PDF,详细介绍了QPSK全数字接收机的构成,环路滤波器、内插器、Gardner定时恢复等部分的详细设计(QPSK digital receiver PDF, details of the composition of QPSK digital receiver, loop filter, interpolator, Gardner Timing Recovery and other parts of the detailed design)
    2010-05-05 17:34:20下载
    积分:1
  • sift_algorithm
    This Matlab function implements the SIFT algorithm for pitch extraction function [p] = sift (x, samp_rate) where p is a vector which holds the pitch frequency values in Hz at every 10 msec.
    2011-05-04 02:13:09下载
    积分:1
  • turbo
    map algorithm for turbo codes in matlab the simulation, using 1 / 2 code rate rsc and 2 - random interleaver
    2010-05-18 20:39:30下载
    积分:1
  • TSMPE
    说明:  时移多尺度排列熵一种应用于非线性非平稳信号的特征提取方法,能够有效的处理信号特征信息。(Time-lapse multiscale permutation entropy is a feature extraction method applied to non-linear non-stationary signals, which can effectively process signal feature information.)
    2021-04-09 15:08:59下载
    积分:1
  • cexiang
    说明:  测向定位,三站平面时差定位的MATLAB仿真和GDOP图!(Finding and location)
    2021-01-29 16:18:39下载
    积分:1
  • MATLAB-2DPSK
    以2DPSK为例仿真说明数字频带传输的整个过程。(Description 2DPSK simulation as an example to figure the whole process of transmission band.)
    2011-05-07 23:47:17下载
    积分:1
  • kalman
    在matlab系统中进行的kalman滤波器,并且在不同的参数情况下给出了比较(The kalman filter and comparsion with different fliters)
    2012-04-16 09:36:38下载
    积分:1
  • chap11
    syms x g=exp(x*sin(x)) t=taylor(g,12,2) xd = 1:0.05:3 yd = subs(g,x,xd) ezplot(t, [1,3]) hold on plot(xd, yd, r-. ) title( Taylor approximation vs. actual function ) legend( Taylor , Function )(syms x g = exp (x* sin (x)) t = taylor (g, 12,2) xd = 1:0.05:3 yd = subs (g, x, xd) ezplot (t, [1 , 3]) hold on plot (xd, yd, ' r-.' ) title (' Taylor approximation vs. actual function' ) legend (' Taylor' , ' Function' ))
    2011-07-27 18:12:56下载
    积分:1
  • butterfly-option-strategy
    期权蝶式价差策略:把价差策略分解成单个期权的组合并分析期初成本和期末收益(Butterfly spread options strategy: to spread down into a combination of a single policy options and cost analysis at the beginning and end of the income)
    2014-09-11 10:42:26下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载