实例介绍
适用于地震勘探专业进行地震信号方面的研究和处理。
【实例截图】
【核心代码】
文件清单
├── CREWESmatlabrelease
│ ├── displaytools
│ │ ├── bigfig.m
│ │ ├── bigfont.m
│ │ ├── boldlines.m
│ │ ├── clearpicks.m
│ │ ├── Contents.m
│ │ ├── dbspec.m
│ │ ├── flipx.m
│ │ ├── flipy.m
│ │ ├── greyfig.m
│ │ ├── hideui.m
│ │ ├── plotimage2.m
│ │ ├── plotimage.m
│ │ ├── plotimage_setglobal.m
│ │ ├── plotseis.m
│ │ ├── plotseismic.m
│ │ ├── plotseisva.m
│ │ ├── private
│ │ │ ├── PI_axes_buttondown.m
│ │ │ ├── PI_axis_options.asv
│ │ │ ├── PI_axis_options.m
│ │ │ ├── PI_ChangeProperties.m
│ │ │ ├── PI_Close.m
│ │ │ ├── PI_ClosePlotImage.m
│ │ │ ├── PI_DeletePickLine.m
│ │ │ ├── PI_FigureSizeChange.asv
│ │ │ ├── PI_FigureSizeChange.m
│ │ │ ├── PI_flip.m
│ │ │ ├── PI_Global.m
│ │ │ ├── PI_HeadOff.m
│ │ │ ├── PI_ImportPicks.m
│ │ │ ├── PI_init_image.m
│ │ │ ├── PI_init.m
│ │ │ ├── PI_KillLimitLines.m
│ │ │ ├── PI_limboxmaster.m
│ │ │ ├── PI_limbox_transforms.m
│ │ │ ├── PI_limcentmove2.m
│ │ │ ├── PI_limlnfigurevis.m
│ │ │ ├── PI_limlnmove2.m
│ │ │ ├── PI_limlnoptions.m
│ │ │ ├── PI_limmoveend.m
│ │ │ ├── PI_limptmove2.m
│ │ │ ├── PI_limptmove.m
│ │ │ ├── PI_LmLnActivation.m
│ │ │ ├── PI_lmptenter.m
│ │ │ ├── PI_lmptreset.m
│ │ │ ├── PI_MovePickLineEnd.m
│ │ │ ├── PI_MovePickLine.m
│ │ │ ├── PI_MovePickLineMotion.m
│ │ │ ├── PI_MovePickLineStart.m
│ │ │ ├── PI_MovePickLineStop.m
│ │ │ ├── PI_OpenFile.asv
│ │ │ ├── PI_OpenFile.m
│ │ │ ├── PI_picklinemenu.m
│ │ │ ├── PI_pick.m
│ │ │ ├── PI_PicksOpen.m
│ │ │ ├── PI_PicksSave.m
│ │ │ ├── PI_PlotImageBrighten.m
│ │ │ ├── PI_PlotImageColorMap.m
│ │ │ ├── PI_positionaxes_linebuttondown.m
│ │ │ ├── PI_positionaxes_linemotionend.m
│ │ │ ├── PI_positionaxes_linemotion.m
│ │ │ ├── PI_positionaxes_lineposition.m
│ │ │ ├── PI_rescale.m
│ │ │ ├── PI_SaveFile.m
│ │ │ ├── PI_SpawnPlotImage.m
│ │ │ ├── PI_zoomfcnend.m
│ │ │ ├── PI_zoominout.m
│ │ │ ├── PI_zoomlock.m
│ │ │ ├── PI_zoom.m
│ │ │ ├── PI_zoomoptions.m
│ │ │ ├── PI_zoompick.m
│ │ │ ├── PI_zoomscroll.m
│ │ │ ├── PI_zoomscrollmotion.m
│ │ │ └── PI_zoom_slider.m
│ │ ├── replotpicks.m
│ │ ├── seisclrs.m
│ │ ├── unhideui.m
│ │ ├── whitefig.m
│ │ ├── winextractor.m
│ │ ├── wtva.m
│ │ ├── xoff.m
│ │ └── yoff.m
│ ├── editlines
│ │ ├── editlinesfini.m
│ │ ├── editlinesinit.m
│ │ ├── editlines.m
│ │ └── private
│ │ ├── el_autoseg.m
│ │ ├── el_buttondown.m
│ │ ├── el_buttonmotion.m
│ │ ├── el_buttonup.m
│ │ ├── el_fini.m
│ │ ├── el_init.m
│ │ ├── el_link.m
│ │ ├── el_linkpoly.m
│ │ ├── el_stopmotion.m
│ │ ├── el_tempfini.m
│ │ └── el_undo.m
│ ├── finitedif
│ │ ├── afd_bc_inner.m
│ │ ├── afd_bc_outer.m
│ │ ├── afd_explode.m
│ │ ├── afd_movie.m
│ │ ├── afd_moviesnapn.m
│ │ ├── afd_reflect.m
│ │ ├── afd_shotrec.m
│ │ ├── afd_snap_acoustic.m
│ │ ├── afd_snap.m
│ │ ├── afd_snapn.m
│ │ ├── afd_source.m
│ │ ├── afd_vmodel.m
│ │ ├── alt_afd_snapn.m
│ │ ├── change_grid_spacing.m
│ │ ├── channel.m
│ │ ├── channelmodel.m
│ │ ├── channel_movie.m
│ │ ├── Contents.m
│ │ ├── del2_5pt.m
│ │ ├── del2_9pt.m
│ │ ├── ders_5pt.m
│ │ ├── highv_wedge.m
│ │ ├── marmousi_demo.m
│ │ ├── syncline.m
│ │ ├── vzanticline.m
│ │ └── wedgemodel.m
│ ├── migration
│ │ ├── clinint.m
│ │ ├── Contents.m
│ │ ├── conv45.m
│ │ ├── cos_taper.m
│ │ ├── csinci.m
│ │ ├── depth2time.m
│ │ ├── fd15mig.m
│ │ ├── fkmig.m
│ │ ├── ips.m
│ │ ├── kirk.m
│ │ ├── kirk_mig_li.m
│ │ ├── kirk_mig.m
│ │ ├── ps_migt.m
│ │ ├── psnsps_mig.m
│ │ ├── ps_space.m
│ │ ├── ps_stats.m
│ │ ├── pstime.m
│ │ ├── reduce_kx.m
│ │ ├── splitstepf_mig.m
│ │ ├── time2depth.m
│ │ ├── vz_fkmig.m
│ │ ├── vz_fkmod.m
│ │ ├── vz_fk_sim.m
│ │ └── vz_mod_sim.m
│ ├── raytrace
│ │ ├── clearrays.m
│ │ ├── Contents.m
│ │ ├── demoprep2.m
│ │ ├── demoprep.m
│ │ ├── drawray.m
│ │ ├── drayveclin.m
│ │ ├── drayvec.m
│ │ ├── eventraymig.m
│ │ ├── eventraymod.m
│ │ ├── marmousi_mod.mat
│ │ ├── normray.m
│ │ ├── normraymig.m
│ │ ├── rayfan_a.m
│ │ ├── rayfan.m
│ │ ├── raymarmousi_demo.m
│ │ ├── raymig.m
│ │ ├── raytrace_demo.m
│ │ ├── rayvelmod.m
│ │ ├── rayvxz_demo.m
│ │ ├── rayvxz_wave.m
│ │ ├── shootray.m
│ │ ├── shootraytosurf.m
│ │ ├── shootrayvxz_g.m
│ │ ├── shootrayvxz.m
│ │ ├── sphdiv.m
│ │ ├── testray.m
│ │ ├── traceray.m
│ │ ├── traceray_pp.m
│ │ └── traceray_ps.m
│ ├── resolution
│ │ ├── aliastudy.m
│ │ ├── aperstudy.m
│ │ ├── Contents.m
│ │ ├── dipspect.m
│ │ ├── fresnelzone.m
│ │ ├── recstudy.m
│ │ ├── resosim.m
│ │ ├── thalias.m
│ │ ├── thaper.m
│ │ └── threc.m
│ ├── segy
│ │ ├── altreadsegy.m
│ │ ├── altwritesegy.m
│ │ ├── ascii2ebcdic.m
│ │ ├── Contents.m
│ │ ├── ebcdic2ascii.m
│ │ ├── ibm2ieee.m
│ │ ├── SEGY_Documentation.tex
│ │ ├── SEGY_GetBinaryHeader.m
│ │ ├── SEGY_GetTextHeader.m
│ │ ├── SEGY_GetTrace.m
│ │ ├── segyinput.m
│ │ ├── segyoutput.m
│ │ ├── SEGY_WriteBinaryHeader.m
│ │ ├── SEGY_WriteGathers.m
│ │ ├── SEGY_WriteStack.m
│ │ ├── SEGY_WriteTextHeader.m
│ │ └── SEGY_WriteTrace.m
│ ├── seismic
│ │ ├── aec.m
│ │ ├── auto2.m
│ │ ├── auto.m
│ │ ├── balans.m
│ │ ├── clip.m
│ │ ├── Contents.m
│ │ ├── convm.m
│ │ ├── convz.m
│ │ ├── env.m
│ │ ├── fftrl.m
│ │ ├── filtf.m
│ │ ├── filtspec.m
│ │ ├── fktran.m
│ │ ├── fktran_mc.m
│ │ ├── fxtran.m
│ │ ├── ifftrl.m
│ │ ├── ifktran.m
│ │ ├── ifktran_mc.m
│ │ ├── ins_amp.m
│ │ ├── ins_freq.m
│ │ ├── ins_phase.m
│ │ ├── levrec.m
│ │ ├── phsrot.m
│ │ ├── phsrot_old.m
│ │ ├── private
│ │ │ └── TEST_resamp.m
│ │ ├── resamp.m
│ │ ├── sectaec.m
│ │ ├── sectconv.m
│ │ ├── sectfilt.m
│ │ ├── sectresamp.m
│ │ ├── sinci.m
│ │ ├── sincinan.m
│ │ ├── sinque.m
│ │ ├── stat.m
│ │ ├── toall.m
│ │ ├── toinvf.m
│ │ ├── toinv.m
│ │ ├── tomin.m
│ │ ├── tozero.m
│ │ └── tr.m
│ ├── startup_files
│ │ ├── declareGlobals.m
│ │ ├── sample_startup.m
│ │ ├── setGlobals.m
│ │ └── testpath.m
│ ├── synsections
│ │ ├── channel_hyp.m
│ │ ├── Contents.m
│ │ ├── demo_hyperbolas.m
│ │ ├── event_diph2.m
│ │ ├── event_diph.m
│ │ ├── event_dip.m
│ │ ├── event_hyp.m
│ │ ├── event_polyh.m
│ │ ├── event_pwlinh.m
│ │ ├── event_spike.m
│ │ ├── makesections.m
│ │ ├── makestdsynh.m
│ │ └── makestdsyn.m
│ ├── syntraces
│ │ ├── comb.m
│ │ ├── Contents.m
│ │ ├── einar.m
│ │ ├── impulse.m
│ │ ├── ormsby.m
│ │ ├── qmatrix.m
│ │ ├── reflec.m
│ │ ├── ricker.m
│ │ ├── rnoise.m
│ │ ├── seismogram.m
│ │ ├── seismo.m
│ │ ├── spike.m
│ │ ├── sweep.m
│ │ ├── synseis_press.m
│ │ ├── synseis_w.m
│ │ ├── theogram.m
│ │ ├── theo_mult_w.m
│ │ ├── theosimple.m
│ │ ├── tntamp.m
│ │ ├── waterbtm.m
│ │ ├── wavedyn.m
│ │ ├── wavemin.m
│ │ ├── wavenorm.m
│ │ ├── wavevib.m
│ │ ├── wavez.m
│ │ ├── zoepplot.m
│ │ ├── zoepplt.m
│ │ └── zoeppritz.m
│ ├── utilities
│ │ ├── between.m
│ │ ├── clearlines.m
│ │ ├── colorview.m
│ │ ├── Contents.m
│ │ ├── crcompile.m
│ │ ├── crhtmlhelp.c
│ │ ├── crhtmlhelp.dll
│ │ ├── drawlinefini.m
│ │ ├── drawlineinit.m
│ │ ├── drawline.m
│ │ ├── drawpick.m
│ │ ├── figtit.m
│ │ ├── fromdb.m
│ │ ├── gauss.m
│ │ ├── gethicon.c
│ │ ├── gethicon.dll
│ │ ├── gethicon.m
│ │ ├── gethwnd.c
│ │ ├── gethwnd.dll
│ │ ├── gethwnd.m
│ │ ├── hardzoom.m
│ │ ├── hilbm.m
│ │ ├── insidepoly.m
│ │ ├── iscomplex.m
│ │ ├── ismin.m
│ │ ├── mwhalf.m
│ │ ├── mwindow.m
│ │ ├── near.m
│ │ ├── nodefind.m
│ │ ├── notbetween.m
│ │ ├── nulltruncate.m
│ │ ├── num2strmat.m
│ │ ├── pad.m
│ │ ├── padpow2.m
│ │ ├── pcint.m
│ │ ├── picksle.m
│ │ ├── pwlint.m
│ │ ├── saveascii.m
│ │ ├── sca.m
│ │ ├── selboxfini.m
│ │ ├── selboxinit.m
│ │ ├── selbox.m
│ │ ├── sethicon.c
│ │ ├── sethicon.dll
│ │ ├── sethicon.m
│ │ ├── signature.m
│ │ ├── simpledit.m
│ │ ├── simplezoom.m
│ │ ├── slicemat.m
│ │ ├── surround.m
│ │ ├── todb.m
│ │ ├── within.m
│ │ └── xcoord.m
│ ├── velocity
│ │ ├── Contents.m
│ │ ├── drawvint.m
│ │ ├── vave2vint.m
│ │ ├── vint2t.m
│ │ ├── vint2vave.m
│ │ ├── vint2vrms.m
│ │ └── vrms2vint.m
│ └── z_legacy
│ ├── dataobjects
│ │ ├── buildcontobj.m
│ │ ├── buildobj.m
│ │ ├── Contents.m
│ │ ├── contobj.m
│ │ ├── earthobj.m
│ │ ├── fm_datumadj.m
│ │ ├── fmget.m
│ │ ├── fmhorplot.m
│ │ ├── fmplot.m
│ │ ├── fmset.m
│ │ ├── gridobj.m
│ │ ├── hasdepth.m
│ │ ├── hastime.m
│ │ ├── isearthobj.m
│ │ ├── makehor.m
│ │ ├── makelog.m
│ │ ├── makewell.m
│ │ ├── objget.m
│ │ ├── objgrid.m
│ │ ├── objrand.m
│ │ ├── objset.m
│ │ ├── ocget.m
│ │ ├── ocset.m
│ │ ├── oget.m
│ │ ├── oset.m
│ │ ├── randobj.m
│ │ └── sizeinbytes.m
│ ├── dialogs
│ │ ├── askthingsfini.m
│ │ ├── askthingsinit.m
│ │ ├── askthingsle.m
│ │ ├── askthings.m
│ │ ├── chlogtype.m
│ │ ├── choosewavelet.fig
│ │ ├── choosewavelet.m
│ │ ├── Contents.m
│ │ ├── dellog.m
│ │ ├── dellogsec.m
│ │ ├── duptops.m
│ │ ├── eqndeffini.m
│ │ ├── eqndefinit.m
│ │ ├── eqndef.m
│ │ ├── importlasfini.m
│ │ ├── importlas.m
│ │ ├── matinterogator.m
│ │ ├── matinterrogator.m
│ │ ├── myuifile.m
│ │ ├── namecolorfini.m
│ │ ├── namecolorinit.m
│ │ ├── namecolorle.m
│ │ ├── namecolor.m
│ │ ├── namenewlogfini.m
│ │ ├── namenewloginit.m
│ │ ├── namenewlog.m
│ │ ├── promotelogfini.m
│ │ ├── promotelog.m
│ │ ├── rcdefinefini.m
│ │ ├── rcdefineinit.m
│ │ ├── rcdefine.m
│ │ ├── savethingfini.m
│ │ ├── savethinginit.m
│ │ ├── savething.m
│ │ ├── shardcopyfini.m
│ │ ├── shardcopy.m
│ │ ├── telluserinit.m
│ │ ├── telluser.m
│ │ ├── theodeffini.m
│ │ ├── theodefinefini.m
│ │ ├── theodefineinit.m
│ │ ├── theodefine.m
│ │ ├── theodefinit.m
│ │ ├── theodef.m
│ │ ├── tzdefinefini.m
│ │ ├── tzdefineinit.m
│ │ ├── tzdefine.m
│ │ ├── yesnofini.m
│ │ ├── yesnoinit.m
│ │ └── yesno.m
│ ├── geometric
│ │ ├── arclen2xy.m
│ │ ├── between.m
│ │ ├── ccw.m
│ │ ├── closeline.m
│ │ ├── closestnode.m
│ │ ├── closestpt.m
│ │ ├── closetraceazi.m
│ │ ├── closetrace.m
│ │ ├── Contents.m
│ │ ├── distcum.m
│ │ ├── distinc.m
│ │ ├── distpoint.m
│ │ ├── distreach.m
│ │ ├── inside.m
│ │ ├── linewelltie.m
│ │ ├── notbetween.m
│ │ ├── oncurve.m
│ │ ├── paratran.m
│ │ ├── pdist.m
│ │ ├── poly2d.m
│ │ ├── polyarea.m
│ │ ├── polydist.m
│ │ ├── polyind.m
│ │ ├── polyint.m
│ │ ├── polysurf.m
│ │ ├── slope.m
│ │ ├── surround.m
│ │ ├── within.m
│ │ ├── xy2arclen.m
│ │ └── ycurve.m
│ ├── inversion
│ │ ├── blimp.m
│ │ ├── blint.m
│ │ ├── Contents.m
│ │ ├── imp2rcs.m
│ │ ├── mergetrcs.m
│ │ ├── predlowf.m
│ │ ├── rcs2impbl.m
│ │ ├── rcs2imp.m
│ │ ├── rcs2imp_r.m
│ │ ├── seisinv1.m
│ │ └── seisinv2.m
│ ├── io
│ │ ├── Contents.m
│ │ ├── fmreadsegy.m
│ │ ├── fmwritesegy.m
│ │ ├── readcheckshot.m
│ │ ├── readgma.m
│ │ ├── readhorizondump.m
│ │ ├── readlas.m
│ │ ├── readlasv12.m
│ │ ├── readlasv2.m
│ │ ├── readqcd.m
│ │ ├── readsegy.m
│ │ ├── readseisfile.m
│ │ ├── readSeislineVec.m
│ │ ├── readsimplelog.m
│ │ ├── readtops.m
│ │ ├── readtvd.m
│ │ ├── readwavelet.m
│ │ ├── readwellfile.m
│ │ ├── readzmap.m
│ │ ├── segyin.m
│ │ ├── segyin_open.m
│ │ ├── segyout.m
│ │ ├── segyout_open.m
│ │ ├── writegma.m
│ │ ├── writelas.m
│ │ ├── writesegy.m
│ │ └── writeseistvd.m
│ ├── logtools
│ │ ├── Contents.m
│ │ ├── cscorrdisp.m
│ │ ├── cscorr_sonic.m
│ │ ├── fillholes.m
│ │ ├── filtbox.m
│ │ ├── filtboxnan.m
│ │ ├── filtf.m
│ │ ├── filttri.m
│ │ ├── filttrinan.m
│ │ ├── gardnerexp.m
│ │ ├── gardner.m
│ │ ├── hmask.m
│ │ ├── int_sonic.m
│ │ ├── las2logtype.m
│ │ ├── lascreator.m
│ │ ├── lashblkcreate.m
│ │ ├── lashblkread.m
│ │ ├── lashcurves.m
│ │ ├── lasheadernames.m
│ │ ├── lasheadersss.m
│ │ ├── lasheadertime.m
│ │ ├── lasheaderunits.m
│ │ ├── lashgetblk.m
│ │ ├── lashlastline.m
│ │ ├── lashsetblk.m
│ │ ├── lashtops.m
│ │ ├── lashtrunc.m
│ │ ├── lasmnem2units.m
│ │ ├── logblock.m
│ │ ├── log_datumadj.m
│ │ ├── log_imp2met.m
│ │ ├── log_met2imp.m
│ │ ├── logtodepth.m
│ │ ├── logtotime2.m
│ │ ├── logtotime.m
│ │ ├── logtype2las.m
│ │ ├── makelasheader.m
│ │ ├── plottops.m
│ │ ├── prettywid.m
│ │ ├── sonic2tz.m
│ │ ├── strechlog.m
│ │ ├── theodeffini.m
│ │ ├── theodefinefini.m
│ │ ├── theodefineinit.m
│ │ ├── theodefine.m
│ │ ├── theodefinit.m
│ │ ├── theodef.m
│ │ ├── theodisplay.m
│ │ ├── theogram.m
│ │ ├── theo_mult_w.m
│ │ ├── theosimple.m
│ │ ├── topsin.m
│ │ ├── topsout.m
│ │ ├── toptotime.m
│ │ ├── tvd_minc.m
│ │ ├── tzpshift.m
│ │ └── validatesection.m
│ ├── migration
│ │ ├── blimpulse.m
│ │ ├── clinint.m
│ │ ├── Contents.m
│ │ ├── conv45.m
│ │ ├── cos_taper.m
│ │ ├── csinci.m
│ │ ├── event_dip.m
│ │ ├── event_hyp.m
│ │ ├── event_spike.m
│ │ ├── exfd15.m
│ │ ├── fkmig2.m
│ │ ├── fkmig_iei.m
│ │ ├── fkmig.m
│ │ ├── fktran.m
│ │ ├── fktran_mc.m
│ │ ├── hyperbola.m
│ │ ├── ifktran.m
│ │ ├── ifktran_mc.m
│ │ ├── kirk1.m
│ │ ├── kirkcv.m
│ │ ├── kirk.m
│ │ ├── kirk_mig2.m
│ │ ├── kirk_mig.m
│ │ ├── kirk_old.m
│ │ ├── kirksinc.m
│ │ ├── make659syn.m
│ │ ├── makehyps.m
│ │ ├── matraj.m
│ │ ├── ps.m
│ │ ├── ps_mig.m
│ │ ├── psmig.m
│ │ ├── ps_migt.m
│ │ ├── ps_stats.m
│ │ ├── pstime.m
│ │ ├── reduce_kx.m
│ │ ├── sectconv.m
│ │ ├── sectfilt.m
│ │ └── sectresamp.m
│ ├── raytrace
│ │ ├── Contents.m
│ │ ├── drawray.m
│ │ ├── rayfan_a.m
│ │ ├── rayfan.m
│ │ ├── raytrace_demo.m
│ │ ├── shootray.m
│ │ ├── traceray.m
│ │ ├── traceray_pp.m
│ │ └── traceray_ps.m
│ ├── refrac
│ │ ├── ampli.m
│ │ ├── autopickcb.m
│ │ ├── autopick.m
│ │ ├── autorejectcb.m
│ │ ├── autoreject.m
│ │ ├── avgcvpcb.m
│ │ ├── avgcvpinfo.m
│ │ ├── avgcvp.m
│ │ ├── avgdepthcb.m
│ │ ├── avgdepth.m
│ │ ├── avgnextcb.m
│ │ ├── avgplustime.m
│ │ ├── avgrangecb.m
│ │ ├── calcdepth.m
│ │ ├── calcvel2.m
│ │ ├── calcvelcb.m
│ │ ├── calcvel.m
│ │ ├── clearkids.m
│ │ ├── curpt.m
│ │ ├── cvpavgplot.m
│ │ ├── cvpavgSRcb.m
│ │ ├── cvpinfo.m
│ │ ├── delaytcb.m
│ │ ├── delayt.m
│ │ ├── depthreject.m
│ │ ├── deriv.m
│ │ ├── dispavgstd.m
│ │ ├── dispcvpavg.m
│ │ ├── dispcvpstat.m
│ │ ├── dispdepth.m
│ │ ├── displaycvpavg.m
│ │ ├── displaycvp.m
│ │ ├── dispplust.m
│ │ ├── disppoly.m
│ │ ├── disprectimecb.m
│ │ ├── disprectime.m
│ │ ├── dispshotscb.m
│ │ ├── dispshots.m
│ │ ├── dispstatic.m
│ │ ├── dispvel.m
│ │ ├── editcpoint.m
│ │ ├── editcvpavg.m
│ │ ├── editcvp.m
│ │ ├── editdepthcb.m
│ │ ├── editdepth.m
│ │ ├── editvelcb.m
│ │ ├── editveldepth.m
│ │ ├── editvel.m
│ │ ├── expdepth.m
│ │ ├── expstat.m
│ │ ├── expvel.m
│ │ ├── expvelm.m
│ │ ├── fbdiff.m
│ │ ├── fbdiffsynt.m
│ │ ├── fbdiffup.m
│ │ ├── fderv.m
│ │ ├── fflat.m
│ │ ├── firstderiv.m
│ │ ├── firstsecderiv.m
│ │ ├── firstsecrderiv.m
│ │ ├── flattenTD.m
│ │ ├── ind2traj.m
│ │ ├── jddiff.m
│ │ ├── load_db.m
│ │ ├── loadPMcb.m
│ │ ├── loadPM.m
│ │ ├── loadsgy.m
│ │ ├── loadsyntcb.m
│ │ ├── loadsynt.m
│ │ ├── modelling.m
│ │ ├── movecvpavg.m
│ │ ├── movecvp.m
│ │ ├── moveline.m
│ │ ├── nextcb.m
│ │ ├── pickcrosspoint.m
│ │ ├── pickTD.m
│ │ ├── plotCVPlines.m
│ │ ├── PMTsetmenus.m
│ │ ├── rangecb.m
│ │ ├── rangeinput.m
│ │ ├── readPMdb.m
│ │ ├── rectimecb.m
│ │ ├── rectime.m
│ │ ├── rectimesynt.m
│ │ ├── rectimeup.m
│ │ ├── refdata.m
│ │ ├── refrac.m
│ │ ├── refracproject.m
│ │ ├── repickcvp.m
│ │ ├── scrap.m
│ │ ├── sder.m
│ │ ├── sderv.m
│ │ ├── setmenustatus.m
│ │ ├── shotrange.m
│ │ ├── shotsub.m
│ │ ├── shotsubsynt.m
│ │ ├── shotsubup.m
│ │ ├── stackTD.m
│ │ ├── staticcb.m
│ │ ├── static.m
│ │ ├── timeanalcb.m
│ │ ├── timeanal.m
│ │ ├── timerejectcb.m
│ │ └── tsub.m
│ ├── seismic
│ │ ├── aec.m
│ │ ├── auto2.m
│ │ ├── auto.m
│ │ ├── backus.m
│ │ ├── balans.m
│ │ ├── boxf.m
│ │ ├── burg.m
│ │ ├── burgpr.m
│ │ ├── calfil.m
│ │ ├── ccorr.m
│ │ ├── clip.m
│ │ ├── colorwell.m
│ │ ├── comb.m
│ │ ├── Contents.m
│ │ ├── convm.m
│ │ ├── convz.m
│ │ ├── dbspec.m
│ │ ├── deconb.m
│ │ ├── deconf.m
│ │ ├── deconpr.m
│ │ ├── deconw.m
│ │ ├── desig.m
│ │ ├── desigpoly.m
│ │ ├── einar.m
│ │ ├── ensemble.m
│ │ ├── fftave.m
│ │ ├── fftrl.m
│ │ ├── fftshiftc.m
│ │ ├── fftshiftm.m
│ │ ├── filtf.m
│ │ ├── filtspec.m
│ │ ├── filttest.m
│ │ ├── filtt.m
│ │ ├── findex.m
│ │ ├── freqfft.m
│ │ ├── fromdb.m
│ │ ├── fxtran.m
│ │ ├── fxtran_prev.m
│ │ ├── gain.m
│ │ ├── gauss.m
│ │ ├── hilb.m
│ │ ├── hilbm.m
│ │ ├── hmask.m
│ │ ├── ifftrl.m
│ │ ├── impulse.m
│ │ ├── levrec.m
│ │ ├── matchf.m
│ │ ├── match.m
│ │ ├── maxcorr.m
│ │ ├── maxima.m
│ │ ├── minwave.m
│ │ ├── mwhalf.m
│ │ ├── mwindow.m
│ │ ├── near.m
│ │ ├── nmor.m
│ │ ├── ormsby.m
│ │ ├── pad.m
│ │ ├── padpow2.m
│ │ ├── phspec.m
│ │ ├── phsrot.m
│ │ ├── plot2.m
│ │ ├── plot4.m
│ │ ├── predict.m
│ │ ├── qfilter.m
│ │ ├── qmatrix.m
│ │ ├── reflec.m
│ │ ├── resamp.m
│ │ ├── ricker.m
│ │ ├── rnoise.m
│ │ ├── scandata.m
│ │ ├── sinci.m
│ │ ├── sincinan.m
│ │ ├── sincK.m
│ │ ├── sinque.m
│ │ ├── spin_g.m
│ │ ├── spin.m
│ │ ├── sprat.m
│ │ ├── stat.m
│ │ ├── sweep.m
│ │ ├── tntamp.m
│ │ ├── toall.m
│ │ ├── todb.m
│ │ ├── toinvf.m
│ │ ├── toinv.m
│ │ ├── tomin.m
│ │ ├── tozero.m
│ │ ├── tr.m
│ │ ├── tvfilt.m
│ │ ├── tvf.m
│ │ ├── tvspec.m
│ │ ├── tvsqf.m
│ │ ├── visifit.m
│ │ ├── waterbtm.m
│ │ ├── wavedyn.m
│ │ ├── wavemin.m
│ │ ├── wavenorm.m
│ │ ├── wavevib.m
│ │ ├── wavez2.m
│ │ ├── wavez.m
│ │ ├── wwowf.m
│ │ ├── wwow.m
│ │ └── xcoord.m
│ ├── tools
│ │ ├── Contents.m
│ │ ├── extract.m
│ │ ├── fftgrid.m
│ │ ├── figgif.m
│ │ ├── fold.m
│ │ ├── gridder.m
│ │ ├── gridpad.m
│ │ ├── gridtool.m
│ │ ├── ifftgrid.m
│ │ ├── mapview.m
│ │ ├── medfilt.m
│ │ ├── mergenan.m
│ │ ├── plotseiswell.m
│ │ ├── poleplot.m
│ │ ├── seis2well.m
│ │ ├── seistool.m
│ │ ├── setglob.m
│ │ ├── slicemaster.m
│ │ ├── slicetool.m
│ │ ├── split.m
│ │ ├── surfview.m
│ │ ├── svdsolv.m
│ │ ├── testev.m
│ │ ├── tmenucbfun.m
│ │ ├── tmenucb.m
│ │ ├── twoptcircle.m
│ │ ├── ungrid.m
│ │ └── windowsize.m
│ ├── utilities
│ │ ├── addnumname.m
│ │ ├── alpine.m
│ │ ├── axeslength.m
│ │ ├── axeslim.m
│ │ ├── beep.m
│ │ ├── bigfont.m
│ │ ├── blackfig.m
│ │ ├── boldlines.m
│ │ ├── clabel2.m
│ │ ├── clfuncs.m
│ │ ├── clonefig.m
│ │ ├── colorview.m
│ │ ├── Contents.m
│ │ ├── drawazifini.m
│ │ ├── drawaziinit.m
│ │ ├── drawazi.m
│ │ ├── drawlinefini.m
│ │ ├── drawlineinit.m
│ │ ├── drawline.m
│ │ ├── editlinesfini.m
│ │ ├── editlinesinit.m
│ │ ├── editlines.m
│ │ ├── exampfunc.m
│ │ ├── figcent.m
│ │ ├── figs.m
│ │ ├── fkfix.m
│ │ ├── flipx.m
│ │ ├── flipy.m
│ │ ├── fmfmax.m
│ │ ├── fromclipboard.m
│ │ ├── fxtran.m
│ │ ├── fxtran_mc.m
│ │ ├── gausswin.m
│ │ ├── integrate.m
│ │ ├── interpextrap.m
│ │ ├── interpnan.m
│ │ ├── iscomplex.m
│ │ ├── isvec.m
│ │ ├── lint.m
│ │ ├── matace.m
│ │ ├── moveline.m
│ │ ├── myclabel.m
│ │ ├── myrotate.m
│ │ ├── nanclear.m
│ │ ├── newest.m
│ │ ├── newlinefini.m
│ │ ├── newlineinit.m
│ │ ├── newline.m
│ │ ├── num2strmat.m
│ │ ├── numbernames.m
│ │ ├── pcint.m
│ │ ├── pcolorview.m
│ │ ├── plotimage_2.m
│ │ ├── plotimage.m
│ │ ├── plotseis.m
│ │ ├── putline.m
│ │ ├── pwlint.m
│ │ ├── refresh.m
│ │ ├── reorderkids.m
│ │ ├── repnumname.m
│ │ ├── rotate.m
│ │ ├── samesize.m
│ │ ├── sca.m
│ │ ├── seisclrs.m
│ │ ├── seisimage.m
│ │ ├── selboxfini.m
│ │ ├── selboxinit.m
│ │ ├── selbox.m
│ │ ├── selcircfini.m
│ │ ├── selcircinit.m
│ │ ├── selcirc.m
│ │ ├── sigfig.m
│ │ ├── signature.m
│ │ ├── simpledit_demo.m
│ │ ├── simpledit.m
│ │ ├── simpleview.m
│ │ ├── simplezoom.m
│ │ ├── slicemat.m
│ │ ├── strmat2vec.m
│ │ ├── strmatfind.m
│ │ ├── strmat.m
│ │ ├── str_num2num.m
│ │ ├── strpad.m
│ │ ├── strunpad.m
│ │ ├── strvec2mat.m
│ │ ├── textmoveinit.m
│ │ ├── textmove.m
│ │ ├── toclipboard.m
│ │ ├── vec2strmat.m
│ │ ├── whitefig.m
│ │ ├── windowsize.m
│ │ ├── wtva.m
│ │ └── xcoord.m
│ ├── velocity
│ │ ├── Contents.m
│ │ ├── drawvint.m
│ │ ├── vave2vint.m
│ │ ├── vins2vint.m
│ │ ├── vint2t.m
│ │ ├── vint2vave.m
│ │ ├── vint2vrms.m
│ │ └── vrms2vint.m
│ └── wavelets
│ ├── Contents.m
│ ├── waveletchangefini.m
│ ├── waveletchangeinit.m
│ ├── waveletchange.m
│ ├── waveletdesignfini.m
│ ├── waveletdesigninit.m
│ ├── waveletdesign.m
│ └── waveleted.m
├── SeisLab
│ ├── License.txt
│ ├── README.txt
│ ├── S4M
│ │ ├── Geophysics_2.01
│ │ │ ├── add_curve_type.m
│ │ │ ├── add_parameter.m
│ │ │ ├── ava_Aki.asv
│ │ │ ├── ava_Aki.m
│ │ │ ├── ava_Aki_ypj.m
│ │ │ ├── ava_approximation.asv
│ │ │ ├── ava_approximation.m
│ │ │ ├── ddid.m
│ │ │ ├── l_append.m
│ │ │ ├── l_average.m
│ │ │ ├── l_check.m
│ │ │ ├── l_combine.m
│ │ │ ├── l_compare.m
│ │ │ ├── l_convert.m
│ │ │ ├── l_crossplot.m
│ │ │ ├── l_curve.m
│ │ │ ├── l_curve_math.m
│ │ │ ├── l_data.m
│ │ │ ├── l_depth2index.m
│ │ │ ├── l_depth2wb_depth.m
│ │ │ ├── l_elastic_impedance.m
│ │ │ ├── l_eqdepth.m
│ │ │ ├── l_extend.m
│ │ │ ├── l_gc.m
│ │ │ ├── l_gd.m
│ │ │ ├── l_gu.m
│ │ │ ├── l_interpolate.m
│ │ │ ├── l_lithocurves.m
│ │ │ ├── l_litho_plot.m
│ │ │ ├── l_merge.m
│ │ │ ├── l_plot1.m
│ │ │ ├── l_plot.m
│ │ │ ├── l_redefine.m
│ │ │ ├── l_reflection_coefficients.m
│ │ │ ├── l_reflections.m
│ │ │ ├── l_regression.m
│ │ │ ├── l_rename.m
│ │ │ ├── l_resample.m
│ │ │ ├── l_rm_nulls.m
│ │ │ ├── l_seismic_acoustic.m
│ │ │ ├── l_seismic_elastic.m
│ │ │ ├── l_select.m
│ │ │ ├── l_sonic2time.m
│ │ │ ├── l_sort.m
│ │ │ ├── l_switch_depth.m
│ │ │ ├── l_tools.m
│ │ │ ├── l_trend_removal.m
│ │ │ ├── l_unit_conversion.m
│ │ │ ├── mytitle.m
│ │ │ ├── plotimagedata.mat
│ │ │ ├── plotimageproperties.mat
│ │ │ ├── pltimgfilemenu.mat
│ │ │ ├── presets.m
│ │ │ ├── private
│ │ │ │ ├── add_handle2delete.m
│ │ │ │ ├── add_xaxis.m
│ │ │ │ ├── alert.m
│ │ │ │ ├── assign_input.m
│ │ │ │ ├── ava_approximation.m
│ │ │ │ ├── ava_approximation_rueger.m
│ │ │ │ ├── bgGray.m
│ │ │ │ ├── binom.m
│ │ │ │ ├── binsmooth.m
│ │ │ │ ├── cell2num.m
│ │ │ │ ├── cell2str.m
│ │ │ │ ├── check_numeric.m
│ │ │ │ ├── combine_parameters.m
│ │ │ │ ├── convolve.m
│ │ │ │ ├── copy_fields.m
│ │ │ │ ├── copy_parameters.m
│ │ │ │ ├── cornor.m
│ │ │ │ ├── correlate.m
│ │ │ │ ├── correlation.m
│ │ │ │ ├── corr.m
│ │ │ │ ├── create_button4tracking.m
│ │ │ │ ├── create_powerlaw_samples.m
│ │ │ │ ├── cseismic_scrollbar_menu.m
│ │ │ │ ├── cumquad.m
│ │ │ │ ├── curve_index1.m
│ │ │ │ ├── curve_indices.m
│ │ │ │ ├── datum.m
│ │ │ │ ├── default_seismic_colormap.m
│ │ │ │ ├── description_substitution.m
│ │ │ │ ├── disable_zoom.m
│ │ │ │ ├── dispdlg.m
│ │ │ │ ├── display_cursor_location_2d.m
│ │ │ │ ├── display_cursor_location_3d.m
│ │ │ │ ├── edges_from_samples.m
│ │ │ │ ├── exportfig.m
│ │ │ │ ├── extract_words.m
│ │ │ │ ├── fig2eps.m
│ │ │ │ ├── fig2pp.m
│ │ │ │ ├── figure_export_menu.m
│ │ │ │ ├── filename2S4M.m
│ │ │ │ ├── finish.m
│ │ │ │ ├── fix_mnemonics.m
│ │ │ │ ├── ftmatrix.m
│ │ │ │ ├── get_color.m
│ │ │ │ ├── get_filename4r.m
│ │ │ │ ├── get_filename4w.m
│ │ │ │ ├── get_marker.m
│ │ │ │ ├── getParameterUnits.m
│ │ │ │ ├── gg_pickbox.m
│ │ │ │ ├── gui_active.m
│ │ │ │ ├── header_index1.m
│ │ │ │ ├── ibm2ieee.m
│ │ │ │ ├── info2label.m
│ │ │ │ ├── info4time.m
│ │ │ │ ├── initiate_2d_tracking.m
│ │ │ │ ├── initiate_3d_tracking.m
│ │ │ │ ├── interpf.m
│ │ │ │ ├── iscurve.m
│ │ │ │ ├── ismember_ordered.m
│ │ │ │ ├── isnearinteger.m
│ │ │ │ ├── isnumber.m
│ │ │ │ ├── isnumeric_str.m
│ │ │ │ ├── istype.m
│ │ │ │ ├── l1_slope_intercept.m
│ │ │ │ ├── l_assign_input.m
│ │ │ │ ├── levinson4toeplitz.m
│ │ │ │ ├── lfigure.m
│ │ │ │ ├── linemenu.m
│ │ │ │ ├── linfit1.m
│ │ │ │ ├── linkedzoom.m
│ │ │ │ ├── list_of_log_functions.m
│ │ │ │ ├── list_of_seismic_functions.m
│ │ │ │ ├── mat2cellstrings.m
│ │ │ │ ├── max_corr.m
│ │ │ │ ├── menu2edit_seismic.m
│ │ │ │ ├── menu2pick_frequency_windows.m
│ │ │ │ ├── mfilter_d2d.m
│ │ │ │ ├── mfilter_t2d.m
│ │ │ │ ├── mfilter_t2t.m
│ │ │ │ ├── minimum_phase.m
│ │ │ │ ├── mnem2tex.m
│ │ │ │ ├── mnemonics_match.m
│ │ │ │ ├── mrt.m
│ │ │ │ ├── msgdlg.m
│ │ │ │ ├── mvt.m
│ │ │ │ ├── myconvmtx.m
│ │ │ │ ├── myerrordlg.m
│ │ │ │ ├── myerror.m
│ │ │ │ ├── myhilbert.m
│ │ │ │ ├── myimagemenu.m
│ │ │ │ ├── mylistdlg.m
│ │ │ │ ├── mywindow.m
│ │ │ │ ├── name_of_calling_function.m
│ │ │ │ ├── normcorr.m
│ │ │ │ ├── ormsby_filter.m
│ │ │ │ ├── ormsby.m
│ │ │ │ ├── param.m
│ │ │ │ ├── par_check.m
│ │ │ │ ├── par_index1.m
│ │ │ │ ├── par_info.m
│ │ │ │ ├── pfigure.m
│ │ │ │ ├── plot_box.m
│ │ │ │ ├── pp_edges_from_samples.m
│ │ │ │ ├── progressbar.m
│ │ │ │ ├── rd_columns.m
│ │ │ │ ├── repeated_median_trend.m
│ │ │ │ ├── rm_mean.m
│ │ │ │ ├── rsum.m
│ │ │ │ ├── scale.m
│ │ │ │ ├── sgrid.m
│ │ │ │ ├── show_help4novice.m
│ │ │ │ ├── smooth.m
│ │ │ │ ├── strim.m
│ │ │ │ ├── suptitle1.m
│ │ │ │ ├── systemDefaults.m
│ │ │ │ ├── time_stamp.m
│ │ │ │ ├── timeStamp.m
│ │ │ │ ├── time_stamp_p.m
│ │ │ │ ├── tokens.m
│ │ │ │ ├── units2tex.m
│ │ │ │ ├── units4plot.m
│ │ │ │ ├── unit_substitution.m
│ │ │ │ ├── vmt.m
│ │ │ │ ├── wr_columns.m
│ │ │ │ ├── wseismic_scrollbar_menu.m
│ │ │ │ ├── xcorr_all.m
│ │ │ │ └── xcorr_corresp.m
│ │ │ ├── read_las_file.m
│ │ │ ├── read_segy_file.m
│ │ │ ├── s_2d_spliced_synthetic.m
│ │ │ ├── s_3d_spliced_synthetic.m
│ │ │ ├── s_align.m
│ │ │ ├── s_append.m
│ │ │ ├── s_attribute.m
│ │ │ ├── s_check.m
│ │ │ ├── s_compare.m
│ │ │ ├── s_convert.m
│ │ │ ├── s_convolve.m
│ │ │ ├── s_correlate.m
│ │ │ ├── s_cplot.m
│ │ │ ├── s_create_qfilter.m
│ │ │ ├── s_create_wavelet.m
│ │ │ ├── s_data.m
│ │ │ ├── s_exp_scaling.m
│ │ │ ├── s_fft.asv
│ │ │ ├── s_fft.m
│ │ │ ├── s_filter.m
│ │ │ ├── s_frequency_attributes.m
│ │ │ ├── s_gain.m
│ │ │ ├── s_gd.m
│ │ │ ├── s_gh.m
│ │ │ ├── s_gu.m
│ │ │ ├── s_header.asv
│ │ │ ├── s_header_int2double.m
│ │ │ ├── s_header.m
│ │ │ ├── s_header_math.m
│ │ │ ├── s_header_plot.m
│ │ │ ├── s_header_sort.m
│ │ │ ├── s_hilbert.m
│ │ │ ├── s_histogram.m
│ │ │ ├── s_history.m
│ │ │ ├── show_las_header.m
│ │ │ ├── show_segy_header.m
│ │ │ ├── s_impedance.m
│ │ │ ├── s_iplot.m
│ │ │ ├── s_ispectrum.m
│ │ │ ├── s_log2reflectivity.m
│ │ │ ├── s_log2seismic.m
│ │ │ ├── s_min_phase_inverse.m
│ │ │ ├── s_multi2one_trace.m
│ │ │ ├── s_new_time.m
│ │ │ ├── s_noise.m
│ │ │ ├── s_normalize.m
│ │ │ ├── s_one2multi_trace.m
│ │ │ ├── s_phase_rotation.m
│ │ │ ├── s_plot.m
│ │ │ ├── s_power_spectrum.m
│ │ │ ├── s_principal_components.m
│ │ │ ├── s_reflcoeff.m
│ │ │ ├── s_resample.m
│ │ │ ├── s_rm_trace_nulls.m
│ │ │ ├── s_rm_traces.m
│ │ │ ├── s_rm_trend.m
│ │ │ ├── s_rm_zeros.m
│ │ │ ├── s_roots2wavelet.m
│ │ │ ├── s_scale_seismic_data_sets.m
│ │ │ ├── s_seismic2wavelet.m
│ │ │ ├── s_seismic4jason.m
│ │ │ ├── s_select.m
│ │ │ ├── s_select_polygon.m
│ │ │ ├── s_shift.m
│ │ │ ├── s_spectrum2wavelet.m
│ │ │ ├── s_spectrum.m
│ │ │ ├── s_stack.m
│ │ │ ├── s_synthetic4landmark.m
│ │ │ ├── s_tools.m
│ │ │ ├── s_trace_numbers.m
│ │ │ ├── @struct
│ │ │ │ ├── abs.m
│ │ │ │ ├── minus.m
│ │ │ │ ├── mrdivide.m
│ │ │ │ ├── mtimes.m
│ │ │ │ ├── plus.m
│ │ │ │ ├── power.m
│ │ │ │ ├── rdivide.m
│ │ │ │ ├── sign.m
│ │ │ │ ├── sqrt.m
│ │ │ │ ├── times.m
│ │ │ │ ├── uminus.m
│ │ │ │ └── uplus.m
│ │ │ ├── suptitle.m
│ │ │ ├── s_wavelet2roots.m
│ │ │ ├── s_wavelet4landmark.m
│ │ │ ├── s_wavelet_from_hr.m
│ │ │ ├── s_wavelet_from_landmark.m
│ │ │ ├── s_wavextra.m
│ │ │ ├── s_wiener_filter.m
│ │ │ ├── s_window.m
│ │ │ ├── s_wplot.m
│ │ │ ├── s_wplot_with_header.m
│ │ │ ├── s_zero_phase.m
│ │ │ ├── temp.asv
│ │ │ ├── temp.m
│ │ │ ├── write_las_file.m
│ │ │ └── write_segy_file.m
│ │ ├── Log_examples1.m
│ │ ├── pwave.asv
│ │ ├── Seismic_examples1.m
│ │ ├── Seismic_examples2.m
│ │ └── Seismic_log_examples1.m
│ └── S4M_2.01_PD.pdf
└── tftb-0.1
├── AUTHORS
├── COPYING
├── data
│ ├── bat.mat
│ ├── gabor.mat
│ └── movcw4at.mat
├── demos
│ ├── figure2.eps
│ ├── options.mat
│ ├── tfdemo1.m
│ ├── tfdemo2.m
│ ├── tfdemo3.m
│ ├── tfdemo4.m
│ ├── tfdemo5.m
│ ├── tfdemo6.m
│ ├── tfdemo7.m
│ └── tfdemo.m
├── help !!!
│ ├── ref_guide.pdf
│ └── tutorial.pdf
├── INSTALL
├── 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
│ ├── 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
│ ├── integ2d.m
│ ├── integ.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
│ ├── tfrqview2.m
│ ├── tfrqview.m
│ ├── tfrrgab.m
│ ├── tfrridb.m
│ ├── tfrridbn.m
│ ├── tfrridh.m
│ ├── tfrridt.m
│ ├── tfrri.m
│ ├── tfrrmsc.m
│ ├── tfrrpmh.m
│ ├── tfrrppag.m
│ ├── tfrrpwv.m
│ ├── tfrrsp.m
│ ├── tfrrspwv.m
│ ├── tfrrstan.m
│ ├── tfrsave.m
│ ├── tfrscalo.m
│ ├── tfrscalt.m
│ ├── tfrspaw.m
│ ├── tfrspbk.m
│ ├── tfrsp.m
│ ├── tfrspwv.m
│ ├── tfrstft.m
│ ├── tfrsurf.m
│ ├── tfrunter.m
│ ├── tfrview2.m
│ ├── tfrview.m
│ ├── tfrwv.m
│ ├── tfrzam.m
│ ├── tftb.m
│ ├── tftb_window.m
│ ├── umaxbert.m
│ ├── umaxdfla.m
│ ├── umaxunte.m
│ └── zak.m
├── README
├── refguide
│ ├── 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
│ ├── book.tex
│ ├── COPYING
│ ├── coverrg.tex
│ ├── disprog.tex
│ ├── divider.tex
│ ├── dopnoise.tex
│ ├── doppler.tex
│ ├── dwindow.tex
│ ├── figure
│ │ ├── 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
│ ├── integ2d.tex
│ ├── integ.tex
│ ├── introrg.tex
│ ├── izak.tex
│ ├── kaytth.tex
│ ├── klauder.tex
│ ├── lambdak.tex
│ ├── locfreq.tex
│ ├── loctime.tex
│ ├── Makefile
│ ├── 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
│ ├── prespap.tex
│ ├── refguide.idx
│ ├── refguide.tex
│ ├── refguide.toc
│ ├── 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
│ ├── tfrmhs.tex
│ ├── tfrmh.tex
│ ├── tfrmmce.tex
│ ├── tfrpage.tex
│ ├── tfrparam.tex
│ ├── tfrpmh.tex
│ ├── tfrppage.tex
│ ├── tfrpwv.tex
│ ├── tfrqview.tex
│ ├── tfrrgab.tex
│ ├── tfrridbn.tex
│ ├── tfrridb.tex
│ ├── tfrridh.tex
│ ├── tfrridt.tex
│ ├── tfrri.tex
│ ├── tfrrmsc.tex
│ ├── tfrrpmh.tex
│ ├── tfrrppag.tex
│ ├── tfrrpwv.tex
│ ├── tfrrsp.tex
│ ├── tfrrspwv.tex
│ ├── tfrsave.tex
│ ├── tfrscalo.tex
│ ├── tfrspaw.tex
│ ├── tfrsp.tex
│ ├── tfrspwv.tex
│ ├── tfrstft.tex
│ ├── tfrunter.tex
│ ├── tfrview.tex
│ ├── tfrwv.tex
│ ├── tfrzam.tex
│ ├── window.tex
│ └── zak.tex
├── scripts
│ ├── insert_licence_demos.pl
│ ├── insert_licence_doc.pl
│ ├── insert_licence_mfiles.pl
│ ├── insert_licence_tests.pl
│ ├── licence
│ ├── licence_doc
│ └── run_all_tests.pl
├── THANKS
├── version
└── 时频分析的实验
├── bat.wav
├── bruant.txt
├── bruant.wav
├── gong.m
├── gong.txt
└── gong.wav
46 directories, 1516 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论