登录
首页 » matlab » MP

MP

于 2011-07-13 发布 文件大小:667KB
0 117
下载积分: 1 下载次数: 3

代码说明:

说明:  匹配追踪和正交匹配追踪的算法。用于时频分析算法。(mathing pursuit algorithm )

文件列表:

MP-OMP
......\checkDimensions.m,560,2010-02-26
......\cvwindow.m,427,2007-09-27
......\data_vertical_300.mat,471022,2010-08-19
......\ensure.m,1561,2009-05-20
......\fdct_c2v.m,798,2008-06-26
......\Main_SeisRestVercital_stagewise.m,3431,2010-09-06
......\mecombine.m,598,2007-09-27
......\mefcv2.m,7108,2007-09-27
......\mefdct_v2c.m,892,2008-06-26
......\meicv2.m,6931,2007-09-27
......\mescatter.m,509,2007-09-27
......\MP.m,1878,2010-09-06
......\NormL1_dual.m,63,2009-05-20
......\NormL1_primal.m,63,2009-05-20
......\NormL1_project.m,227,2009-05-20
......\oneProjector.m,2838,2009-05-20
......\oneProjectorMex.m,3797,2009-05-20
......\opColumnRestrict.m,1763,2010-02-26
......\opCurvelet2d.m,2653,2009-07-24
......\opFoG.m,1525,2008-06-26
......\opTranspose.m,597,2008-06-26
......\readme.txt,81,2010-09-06
......\seis_mask_vertical_stage.mat,254,2010-01-11
......\seis_sample_vertical_stage.mat,192848,2010-01-11
......\SolveOMP_1.m,7850,2010-09-06

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

发表评论

0 个回复

  • LMS_adaptive_filter
    Rls算法源程序2 采用更新的自适应算法,实现滤波功能。(Rls algorithm source code 2, using the updated adaptive algorithm filtering.)
    2007-07-11 22:57:28下载
    积分:1
  • Rub_program
    韩清凯等著《故障转子系统的非线性振动分析与诊断方法》附录A.2碰摩转子系统计算仿真程序(Hanqing Kai waiting for the " fault rotor system of nonlinear vibration analysis and diagnosis method in Appendix A.2 Rub Rotor System simulation program)
    2013-04-16 13:39:25下载
    积分:1
  • radon_ambiguity
    %radon transform clear all % N=800 n=1:N fs=200 t=n/fs x1=exp(j*2*pi*(5*t+0.5*5*t.^2)) x2=exp(j*2*pi*(5*t+0.5*15*t.^2)) x=x1+x2 %N=length(x) % ambifunb(x ) %*****************************************RAT naf=ambifunb(x) htl(abs(naf)) % [wh,rho,theta]=htl(abs(naf)) colormap([0,0,0]) % xlabel( 极半径 ) % ylabel( 角度 ) %**************************************%找出峰值点的坐标,计算初始频率和调频斜率(正确) %找出峰值点的坐标 b=max(max(wh)) [u,a]=find(wh>=0.8*b) ( Radon transformclear all N = 800 n = 1: N fs = 200 t = n/fs x1 = exp (j* 2* pi* (5* t+ 0.5* 5* t. ^ 2)) x2 = exp ( j* 2* pi* (5* t+ 0.5* 15* t. ^ 2)) x = x1+ x2 N = length (x) ambifunb (x)***************************************** RATnaf = ambifunb (x) htl (abs (naf)) [wh, rho, theta ] = htl (abs (naf)) colormap ([0,0,0]) xlabel (polar radius) ylabel (angle)************************************** to find the coordinates of the peak point, calculating the initial slope of the frequency and FM (right) find the peak point of the coordinates b = max (max ( wh)) [u, a] = find (wh)
    2008-05-06 21:56:10下载
    积分:1
  • ParticleEx11
    kalman滤波与粒子滤波比较!跟踪slam(Comparison of kalman filter and particle filter! Tracking slam)
    2011-05-02 16:06:29下载
    积分:1
  • trainingwithequalizer
    this code for add training sequence in OFDM system
    2014-12-15 04:41:43下载
    积分:1
  • pm
    说明:  内容:运用PM算法识别空间目标。程序中附有注释,可改变方向角,运算速度比music算法快,本人毕设程序,绝对可用。(Content: The use of PM space target recognition algorithm. Annotated program, you can change the direction of the angle calculation algorithm is faster than the music, I set up the program, absolutely free.)
    2013-11-25 21:35:41下载
    积分:1
  • fangchengqiugen
    在建模中方程求根时用到的matlab程序,可以更加迅速(Roots of equations in modeling when used matlab procedures can be more quickly)
    2013-12-15 17:36:21下载
    积分:1
  • qpsk
    通信系统仿真,QPSK调制与解调,对于matlab初学者以及做通信仿真的人员有很好的参考价值(Communication System Simulation, QPSK modulation and demodulation, for beginners as well as matlab simulation communications personnel to do a very good reference value)
    2008-12-24 22:44:40下载
    积分:1
  • matlab3
    利用matlab进行滑动平均法消除趋势项(Using matlab trend term moving average method to eliminate)
    2013-09-15 10:44:18下载
    积分:1
  • viterbi_decode
    MATLAB下使用viterbi算法进行卷积码的仿真范例。可以用任意配置的卷积码。testConv.m启动仿真,其中用了两种卷积码(一个1/2和一个2/3卷积码)。若要使用硬判决,需修改metric.m文件。其他就没有什么要改的了。解压即可使用。(Under viterbi algorithm using MATLAB simulation examples of convolution codes. Can be used in any configuration of the convolutional code. testConv.m start the simulation, which used two convolution code (a 1/2 and a 2/3 convolutional code). To use a hard decision, modify metric.m file. Nothing else would want to change it. Extract can be used.)
    2013-12-30 17:53:52下载
    积分:1
  • 696518资源总数
  • 104434会员总数
  • 22今日下载