登录
首页 » matlab » Cyclostationary-toolbox

Cyclostationary-toolbox

于 2011-06-02 发布 文件大小:28KB
0 333
下载积分: 1 下载次数: 155

代码说明:

  循环平稳信号工具,包括自相关函数和7个实验,以及算法的解释(Cyclostationary signal instruments, including the self-correlation function and the experimental)

文件列表:

Cyclostationary toolbox
.......................\Contents.m,38689,2008-09-06
.......................\cyclic2.m,2744,2005-12-28
.......................\cyclic_3rd_order_cumulant.m,1564,2007-10-08
.......................\cyclic_3rd_order_cumulant_fast.m,3132,1997-11-25
.......................\cyclic_4th_order_cumulant.m,2171,1997-11-25
.......................\cyclic_4th_order_cumulant_fast.m,3983,1997-11-25
.......................\cyclic_autocorrelation.m,98,2007-10-11
.......................\cyclic_autocorrelation_fast.m,1113,1997-11-24
.......................\cyclic_autocovariance.m,686,1997-11-24
.......................\cyclic_autocovariance_fast.m,1215,1998-03-26
.......................\cyclic_correlation_coefficient.m,1047,1997-11-25
.......................\cyclic_cross_correlation.m,1381,1998-04-23
.......................\cyclic_cross_correlation_fast.m,2767,1998-06-08
.......................\cyclic_cross_covariance.m,1668,1998-04-23
.......................\cyclic_cross_covariance_fast.m,3090,1998-06-24
.......................\cyclic_cross_periodogram.m,1435,1998-04-01
.......................\cyclic_cumulants_fast.m,1597,1997-11-25
.......................\cyclic_mean.m,683,1997-11-25
.......................\degree_of_cyclostationarity.m,671,1997-11-25
.......................\ex1.m,349,2008-09-09
.......................\ex2.m,289,2007-10-13
.......................\ex3.m,337,2007-10-13
.......................\ex4.m,471,2007-10-17
.......................\ex5.m,452,2007-10-17
.......................\ex6.m,650,2008-09-09
.......................\ex7.m,314,2007-10-15
.......................\fft_accumulation_method.m,1895,2000-01-31
.......................\frac_delay_cyclic_ac.m,2094,1998-05-05
.......................\get_impulses.m,972,1997-11-25
.......................\scd.m,921,1998-04-23
.......................\strip_spectral_correlation.m,1368,2000-01-31
.......................\synchronous_average.m,1397,1998-06-24
.......................\wvd.m,624,1997-11-25

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

发表评论

0 个回复

  • Hamming-code
    模拟产生(7,4)汉明码及其监督矩阵,并用产生的监督矩阵判断传输的码字是否有错,如果有错,指示出其出面错误的位置 (Simulated (7,4) Hamming code and its monitoring matrix, and supervision of the resulting matrix to judge transmission codeword is wrong, if wrong, indicating that it came forward to the wrong location)
    2012-05-07 15:35:17下载
    积分:1
  • weina
    基于MATLAB经典维纳滤波算法的仿真和矩阵构建(Classic Wiener filtering algorithm based on MATLAB simulation and matrix building)
    2011-08-17 17:00:34下载
    积分:1
  • CompStatisticMATLAB
    statistics using matlab
    2015-04-05 02:16:14下载
    积分:1
  • guide
    matlab程序,实现fir各种窗函数的滤波 iir各种类型的滤波(matlab procedures fir achieve a variety of window functions of various types of filtering IIR filtering)
    2009-02-24 21:19:40下载
    积分:1
  • intrinsic_image
    通过输入连续的图像序列,得到本证图像:包括reflectance 和 shading image(Deriving intrinsic images from image sequences)
    2009-10-23 14:43:10下载
    积分:1
  • gravity
    function dg=gplus(x,y,z,x1,x2,y1,y2,z1,z2,p) G=6.67e-11 t222=myfun(x,y,z,x2,y2,z2) t122=myfun(x,y,z,x1,y2,z2) t212=myfun(x,y,z,x2,y1,z2) t221=myfun(x,y,z,x2,y2,z1) t211=myfun(x,y,z,x2,y1,z1) t121=myfun(x,y,z,x1,y2,z1) t112=myfun(x,y,z,x1,y1,z2) t111=myfun(x,y,z,x1,y1,z1) dg=-G*p*1e6*(t222-t122-t212-t221+t211+t121+t112-t111) 转化为g.u. function y=myfun(x,y,z,xi,eta,zeta) R=sqrt((xi-x).^2+(eta-y).^2+(zeta-z).^2) temp1=(xi-x).*log((eta-y)+R) temp2=(eta-y).*log((xi-x)+R) temp3=(zeta-z).*atan((zeta-z).*R/((xi-x).*(eta-y))) 书中所给公式 temp3=-(zeta-z).*atan((xi-x).*(eta-y)./(zeta-z)./R) 上式变换 y=temp1+temp2+temp3 (function dg = gplus (x, y, z, x1, x2, y1, y2, z1, z2, p) G = 6.67e-11 t222 = myfun (x, y, z, x2, y2, z2) t122 = myfun (x, y, z, x1, y2, z2) t212 = myfun (x, y, z, x2, y1, z2) t221 = myfun (x, y, z, x2, y2, z1) t211 = myfun (x, y, z, x2, y1, z1) t121 = myfun (x, y, z, x1, y2, z1) t112 = myfun (x, y, z, x1, y1, z2) t111 = myfun (x, y, z, x1, y1, z1) dg =-G* p* 1e6* (t222-t122-t212-t221+t211+t121+t112-t111) converted the Gu function y = myfun, (x y, z, xi, eta, zeta) R = sqrt ((xi-x). ^ 2+ (eta-y). ^ 2+ (zeta-z). ^ 2) temp1 = (xi-x).* log ((eta-y)+R) temp2 = (eta-y).* log ((xi-x)+R) temp3 = (zeta-z).* atan ((zeta-z).* R/( (xi-x).* (eta-y))) book given formula Temp3 =- (Zeta-z)* ATAN ((Xi-X)* (ETA-y)/(Zeta- Z)/R) the above formula transform Y = temp1+temp2+temp3 )
    2013-03-20 20:25:15下载
    积分:1
  • Self-matlab-genetic-algorithm
    自编matlab遗传算法程序,可以直接下载使用(Self matlab genetic algorithm)
    2015-03-13 17:04:01下载
    积分:1
  • mel1
    matlab实现mel倒谱系数提取的子函数(matlab achieve mel cepstral coefficients extracted Functions)
    2015-07-31 10:33:08下载
    积分: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
  • 514_2
    应用Matlab实现天气预报模型,马尔可夫过程实现的范例(Matlab Application forecast model, the process of realization of the Markov model)
    2007-05-13 18:09:11下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载