登录
首页 » matlab » lmdmatlab

lmdmatlab

于 2020-11-02 发布 文件大小:20KB
0 288
下载积分: 1 下载次数: 48

代码说明:

  局部均值分解(Local Mean Decomposition)的matlab程序,内附具体例子(Local Mean Decomposition (Local Mean Decomposition) matlab program, containing a specific example)

文件列表:

lmd
...\lmd
...\...\envelope.m,6158,2010-12-14
...\...\example_lmd.m,5514,2011-01-15
...\...\example_shunpin.m,117,2010-12-15
...\...\extrpoint.asv,1246,2010-12-15
...\...\hua_baoluo.m,1689,2011-01-15
...\...\hua_fft1.m,687,2011-01-15
...\...\hua_xihua.m,1126,2011-01-13
...\...\link.m,58,2010-12-15
...\...\lmd1.asv,945,2010-12-19
...\...\lmd1.m,952,2010-12-19
...\...\lmd2.asv,1221,2011-01-15
...\...\lmd2.m,1184,2011-01-15
...\...\lmd2_example.m,1788,2011-01-15
...\...\move.asv,1914,2010-12-16
...\...\move.m,1914,2010-12-16
...\...\nengliang.m,96,2010-12-15
...\...\pos.m,185,2010-12-15
...\...\position.m,1216,2010-12-15
...\...\shunpin.asv,1146,2010-12-16
...\...\shunpin.m,1157,2010-12-16
...\...\smove.m,971,2010-12-16
...\...\test.m,706,2010-12-17
...\...\testttt.m,1239,2011-01-15
...\...\tiaozheng.m,416,2010-12-15
...\...\zhaochun1.m,6559,2011-01-15

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

发表评论

0 个回复

  • etranger_meursault
    will automatically delete the directory of debug and release, so please do not put files on these two directory
    2010-01-10 22:03:32下载
    积分:1
  • Statistics_Toolbox
    Matlab官方文档:统计工具箱statistics toolbox(Matlab official documents : Statistics Toolbox statistics toolbox)
    2006-05-26 11:53:51下载
    积分:1
  • BCS_upload
    This is a demo code to illustrate application of blind compressive sensing framework to recommender system design (to predict users choice for items).
    2014-09-28 08:34:57下载
    积分:1
  • matlab辅助小波分析与应用源码.rar
    说明:  matlab辅助小波分析与应用的源码,包含了一些常用的小波分析常规算法和快速算法,能有效帮助学习小波分析(Matlab support wavelet analysis and application of the source code contains a number of commonly used conventional wavelet analysis algorithm and fast algorithm, can help learning wavelet analysis)
    2005-10-31 21:01:13下载
    积分:1
  • MATLAB
    MATLAB入门教程,详细介绍的matlab的历史背景,几本操作等。(MATLAB Baedeker.)
    2010-05-20 10:07:42下载
    积分:1
  • math_exp11
    这是运用MATLAB进行编程的一些应用,可供大家学习一下(This the use of MATLAB programming some applications are available for learning about )
    2007-06-24 20:08:37下载
    积分:1
  • trial2
    This code shows the effect of deltas on an OFDM system
    2014-10-10 00:40:56下载
    积分:1
  • tsd-xt2coord
    使用此函数来提取一个地理坐标输入字符串了。该功能非常灵活,因此,协调可能位于任何地方的字符串,并可能有许多的格式之一。(Use this function to extract one geographical coordinate out of an input string. The function is extremely flexible, thus the coordinate may be located anywhere in the string and may have one of many formats.)
    2011-05-23 16:25:02下载
    积分:1
  • Coordinate-conversion
    坐标转换(四参数) [row col]=size(source) for i=1:row u(i)=source(i,2) v(i)=source(i,3) x(i)=source(i,4) y(i)=source(i,5) B(2*i-1,1)=1 B(2*i-1,2)=0 B(2*i-1,3)=u(i) B(2*i-1,4)=-v(i) B(2*i,1)=0 B(2*i,2)=1 B(2*i,3)=v(i) B(2*i,4)=u(i) L(2*i-1,1)=x(i) L(2*i,1)=y(i) end X=inv(B *B)*(B *L) Txy=[X(1) X(2)] xzjz(1,1)=X(3) xzjz(1,2)=-X(4) xzjz(2,1)=X(4) xzjz(2,2)=X(3) [row1 col1]=size(target) for i=1:row1 u1(i)=target(i,2) v1(i)=target(i,3) d=[u1(i) v1(i)] md=Txy+xzjz*d end end (Coordinate conversion: [row col]=size(source) for i=1:row u(i)=source(i,2) v(i)=source(i,3) x(i)=source(i,4) y(i)=source(i,5) B(2*i-1,1)=1 B(2*i-1,2)=0 B(2*i-1,3)=u(i) B(2*i-1,4)=-v(i) B(2*i,1)=0 B(2*i,2)=1 B(2*i,3)=v(i) B(2*i,4)=u(i) L(2*i-1,1)=x(i) L(2*i,1)=y(i) end X=inv(B *B)*(B *L) Txy=[X(1) X(2)] xzjz(1,1)=X(3) xzjz(1,2)=-X(4) xzjz(2,1)=X(4) xzjz(2,2)=X(3) [row1 col1]=size(target) for i=1:row1 u1(i)=target(i,2) v1(i)=target(i,3) d=[u1(i) v1(i)] md=Txy+xzjz*d end end )
    2014-12-12 19:02:28下载
    积分:1
  • MATLA
    matlab从入门到精通 学习资料 很全面的 (matlab entry to the proficient very comprehensive learning materials)
    2014-12-21 19:09:29下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载