登录
首页 » matlab » time-frequency

time-frequency

于 2007-09-05 发布 文件大小:1364KB
0 320
下载积分: 1 下载次数: 241

代码说明:

  matlab的时频分析工具箱,希望在对信号的分析上可以帮助到大家。(the time-frequency analysis matlab toolbox, hope that the analysis of the signal can help to everyone.)

文件列表:

时频分析工具箱
..............\DEMOS
..............\.....\demotfrparam.m
..............\.....\parafrep.m
..............\.....\PARAMFUN.M
..............\.....\TFDEMO.M
..............\.....\TFDEMO1.M
..............\.....\TFDEMO2.M
..............\.....\TFDEMO3.M
..............\.....\TFDEMO4.M
..............\.....\TFDEMO5.M
..............\.....\TFDEMO6.M
..............\.....\TFDEMO7.M
..............\.....\VEILLE1.TXT
..............\MANUALS
..............\.......\REFGUIDE.pdf
..............\MAT
..............\...\BAT.MAT
..............\...\GABOR.MAT
..............\...\MOVCW4AT.MAT
..............\MFILES
..............\......\ALTES.M
..............\......\AMBIFUNB.M
..............\......\AMBIFUWB.M
..............\......\AMEXPO1S.M
..............\......\AMEXPO2S.M
..............\......\AMGAUSS.M
..............\......\AMRECT.M
..............\......\AMTRIANG.M
..............\......\ANAASK.M
..............\......\ANABPSK.M
..............\......\ANAFSK.M
..............\......\ANAPULSE.M
..............\......\ANAQPSK.M
..............\......\ANASING.M
..............\......\ANASTEP.M
..............\......\ATOMS.M
..............\......\CONTENTS.M
..............\......\correlmx.m
..............\......\D2STATIO.M
..............\......\DISPROG.M
..............\......\DIVIDER.M
..............\......\DOPNOISE.M
..............\......\DOPPLER.M
..............\......\DWINDOW.M
..............\......\exa020105.m
..............\......\FMCONST.M
..............\......\FMHYP.M
..............\......\FMLIN.M
..............\......\FMODANY.M
..............\......\FMPAR.M
..............\......\FMPOWER.M
..............\......\FMSIN.M
..............\......\FMT.M
..............\......\FRIEDMAN.M
..............\......\GDPOWER.M
..............\......\GRIFFITC.M
..............\......\HOLDER.M
..............\......\hs_err_pid1392.log
..............\......\HTL.M
..............\......\IF2PHASE.M
..............\......\IFESTAR2.M
..............\......\IFMT.M
..............\......\imextrac.m
..............\......\INSTFREQ.M
..............\......\INTEG.M
..............\......\INTEG2D.M
..............\......\ISTFR1.M
..............\......\istfr2.m
..............\......\ISTFRAFF.M
..............\......\IZAK.M
..............\......\KAYTTH.M
..............\......\KLAUDER.M
..............\......\LAMBDAK.M
..............\......\LOCFREQ.M
..............\......\LOCTIME.M
..............\......\luntanstft.m
..............\......\MARGTFR.M
..............\......\MEXHAT.M
..............\......\MIDSCOMP.M
..............\......\MODULO.M
..............\......\MOMFTFR.M
..............\......\MOMTTFR.M
..............\......\MOVCW4AT.M
..............\......\MOVPWDPH.M
..............\......\MOVPWJPH.M
..............\......\MOVSC2WV.M
..............\......\MOVSP2WV.M
..............\......\MOVWV2AT.M
..............\......\mystft.asv
..............\......\mystft.m
..............\......\myxiaobo.m
..............\......\NOISECG.M
..............\......\NOISECU.M
..............\......\ODD.M
..............\......\parafrep.m
..............\......\PLOTIFL.M
..............\......\PLOTSID.M
..............\......\readme.txt
..............\......\RENYI.M

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

发表评论

0 个回复

  • fixed_point
    Fixed-Point iteration(Function fixed_point(p0, N) approximates the solution of an equation f(x) = 0, rewritten in the form x = g(x), which is a sub-function the user has to enter. the call to the function fixed_point(p0, N) returns the root of the equation f(x),i.e. the fixed-point of g(x), if the procedure is successful or a sequence of iterates in case something goes wrong. p0 is the initial approximation and N the maximum number of iterations. If, after N iterations, condition |x(k)- x(k-1)| < tol is not satisfied, all iterated values will be displayed, accompanied by a message asking the user to either change p0 in case of divergence or enter another g(x) that does not lead to complex numbers arithmetics. Reasons for the program to go wrong are the divergence of iterates and/or appearance of complex numbers for example with functions involving sqrt(x) when one of the iterates is negative. )
    2009-05-14 04:43:58下载
    积分:1
  • bin1
    interaction image processing segmentation tools
    2009-06-19 18:46:13下载
    积分:1
  • dc
    说明:  SIMULATION A DC MACHINE WITH USING MATLAB
    2014-11-09 01:40:53下载
    积分:1
  • Saving-mileage-Actmatlab
    改程序用matlab程序编写了节约里程法程序,已编译成功,可直接运行(Change program with matlab programming method mileage savings program has compiled successfully, can be run directly)
    2015-03-30 22:23:52下载
    积分:1
  • LFM_radar
    研究I/Q通道误差对雷达脉冲压缩的影响及其校正技术(Study the I/Q channel error for radar pulse compression and correction techniques)
    2012-03-11 22:37:46下载
    积分:1
  • DSP习题matlab_sourcefile
    胡广书版数字信号处理matlab代码,维纳滤波器等学习源码(digital signal processing matlab code, Wiener filter and other learning source)
    2018-04-16 09:28:59下载
    积分:1
  • field_BRW
    electric field of bragg reflectivity waveguide
    2010-09-22 18:48:58下载
    积分:1
  • sfcm
    加入邻域信息的空间模糊c均值聚类算法的代码。(Join neighborhood information, spatial fuzzy c-means clustering algorithm code.)
    2010-01-20 15:05:02下载
    积分:1
  • turbocodes
    本代码为通信系统中Turbe码的编码仿真原理(turbe code)
    2010-05-21 20:57:21下载
    积分:1
  • MATLAB-TOOLBOX
    MATLAB语言工具箱-TOOLBOX实用指南 涉及科学算法,自动控制,信号处理,神经网络等多科学领域。(Toolbox MATLAB language-TOOLBOX Practical Guide for scientific algorithms, automatic control, signal processing, neural networks and other fields of science.)
    2008-07-19 11:27:57下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载