在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 希尔伯特-黄变换MATLAB程序及相关资料(非常详细)

希尔伯特-黄变换MATLAB程序及相关资料(非常详细)

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:9.08M
  • 下载次数:11
  • 浏览次数:267
  • 发布时间:2020-06-17
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
希尔伯特-黄变换的程序MATLAB以及原理解释等
【实例截图】
【核心代码】
HHT
└── HHT
├── HHT
│   ├── HHT.asv
│   ├── HHT.m
│   ├── disp_hhs.asv
│   ├── disp_hhs.m
│   ├── emd.m
│   ├── fftfenxi.m
│   ├── hhspectrum.m
│   ├── instfreq.m
│   ├── pack_emd
│   │   └── package_emd
│   │   ├── EMDs
│   │   │   ├── cemdc.m
│   │   │   ├── cemdc2.m
│   │   │   ├── cemdc2_fix.m
│   │   │   ├── cemdc_fix.m
│   │   │   ├── emd.m
│   │   │   ├── emd_local.m
│   │   │   ├── emd_online.m
│   │   │   ├── emdc.m
│   │   │   ├── emdc_fix.m
│   │   │   ├── make_emdc.m
│   │   │   └── src
│   │   │   ├── cemdc.c
│   │   │   ├── cemdc2.c
│   │   │   ├── cemdc2_fix.c
│   │   │   ├── cemdc_fix.c
│   │   │   ├── cextr.c
│   │   │   ├── cextr.h
│   │   │   ├── cio.c
│   │   │   ├── cio.h
│   │   │   ├── cio_fix.c
│   │   │   ├── cio_fix.h
│   │   │   ├── clocal_mean.c
│   │   │   ├── clocal_mean.h
│   │   │   ├── clocal_mean2.c
│   │   │   ├── clocal_mean2.h
│   │   │   ├── emd_complex.c
│   │   │   ├── emd_complex.h
│   │   │   ├── emdc.c
│   │   │   ├── emdc_fix.c
│   │   │   ├── extr.c
│   │   │   ├── extr.h
│   │   │   ├── interpolation.c
│   │   │   ├── interpolation.h
│   │   │   ├── io.c
│   │   │   ├── io.h
│   │   │   ├── io_fix.c
│   │   │   ├── io_fix.h
│   │   │   ├── local_mean.c
│   │   │   └── local_mean.h
│   │   ├── bugfix.sh
│   │   ├── examples
│   │   │   ├── NSIP2003
│   │   │   │   ├── emd_fmsin.m
│   │   │   │   ├── emd_sampling.m
│   │   │   │   ├── emd_separation.m
│   │   │   │   ├── emd_triang.m
│   │   │   │   ├── ex_online.m
│   │   │   │   └── triangular_signal.m
│   │   │   └── SPL2007
│   │   │   ├── bivariate_EMD_illustration.m
│   │   │   ├── bivariate_EMD_mean_definitions.m
│   │   │   ├── bivariate_EMD_principle.m
│   │   │   ├── dirstretch.m
│   │   │   └── float_position_record.mat
│   │   ├── index_emd.m
│   │   ├── install_emd.m
│   │   ├── ls-R
│   │   ├── revert_bugfix.sh
│   │   ├── uninstall_emd.m
│   │   └── utils
│   │   ├── addtag.m
│   │   ├── boundary_conditions_emd.m
│   │   ├── cemd_disp.m
│   │   ├── cemd_visu.m
│   │   ├── cenvelope.m
│   │   ├── dirstretch.m
│   │   ├── disp_hhs.m
│   │   ├── emd_visu.m
│   │   ├── extr.m
│   │   ├── findtag.m
│   │   ├── hastag.m
│   │   ├── hhspectrum.m
│   │   ├── io.m
│   │   ├── plot3c.m
│   │   ├── plotc.m
│   │   ├── rmtag.m
│   │   └── toimage.m
│   └── toimage.m
├── emd.ppt
├── pack_emd.tar
│   └── package_emd
│   ├── EMDs
│   │   ├── cemdc.m
│   │   ├── cemdc2.m
│   │   ├── cemdc2_fix.m
│   │   ├── cemdc_fix.m
│   │   ├── emd.m
│   │   ├── emd_local.m
│   │   ├── emd_online.m
│   │   ├── emdc.m
│   │   ├── emdc_fix.m
│   │   ├── make_emdc.m
│   │   └── src
│   │   ├── cemdc.c
│   │   ├── cemdc2.c
│   │   ├── cemdc2_fix.c
│   │   ├── cemdc_fix.c
│   │   ├── cextr.c
│   │   ├── cextr.h
│   │   ├── cio.c
│   │   ├── cio.h
│   │   ├── cio_fix.c
│   │   ├── cio_fix.h
│   │   ├── clocal_mean.c
│   │   ├── clocal_mean.h
│   │   ├── clocal_mean2.c
│   │   ├── clocal_mean2.h
│   │   ├── emd_complex.c
│   │   ├── emd_complex.h
│   │   ├── emdc.c
│   │   ├── emdc_fix.c
│   │   ├── extr.c
│   │   ├── extr.h
│   │   ├── interpolation.c
│   │   ├── interpolation.h
│   │   ├── io.c
│   │   ├── io.h
│   │   ├── io_fix.c
│   │   ├── io_fix.h
│   │   ├── local_mean.c
│   │   └── local_mean.h
│   ├── bugfix.sh
│   ├── examples
│   │   ├── NSIP2003
│   │   │   ├── emd_fmsin.m
│   │   │   ├── emd_sampling.m
│   │   │   ├── emd_separation.m
│   │   │   ├── emd_triang.m
│   │   │   ├── ex_online.m
│   │   │   └── triangular_signal.m
│   │   └── SPL2007
│   │   ├── bivariate_EMD_illustration.m
│   │   ├── bivariate_EMD_mean_definitions.m
│   │   ├── bivariate_EMD_principle.m
│   │   ├── dirstretch.m
│   │   └── float_position_record.mat
│   ├── index_emd.m
│   ├── install_emd.m
│   ├── ls-R
│   ├── revert_bugfix.sh
│   ├── uninstall_emd.m
│   └── utils
│   ├── addtag.m
│   ├── boundary_conditions_emd.m
│   ├── cemd_disp.m
│   ├── cemd_visu.m
│   ├── cenvelope.m
│   ├── dirstretch.m
│   ├── disp_hhs.m
│   ├── emd_visu.m
│   ├── extr.m
│   ├── findtag.m
│   ├── hastag.m
│   ├── hhspectrum.m
│   ├── io.m
│   ├── plot3c.m
│   ├── plotc.m
│   ├── rmtag.m
│   └── toimage.m
├── pack_emd.tar.gz
├── pack_emd.zip
├── plot_hht
│   ├── HHT.pdf
│   ├── Hum.wav
│   ├── emd.m
│   ├── findpeaks.m
│   ├── plot_hht.m
│   └── spsnip_gui
│   ├── Hum.wav
│   ├── Readme.txt
│   ├── license.txt
│   ├── pitchwatch.m
│   ├── plotps.m
│   ├── spect.m
│   ├── spectgray.m
│   ├── spectmesh.m
│   ├── spsnip_config.txt
│   ├── spsnip_gui.p
│   └── spsnip_guicb.p
├── plot_hht.zip
├── spsnip_gui.zip
├── tftb-0.2
│   └── tftb-0.2
│   ├── AUTHORS
│   ├── COPYING
│   ├── CVS
│   │   ├── Entries
│   │   ├── Entries.Log
│   │   ├── Repository
│   │   └── Root
│   ├── INSTALL
│   ├── README
│   ├── THANKS
│   ├── data
│   │   ├── CVS
│   │   │   ├── Entries
│   │   │   ├── Repository
│   │   │   └── Root
│   │   ├── bat.mat
│   │   ├── gabor.mat
│   │   └── movcw4at.mat
│   ├── demos
│   │   ├── CVS
│   │   │   ├── Entries
│   │   │   ├── Repository
│   │   │   └── Root
│   │   ├── paramfun.m
│   │   ├── tfdemo.m
│   │   ├── tfdemo1.m
│   │   ├── tfdemo2.m
│   │   ├── tfdemo3.m
│   │   ├── tfdemo4.m
│   │   ├── tfdemo5.m
│   │   ├── tfdemo6.m
│   │   └── tfdemo7.m
│   ├── mfiles
│   │   ├── CVS
│   │   │   ├── Entries
│   │   │   ├── Repository
│   │   │   └── Root
│   │   ├── Contents.m
│   │   ├── 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
│   │   ├── contwtgn.m
│   │   ├── contwtgnmir.m
│   │   ├── correlmx.m
│   │   ├── d2statio.m
│   │   ├── disprog.m
│   │   ├── divider.m
│   │   ├── dopnoise.m
│   │   ├── doppler.m
│   │   ├── dwindow.m
│   │   ├── fmconst.m
│   │   ├── fmhyp.m
│   │   ├── fmlin.m
│   │   ├── fmodany.m
│   │   ├── fmpar.m
│   │   ├── fmpower.m
│   │   ├── fmsin.m
│   │   ├── fmt.m
│   │   ├── friedman.m
│   │   ├── gaussn.m
│   │   ├── gdpower.m
│   │   ├── griffitc.m
│   │   ├── holder.m
│   │   ├── htl.m
│   │   ├── if2phase.m
│   │   ├── ifestar2.m
│   │   ├── ifmt.m
│   │   ├── imextrac.m
│   │   ├── instfreq.m
│   │   ├── integ.m
│   │   ├── integ2d.m
│   │   ├── is_octave.m
│   │   ├── istfr1.m
│   │   ├── istfr2.m
│   │   ├── istfraff.m
│   │   ├── izak.m
│   │   ├── kaytth.m
│   │   ├── klauder.m
│   │   ├── lambdak.m
│   │   ├── locfreq.m
│   │   ├── loctime.m
│   │   ├── margtfr.m
│   │   ├── mexhat.m
│   │   ├── midpoint.m
│   │   ├── modulo.m
│   │   ├── momftfr.m
│   │   ├── momttfr.m
│   │   ├── movcw4at.m
│   │   ├── movpwdph.m
│   │   ├── movpwjph.m
│   │   ├── movsc2wv.m
│   │   ├── movsp2wv.m
│   │   ├── movwv2at.m
│   │   ├── noisecg.m
│   │   ├── noisecu.m
│   │   ├── odd.m
│   │   ├── parafrep.m
│   │   ├── plotifl.m
│   │   ├── plotsid.m
│   │   ├── renyi.m
│   │   ├── ridges.m
│   │   ├── scale.m
│   │   ├── sgrpdlay.m
│   │   ├── sigmerge.m
│   │   ├── tffilter.m
│   │   ├── tfrbert.m
│   │   ├── tfrbj.m
│   │   ├── tfrbud.m
│   │   ├── tfrcw.m
│   │   ├── tfrdfla.m
│   │   ├── tfrgabor.m
│   │   ├── tfrgrd.m
│   │   ├── tfrideal.m
│   │   ├── tfristft.m
│   │   ├── tfrmh.m
│   │   ├── tfrmhs.m
│   │   ├── tfrmmce.m
│   │   ├── tfrpage.m
│   │   ├── tfrparam.m
│   │   ├── tfrpmh.m
│   │   ├── tfrppage.m
│   │   ├── tfrpwv.m
│   │   ├── tfrqview.m
│   │   ├── tfrqview2.m
│   │   ├── tfrrgab.m
│   │   ├── tfrri.m
│   │   ├── tfrridb.m
│   │   ├── tfrridbn.m
│   │   ├── tfrridh.m
│   │   ├── tfrridt.m
│   │   ├── tfrrmsc.m
│   │   ├── tfrrpmh.m
│   │   ├── tfrrppag.m
│   │   ├── tfrrpwv.m
│   │   ├── tfrrsp.m
│   │   ├── tfrrspwv.m
│   │   ├── tfrrstan.m
│   │   ├── tfrsave.m
│   │   ├── tfrscalo.m
│   │   ├── tfrscalt.m
│   │   ├── tfrsp.m
│   │   ├── tfrspaw.m
│   │   ├── tfrspbk.m
│   │   ├── tfrspwv.m
│   │   ├── tfrstft.m
│   │   ├── tfrsurf.m
│   │   ├── tfrunter.m
│   │   ├── tfrview.m
│   │   ├── tfrview2.m
│   │   ├── tfrwv.m
│   │   ├── tfrzam.m
│   │   ├── tftb.m
│   │   ├── tftb_window.m
│   │   ├── umaxbert.m
│   │   ├── umaxdfla.m
│   │   ├── umaxunte.m
│   │   └── zak.m
│   ├── refguide
│   │   ├── COPYING
│   │   ├── CVS
│   │   │   ├── Entries
│   │   │   ├── Entries.Log
│   │   │   ├── Repository
│   │   │   └── Root
│   │   ├── Makefile
│   │   ├── altes.tex
│   │   ├── ambifunb.tex
│   │   ├── ambifuwb.tex
│   │   ├── amexpo1s.tex
│   │   ├── amexpo2s.tex
│   │   ├── amgauss.tex
│   │   ├── amrect.tex
│   │   ├── amtriang.tex
│   │   ├── anaask.tex
│   │   ├── anabpsk.tex
│   │   ├── anafsk.tex
│   │   ├── anapulse.tex
│   │   ├── anaqpsk.tex
│   │   ├── anasing.tex
│   │   ├── anastep.tex
│   │   ├── atoms.tex
│   │   ├── coverrg.tex
│   │   ├── disprog.tex
│   │   ├── divider.tex
│   │   ├── dopnoise.tex
│   │   ├── doppler.tex
│   │   ├── dwindow.tex
│   │   ├── figure
│   │   │   ├── CVS
│   │   │   │   ├── Entries
│   │   │   │   ├── Repository
│   │   │   │   └── Root
│   │   │   ├── cnrs.eps
│   │   │   ├── cnrs.pdf
│   │   │   ├── coverrg.eps
│   │   │   ├── coverrg.fig
│   │   │   ├── coverrg.pdf
│   │   │   ├── isis.eps
│   │   │   └── isis.pdf
│   │   ├── fmconst.tex
│   │   ├── fmhyp.tex
│   │   ├── fmlin.tex
│   │   ├── fmodany.tex
│   │   ├── fmpar.tex
│   │   ├── fmpower.tex
│   │   ├── fmsin.tex
│   │   ├── fmt.tex
│   │   ├── friedman.tex
│   │   ├── gdpower.tex
│   │   ├── gfdl.tex
│   │   ├── griffitc.tex
│   │   ├── holder.tex
│   │   ├── htl.tex
│   │   ├── ifestar2.tex
│   │   ├── ifmt.tex
│   │   ├── instfreq.tex
│   │   ├── integ.tex
│   │   ├── integ2d.tex
│   │   ├── introrg.tex
│   │   ├── izak.tex
│   │   ├── kaytth.tex
│   │   ├── klauder.tex
│   │   ├── lambdak.tex
│   │   ├── locfreq.tex
│   │   ├── loctime.tex
│   │   ├── margtfr.tex
│   │   ├── mexhat.tex
│   │   ├── midpoint.tex
│   │   ├── modele.tex
│   │   ├── modulo.tex
│   │   ├── momftfr.tex
│   │   ├── momttfr.tex
│   │   ├── movcw4at.tex
│   │   ├── movpwdph.tex
│   │   ├── movpwjph.tex
│   │   ├── movsc2wv.tex
│   │   ├── movsp2wv.tex
│   │   ├── movwv2at.tex
│   │   ├── noisecg.tex
│   │   ├── noisecu.tex
│   │   ├── odd.tex
│   │   ├── plotifl.tex
│   │   ├── plotsid.tex
│   │   ├── refguide.tex
│   │   ├── renyi.tex
│   │   ├── ridges.tex
│   │   ├── scale.tex
│   │   ├── sgrpdlay.tex
│   │   ├── sigmerge.tex
│   │   ├── tables.tex
│   │   ├── tfrbert.tex
│   │   ├── tfrbj.tex
│   │   ├── tfrbud.tex
│   │   ├── tfrcw.tex
│   │   ├── tfrdfla.tex
│   │   ├── tfrgabor.tex
│   │   ├── tfrgrd.tex
│   │   ├── tfrideal.tex
│   │   ├── tfrmh.tex
│   │   ├── tfrmhs.tex
│   │   ├── tfrmmce.tex
│   │   ├── tfrpage.tex
│   │   ├── tfrparam.tex
│   │   ├── tfrpmh.tex
│   │   ├── tfrppage.tex
│   │   ├── tfrpwv.tex
│   │   ├── tfrqview.tex
│   │   ├── tfrrgab.tex
│   │   ├── tfrri.tex
│   │   ├── tfrridb.tex
│   │   ├── tfrridbn.tex
│   │   ├── tfrridh.tex
│   │   ├── tfrridt.tex
│   │   ├── tfrrmsc.tex
│   │   ├── tfrrpmh.tex
│   │   ├── tfrrppag.tex
│   │   ├── tfrrpwv.tex
│   │   ├── tfrrsp.tex
│   │   ├── tfrrspwv.tex
│   │   ├── tfrsave.tex
│   │   ├── tfrscalo.tex
│   │   ├── tfrsp.tex
│   │   ├── tfrspaw.tex
│   │   ├── tfrspwv.tex
│   │   ├── tfrstft.tex
│   │   ├── tfrunter.tex
│   │   ├── tfrview.tex
│   │   ├── tfrwv.tex
│   │   ├── tfrzam.tex
│   │   ├── tftb_window.tex
│   │   └── zak.tex
│   ├── scripts
│   │   ├── CVS
│   │   │   ├── Entries
│   │   │   ├── Repository
│   │   │   └── Root
│   │   ├── insert_licence_demos.pl
│   │   ├── insert_licence_doc.pl
│   │   ├── insert_licence_mfiles.pl
│   │   ├── insert_licence_tests.pl
│   │   ├── licence
│   │   ├── licence_doc
│   │   └── run_all_tests.pl
│   ├── tests
│   │   ├── CVS
│   │   │   ├── Entries
│   │   │   ├── Repository
│   │   │   └── Root
│   │   ├── altest.m
│   │   ├── ambifunt.m
│   │   ├── ambifuwt.m
│   │   ├── amexpo1t.m
│   │   ├── amexpo2t.m
│   │   ├── amgausst.m
│   │   ├── amrectt.m
│   │   ├── amtriant.m
│   │   ├── anaaskt.m
│   │   ├── anabpskt.m
│   │   ├── anafskt.m
│   │   ├── anapulst.m
│   │   ├── anaqpskt.m
│   │   ├── anasingt.m
│   │   ├── anastept.m
│   │   ├── atomst.m
│   │   ├── disprogt.m
│   │   ├── dividert.m
│   │   ├── dopnoist.m
│   │   ├── dopplert.m
│   │   ├── dwindowt.m
│   │   ├── fmconstt.m
│   │   ├── fmhypt.m
│   │   ├── fmlint.m
│   │   ├── fmodanyt.m
│   │   ├── fmpart.m
│   │   ├── fmpowert.m
│   │   ├── fmsint.m
│   │   ├── fmtt.m
│   │   ├── friedmat.m
│   │   ├── gdpowert.m
│   │   ├── holdert.m
│   │   ├── htlt.m
│   │   ├── ifestart.m
│   │   ├── ifmtt.m
│   │   ├── instfret.m
│   │   ├── integ2dt.m
│   │   ├── integt.m
│   │   ├── izakt.m
│   │   ├── kayttht.m
│   │   ├── klaudert.m
│   │   ├── layoutst.m
│   │   ├── lineplot.m
│   │   ├── locfreqt.m
│   │   ├── loctimet.m
│   │   ├── margtfrt.m
│   │   ├── mexhatt.m
│   │   ├── midpoitt.m
│   │   ├── modulot.m
│   │   ├── momftfrt.m
│   │   ├── momttfrt.m
│   │   ├── noisecgt.m
│   │   ├── noisecut.m
│   │   ├── oddt.m
│   │   ├── plotsidt.m
│   │   ├── renyit.m
│   │   ├── ridgest.m
│   │   ├── scalet.m
│   │   ├── sgrpdlat.m
│   │   ├── sigmergt.m
│   │   ├── testall.m
│   │   ├── tfrbertt.m
│   │   ├── tfrbjt.m
│   │   ├── tfrbudt.m
│   │   ├── tfrcwt.m
│   │   ├── tfrdflat.m
│   │   ├── tfrgabot.m
│   │   ├── tfrgrdt.m
│   │   ├── tfrideat.m
│   │   ├── tfrmhst.m
│   │   ├── tfrmht.m
│   │   ├── tfrmmcet.m
│   │   ├── tfrpaget.m
│   │   ├── tfrpmht.m
│   │   ├── tfrppagt.m
│   │   ├── tfrpwvt.m
│   │   ├── tfrrgabt.m
│   │   ├── tfrridbt.m
│   │   ├── tfrridht.m
│   │   ├── tfrridnt.m
│   │   ├── tfrridtt.m
│   │   ├── tfrrit.m
│   │   ├── tfrrmsct.m
│   │   ├── tfrrpmht.m
│   │   ├── tfrrppat.m
│   │   ├── tfrrpwvt.m
│   │   ├── tfrrspt.m
│   │   ├── tfrrspwt.m
│   │   ├── tfrscalt.m
│   │   ├── tfrspawt.m
│   │   ├── tfrspt.m
│   │   ├── tfrspwvt.m
│   │   ├── tfrstftt.m
│   │   ├── tfruntet.m
│   │   ├── tfrwvt.m
│   │   ├── tfrzamt.m
│   │   ├── tftb_windowt.m
│   │   └── zakt.m
│   ├── tutorial
│   │   ├── COPYING
│   │   ├── CVS
│   │   │   ├── Entries
│   │   │   ├── Entries.Log
│   │   │   ├── Repository
│   │   │   └── Root
│   │   ├── Makefile
│   │   ├── atomdec.tex
│   │   ├── covertu.tex
│   │   ├── enedist1.tex
│   │   ├── enedist2.tex
│   │   ├── extract.tex
│   │   ├── figure
│   │   │   ├── CVS
│   │   │   │   ├── Entries
│   │   │   │   ├── Repository
│   │   │   │   └── Root
│   │   │   ├── at1fig1.eps
│   │   │   ├── at1fig2.eps
│   │   │   ├── at1fig3.eps
│   │   │   ├── at1fig4.eps
│   │   │   ├── at1fig5.eps
│   │   │   ├── at1fig6.eps
│   │   │   ├── at1fig7.eps
│   │   │   ├── at1fig8.eps
│   │   │   ├── at2fig1.eps
│   │   │   ├── at3fig1.eps
│   │   │   ├── at3fig2.eps
│   │   │   ├── at3fig3.eps
│   │   │   ├── at3fig4.eps
│   │   │   ├── at3fig5.eps
│   │   │   ├── at3fig5.fig
│   │   │   ├── at4fig1.eps
│   │   │   ├── at4fig2.eps
│   │   │   ├── at4fig3.eps
│   │   │   ├── at4fig4.eps
│   │   │   ├── at4fig5.eps
│   │   │   ├── at4fig6.eps
│   │   │   ├── cnrs.eps
│   │   │   ├── cover.png
│   │   │   ├── coverfig.eps
│   │   │   ├── covertu.fig
│   │   │   ├── covertu.ps
│   │   │   ├── en1fig1.eps
│   │   │   ├── en1fig10.eps
│   │   │   ├── en1fig11.eps
│   │   │   ├── en1fig12.eps
│   │   │   ├── en1fig13.eps
│   │   │   ├── en1fig14.eps
│   │   │   ├── en1fig15.eps
│   │   │   ├── en1fig16.eps
│   │   │   ├── en1fig17.eps
│   │   │   ├── en1fig2.eps
│   │   │   ├── en1fig3.eps
│   │   │   ├── en1fig4.eps
│   │   │   ├── en1fig5.eps
│   │   │   ├── en1fig6.eps
│   │   │   ├── en1fig7.eps
│   │   │   ├── en1fig8.eps
│   │   │   ├── en1fig9.eps
│   │   │   ├── en2fig1.eps
│   │   │   ├── en2fig10.eps
│   │   │   ├── en2fig11.eps
│   │   │   ├── en2fig12.eps
│   │   │   ├── en2fig13.eps
│   │   │   ├── en2fig14.eps
│   │   │   ├── en2fig15.eps
│   │   │   ├── en2fig16.eps
│   │   │   ├── en2fig2.eps
│   │   │   ├── en2fig3.eps
│   │   │   ├── en2fig4.eps
│   │   │   ├── en2fig5.eps
│   │   │   ├── en2fig6.eps
│   │   │   ├── en2fig7.eps
│   │   │   ├── en2fig8.eps
│   │   │   ├── en2fig9.eps
│   │   │   ├── ex1fig1.eps
│   │   │   ├── ex1fig2.eps
│   │   │   ├── ex1fig3.eps
│   │   │   ├── ex1fig4.eps
│   │   │   ├── ex1fig5.eps
│   │   │   ├── ex1fig6.eps
│   │   │   ├── ex1fig7.eps
│   │   │   ├── ex1fig8.eps
│   │   │   ├── in1fig1.eps
│   │   │   ├── in1fig2.eps
│   │   │   ├── in1fig3.eps
│   │   │   ├── in1fig4.eps
│   │   │   ├── in1fig5.eps
│   │   │   ├── in1fig6.eps
│   │   │   ├── in2fig1.eps
│   │   │   ├── in2fig10.eps
│   │   │   ├── in2fig11.eps
│   │   │   ├── in2fig2.eps
│   │   │   ├── in2fig3.eps
│   │   │   ├── in2fig4.eps
│   │   │   ├── in2fig5.eps
│   │   │   ├── in2fig6.eps
│   │   │   ├── in2fig7.eps
│   │   │   ├── in2fig8.eps
│   │   │   ├── in2fig9.eps
│   │   │   ├── isis.eps
│   │   │   ├── ns2fig1.eps
│   │   │   ├── ns2fig2.eps
│   │   │   ├── ns3fig1.eps
│   │   │   ├── ns4fig1.eps
│   │   │   ├── ns4fig2.eps
│   │   │   ├── ns6fig1.eps
│   │   │   ├── ns6fig2.eps
│   │   │   ├── ns6fig3.eps
│   │   │   ├── ns6fig4.eps
│   │   │   ├── ns7fig1.eps
│   │   │   ├── ns7fig2.eps
│   │   │   ├── re1fig1.eps
│   │   │   ├── re1fig2.eps
│   │   │   ├── re1fig3.eps
│   │   │   ├── re1fig4.eps
│   │   │   ├── re1fig5.eps
│   │   │   └── re1fig6.eps
│   │   ├── gfdl.tex
│   │   ├── intro.tex
│   │   ├── nonstat.tex
│   │   ├── reassign.tex
│   │   ├── tutorial.bib
│   │   └── tutorial.tex
│   └── version
├── tftb-0.2.rar
├── 希尔伯特黄变换及其应用研究.pdf
└── 希尔伯特黄变换在信号处理中的应用.pdf

41 directories, 704 files

标签:

实例下载地址

希尔伯特-黄变换MATLAB程序及相关资料(非常详细)

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警