登录
首页 » Visual C++ » time-frequence-application

time-frequence-application

于 2011-09-06 发布 文件大小:27KB
0 472
下载积分: 1 下载次数: 5

代码说明:

  详细讲解信号处理的pdf,里面包含了FFT,小波,希尔伯特-黄变换等内容,是信号处理方面很好的参考资料(Explain in detail the signal processing pdf, which contains the FFT, wavelet, Hilbert- Huang Transform, etc., is a good reference for signal processing, data)

文件列表:

Matlab时频分析技术及其应用
..........................\第10章
..........................\......\f10_1.m,1865,2005-08-30
..........................\......\f10_10.m,1329,2005-08-30
..........................\......\f10_11.m,671,2005-08-30
..........................\......\f10_12.m,990,2005-08-30
..........................\......\f10_2.m,1057,2005-08-30
..........................\......\f10_3.m,391,2005-08-30
..........................\......\f10_4.m,1167,2005-08-30
..........................\......\f10_5.m,452,2005-08-30
..........................\......\f10_6.m,174,2005-08-30
..........................\......\f10_7.m,533,2005-08-30
..........................\......\f10_8.m,473,2005-08-30
..........................\......\f10_9.m,1329,2005-08-30
..........................\第11章
..........................\......\as.asv,7481,2008-07-08
..........................\......\f11_1.m,604,2005-08-30
..........................\......\f11_10.m,2542,2005-08-30
..........................\......\f11_2.m,615,2005-08-30
..........................\......\f11_3.m,910,2005-08-30
..........................\......\f11_4.m,1168,2005-08-30
..........................\......\f11_5.m,561,2005-08-30
..........................\......\f11_6.m,545,2005-08-30
..........................\......\f11_7.m,417,2005-08-30
..........................\......\f11_8.m,737,2005-08-30
..........................\......\f11_9.m,387,2005-08-30
..........................\第12章
..........................\......\f12_1.m,117,2005-08-30
..........................\......\f12_2.m,109,2005-08-30
..........................\......\f12_3.m,630,2005-08-30
..........................\......\f12_4.m,251,2005-08-30
..........................\......\f12_5.m,317,2005-08-30
..........................\......\f12_6.m,223,2005-08-30
..........................\......\f12_7.m,294,2005-08-30
..........................\......\f12_8.m,678,2005-08-30
..........................\......\f12_9.m,414,2005-08-30
..........................\第13章
..........................\......\f13_1.m,885,2005-08-30
..........................\......\f13_2.m,579,2005-08-30
..........................\......\f13_3.m,325,2005-08-30
..........................\......\f13_4.m,439,2005-08-30
..........................\......\f13_5.m,593,2005-08-30
..........................\第14章
..........................\......\f14_1.m,976,2005-08-30
..........................\......\f14_2.m,981,2005-08-30
..........................\......\f14_3.m,852,2005-08-30
..........................\......\f14_4.m,452,2005-08-30
..........................\......\f14_5.m,628,2005-08-30
..........................\......\f14_6.m,611,2005-08-30
..........................\......\f14_7.m,794,2005-08-30
..........................\......\LK1.m,749,2005-08-30
..........................\......\LK2.m,463,2005-08-30
..........................\......\v.m,219,2005-08-30
..........................\......\WaveletPSD.m,169,2005-08-30
..........................\第15章
..........................\......\f15_1.m,352,2005-08-30
..........................\......\f15_2.m,382,2005-08-30
..........................\......\f15_3.m,498,2005-08-30
..........................\......\f15_4.m,552,2005-08-30

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

发表评论

0 个回复

  • Spherical_Harmonic
    普林斯顿开发的快速球面调和变换算法,我把它移植到windows下,并做成链接库,可以直接调用(Princeton rapid development of the spherical harmonic transform algorithm, I transpose it to the windows, and causing link library, and can directly call)
    2007-01-13 13:06:38下载
    积分:1
  • OpticalFlow
    Optical Flow example
    2011-12-13 01:21:09下载
    积分:1
  • HMM
    隐马尔科夫模型相关算法,包括前向算法、后向算法,维特比算法等(Hidden markov model algorithm, including the forward algorithm and backward algorithm and viterbi algorithm, etc)
    2013-03-16 15:03:24下载
    积分:1
  • XMathLib
    类似于MatLab的东东,当然肯定没那么好,但基本的数学运算还是有的(MatLab is similar to the East, of course, is not so sure, but the basic arithmetic or some)
    2009-04-18 18:53:27下载
    积分:1
  • Timer
    CC2530的定时器实验,使用IAR编写。(CC2530 key experiments, using IAR preparation procedures.)
    2014-02-14 10:29:09下载
    积分:1
  • Matlab-cPP
    ,从Matlab调用C/C++代码及C/C++调用m文件两方面,深入地研究了它们之间混合编程的原理和实现机制,并且给出了具体条件下的混合编程方法和步骤。实例表明,提出的Matlab与C/C++混合编程方法是简洁、有效的。 更多还原 (Two aspects, called from Matlab the C/C++ code, C/C++ call m files, in-depth study of the principles and implementation mechanisms of mixed programming between them, and given the mixed programming methods and steps under specific conditions. The examples show that the proposed Matlab and C/C++ hybrid programming method is simple, effective. More Restore)
    2013-03-19 14:14:58下载
    积分:1
  • cstr_src
    Yet another CString replacement (Yet another CString replacement)
    2007-10-23 11:27:53下载
    积分:1
  • VC_MATLAB
    Matlab和VC混合编程的实例,自己写的,包含基本的矩阵运算,Matlab定义的数据结构mwArray和c++的通讯,希望对初学者有帮助。 需要Matlab 6.5自带的C++数学函数库支持。(Matlab and VC examples of mixed programming, write, and contains the basic matrix operations, Matlab data structure defined mwArray and c++ communication, hope to help beginners. Requires Matlab 6.5 comes with C++ Math Library support.)
    2010-06-12 16:22:58下载
    积分:1
  • 2313
    montecarol matlab案例分析 亲测可用 matlab2008(montecarol matlab case studies pro-test available matlab2008)
    2016-11-18 12:29:55下载
    积分:1
  • insertion
    全速执行到包含插入点光标所在的行,可以作为在插入点光标处设置常规断点的一种选择. C中调用Matlab函数.注意,当光标处不是一个有效的执行语句时此功能将不起作用. (Contains the insertion point at full speed to the line where the cursor can be used as the cursor at the insertion point at an option to set a breakpoint routine. C to call Matlab function. Note that when the cursor is not an effective implementation of the statement can not afford this feature effect.)
    2010-01-16 09:19:33下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载