├── .gitattributes ├── .gitignore ├── Auditory Modeling Toolbox └── release │ ├── CHANGES.txt │ ├── COPYING │ ├── Contents.m │ ├── INSTALL │ ├── README-for-SF.txt │ ├── amtauxdatapath.m │ ├── amtauxdataurl.m │ ├── amtbasepath.m │ ├── amtcache.m │ ├── amtdisp.m │ ├── amtflags.m │ ├── amthelp.m │ ├── amtload.m │ ├── amtmex.m │ ├── amtoolbox_version │ ├── amtredofile.m │ ├── amtstart.m │ ├── arg │ ├── arg_absolutethreshold.m │ ├── arg_adaptloop.m │ ├── arg_amtcache.m │ ├── arg_amtdisp.m │ ├── arg_amtredofile.m │ ├── arg_auditoryfilterbank.m │ ├── arg_baumgartner2014.m │ ├── arg_dietz2011filterbank.m │ ├── arg_dietz2011interauralfunctions.m │ ├── arg_drnl.m │ ├── arg_eicell.m │ ├── arg_ihcenvelope.m │ ├── arg_langendijk2002comp.m │ ├── arg_lindemann1986bincorr.m │ └── arginit.m │ ├── binaural │ ├── Contents.m │ ├── binauralinit.m │ ├── breebaart2001preproc.m │ ├── dietz2011.m │ ├── enzner2008.m │ ├── georganti2013.m │ ├── lindemann1986.m │ ├── lindemann1986centroid.m │ ├── may2011.m │ ├── takanen2013.m │ ├── wierstorf2013.m │ ├── ziegelwanger2013.m │ ├── ziegelwanger2013offaxis.m │ ├── ziegelwanger2013onaxis.m │ ├── ziegelwanger2014.m │ ├── ziegelwanger2014offaxis.m │ └── ziegelwanger2014onaxis.m │ ├── demos │ ├── Contents.m │ ├── demo_absolutethreshold.m │ ├── demo_adaptloop.m │ ├── demo_baumgartner2013.m │ ├── demo_baumgartner2014.m │ ├── demo_drnl.m │ ├── demo_gammatone.m │ ├── demo_herzke2007.m │ ├── demo_hohmann2002.m │ ├── demo_jelfs2011.m │ ├── demo_joergensen2013.m │ ├── demo_lindemann1986.m │ ├── demo_may2011.m │ ├── demo_takanen2013.m │ ├── demo_verhulst2012.m │ ├── demo_zilany2014.m │ └── demosinit.m │ ├── experiments │ ├── Contents.m │ ├── exp_baumgartner2013.m │ ├── exp_baumgartner2014.m │ ├── exp_dietz2011.m │ ├── exp_enzner2008.m │ ├── exp_gammatone.m │ ├── exp_georganti2013.m │ ├── exp_hohmann2002.m │ ├── exp_jelfs2011.m │ ├── exp_joergensen2011.m │ ├── exp_joergensen2013.m │ ├── exp_langendijk2002.m │ ├── exp_lindemann1986.m │ ├── exp_lopezpoveda2001.m │ ├── exp_roenne2012.m │ ├── exp_spille2013.m │ ├── exp_takanen2013.m │ ├── exp_verhulst2012.m │ ├── exp_wierstorf2013.m │ ├── exp_ziegelwanger2013.m │ ├── exp_ziegelwanger2014.m │ └── experimentsinit.m │ ├── filters │ ├── Contents.m │ ├── Example_Filter.m │ ├── Example_Synthesis.m │ ├── cqdft.m │ ├── filterbank_block.m │ ├── filterbank_init.m │ ├── filterbankz.m │ ├── filtersinit.m │ ├── gammatone.m │ ├── gfb_analyzer_clear_state.m │ ├── gfb_analyzer_new.m │ ├── gfb_analyzer_process.m │ ├── gfb_analyzer_zresponse.m │ ├── gfb_delay_clear_state.m │ ├── gfb_delay_new.m │ ├── gfb_delay_process.m │ ├── gfb_filter_clear_state.m │ ├── gfb_filter_new.m │ ├── gfb_filter_process.m │ ├── gfb_filter_zresponse.m │ ├── gfb_mixer_new.m │ ├── gfb_mixer_process.m │ ├── gfb_set_constants.m │ ├── gfb_synthesizer_clear_state.m │ ├── gfb_synthesizer_new.m │ ├── gfb_synthesizer_process.m │ ├── may2011gammatone.m │ ├── may2011gammatoneinit.m │ ├── thirdoctrmsanalysis24.m │ ├── ufilterbankz.m │ └── weightedaveragefilter.m │ ├── general │ ├── Contents.m │ ├── audspecgram.m │ ├── dbspl.m │ ├── extractsp.m │ ├── generalinit.m │ ├── itd2angle.m │ ├── itd2anglelookuptable.m │ ├── localizationerror.m │ ├── modspecgram.m │ ├── setdbspl.m │ ├── sph2horpolar.m │ └── stmodspecgram.m │ ├── gpl-3.0.txt │ ├── hrtf │ ├── Contents.m │ ├── baumgartner2013 │ │ └── readme.txt │ ├── baumgartner2014 │ │ └── readme.txt │ ├── hrtfinit.m │ ├── wierstorf2013 │ │ └── readme.m │ ├── ziegelwanger2013 │ │ └── readme.txt │ └── ziegelwanger2014 │ │ └── readme.txt │ ├── humandata │ ├── Contents.m │ ├── absolutethreshold.m │ ├── data_baumgartner2013.m │ ├── data_baumgartner2014.m │ ├── data_best2005.m │ ├── data_elberling2010.m │ ├── data_glasberg1990.m │ ├── data_goode1994.m │ ├── data_goupell2010.m │ ├── data_harte2009.m │ ├── data_joergensen2011.m │ ├── data_langendijk2002.m │ ├── data_lindemann1986.m │ ├── data_lopezpoveda2001.m │ ├── data_macpherson2003.m │ ├── data_majdak2010.m │ ├── data_majdak2013.m │ ├── data_majdak2013ctc.m │ ├── data_middlebrooks1999.m │ ├── data_neely1988.m │ ├── data_pralong1996.m │ ├── data_roenne2012.m │ ├── data_takanen2013.m │ ├── data_wierstorf2013.m │ ├── data_ziegelwanger2013.m │ ├── data_ziegelwanger2014.m │ ├── data_zwicker1961.m │ ├── humandatainit.m │ ├── siiweightings.m │ └── speechpercentcorrect.m │ ├── mex │ ├── comp_adaptloop.c │ ├── comp_adaptloop.m │ ├── comp_karjalainen1996.c │ ├── comp_may2011frameData.cpp │ ├── comp_may2011frameData.m │ ├── comp_may2011gammatone.cpp │ ├── comp_may2011gammatone.m │ ├── comp_may2011xcorrNorm.cpp │ ├── comp_may2011xcorrNorm.m │ ├── comp_meddishaircell.c │ ├── comp_zilany2007humanized.c │ ├── comp_zilany2014_model_IHC.c │ ├── comp_zilany2014_model_Synapse.c │ └── mexinit.m │ ├── modelstages │ ├── Contents.m │ ├── adaptloop.m │ ├── adaptloop_init.m │ ├── adaptloop_run.m │ ├── auditoryfilterbank.m │ ├── baumgartner2013calibration.m │ ├── baumgartner2013pmv2ppp.m │ ├── baumgartner2014calibration.m │ ├── baumgartner2014likelistat.m │ ├── baumgartner2014parametrization.m │ ├── baumgartner2014pmv2ppp.m │ ├── baumgartner2014virtualexp.m │ ├── culling2005bmld.m │ ├── dietz2011filterbank.m │ ├── dietz2011interauralfunctions.m │ ├── dietz2011unwrapitd.m │ ├── drnl.m │ ├── eicell.m │ ├── ffGn.m │ ├── headphonefilter.m │ ├── ihcenvelope.m │ ├── karjalainen1996.m │ ├── langendijk2002comp.m │ ├── lindemann1986bincorr.m │ ├── may2011cbarlabel.m │ ├── may2011classifyGMM.m │ ├── may2011estAzimuth_GMM.m │ ├── may2011findLocalPeaks.m │ ├── may2011fireprint.m │ ├── may2011frameData.m │ ├── may2011interpolateParabolic.m │ ├── may2011neuraltransduction.m │ ├── may2011xcorrNorm.m │ ├── mfc.m │ ├── mfc2.m │ ├── middleearfilter.m │ ├── modelstagesinit.m │ ├── modfilterbank.m │ ├── modfilterbankepsm.m │ ├── optimaldetector.m │ ├── takanen2013contracomparison.m │ ├── takanen2013cueconsistency.m │ ├── takanen2013directionmapping.m │ ├── takanen2013formbinauralactivitymap.m │ ├── takanen2013lso.m │ ├── takanen2013mso.m │ ├── takanen2013onsetenhancement.m │ ├── takanen2013periphery.m │ ├── takanen2013wbmso.m │ └── wierstorf2013estimateazimuth.m │ ├── monaural │ ├── Contents.m │ ├── baumgartner2013.m │ ├── baumgartner2014.m │ ├── dau1996preproc.m │ ├── dau1997preproc.m │ ├── jepsen2008preproc.m │ ├── langendijk2002.m │ ├── langendijk2002likelihood.m │ ├── monauralinit.m │ ├── roenne2012.m │ ├── roenne2012chirp.m │ ├── roenne2012click.m │ ├── roenne2012tonebursts.m │ ├── verhulst2012.m │ ├── viemeister1979.m │ ├── zilany2007humanized.m │ └── zilany2014.m │ ├── oct │ ├── Makefile │ ├── comp_adaptloop.cc │ ├── comp_adaptloop_run.cc │ ├── comp_meddishaircell.cc │ └── octinit.m │ ├── plot │ ├── Contents.m │ ├── plot_baumgartner2013.m │ ├── plot_baumgartner2014.m │ ├── plot_baumgartner2014likelistat.m │ ├── plot_joergensen2011.m │ ├── plot_joergensen2013.m │ ├── plot_langendijk2002.m │ ├── plot_langendijk2002likelihood.m │ ├── plot_lindemann1986.m │ ├── plot_roenne2012.m │ ├── plot_roenne2012chirp.m │ ├── plot_roenne2012tonebursts.m │ ├── plot_ziegelwanger2013.m │ ├── plot_ziegelwanger2014.m │ └── plotinit.m │ ├── signals │ ├── Contents.m │ ├── bincorrnoise.m │ ├── bmsin.m │ ├── competingtalkers.m │ ├── ildsin.m │ ├── irns.m │ ├── itdildsin.m │ ├── itdsin.m │ ├── notchednoise.m │ ├── perfectsweep.m │ ├── signalsinit.m │ ├── simulatedimpulseresponses.m │ ├── transposedtone.m │ └── whitenoiseburst.m │ ├── speech │ ├── Contents.m │ ├── jelfs2011.m │ ├── joergensen2011.m │ ├── joergensen2011PCtodSRT.m │ ├── joergensen2011combineinformation.m │ ├── joergensen2011multchansnrenv.m │ ├── joergensen2011overlapadd3.m │ ├── joergensen2011sim.m │ ├── joergensen2011specsub.m │ ├── joergensen2013.m │ ├── joergensen2013sim.m │ ├── speechinit.m │ └── taal2011.m │ ├── src │ ├── Makefile │ ├── adaptloop.c │ ├── amtoolbox.h │ ├── meddishaircell.c │ ├── verhulst │ │ ├── README.txt │ │ ├── cochlea_utils.c │ │ ├── cochlear_model.py │ │ ├── make.bat │ │ ├── makefile │ │ ├── out │ │ │ └── init.m │ │ └── run_cochlear_model.py │ └── zilany5 │ │ ├── ANmodel.m │ │ ├── THRESHOLD_ALL_CAT.mat │ │ ├── THRESHOLD_ALL_HUMAN.mat │ │ ├── complex.c │ │ ├── complex.h │ │ ├── complex.hpp │ │ ├── ffGn.m │ │ ├── fitaudiogram2.m │ │ ├── mexANmodel.m │ │ ├── model_IHC.c │ │ ├── model_Synapse.c │ │ ├── readme.txt │ │ └── testANModel.m │ └── thirdparty │ ├── deleteoutliers.m │ ├── ltfat │ └── AMTreadme.txt │ ├── sfs │ └── AMTreadme.txt │ └── thirdpartyinit.m ├── Bart.m ├── Bartlett.m ├── Modhanning.m ├── NoiseSubtraction.m ├── Noisetracking ├── Copyright IEEE.rtf ├── Description.doc ├── GainTables.mat ├── GenerateGD2Table.m ├── GenerateTraindata.m ├── NoiseSpectrum.mat ├── NoiseTracker.m ├── TASL_16(6)_1112-1123.pdf ├── createDFTAmatrix.m ├── license.txt └── trainlist.txt ├── OverlapAdd.m ├── SpeechEnhancement.m ├── W11_1560.pdf ├── Wiener_filter.m ├── axisenlarge.m ├── clean.wav ├── code_nr_alg3_book ├── TabGenGam │ ├── ConflHyperGeomFun.m │ ├── ParCylFun.m │ ├── TabulateGainGamma1.m │ ├── TabulateGainGamma2.m │ ├── TabulateGenGam1dft.m │ ├── TabulateGenGam2dft.m │ ├── Tabulate_gain_functions.m │ ├── ei.m │ ├── gam2gains.m │ ├── logMMSEsupergaus.m │ ├── lookup_gain_in_table.m │ └── readme.txt ├── algorithm.m ├── estimate_snrs.m ├── init_noise_tracker_ideal_vad.m ├── license.txt ├── n.wav ├── run_sim_evaluation.m └── s.wav ├── estnoiseg.m ├── estnoisem.m ├── gerkmann_unbiasedMMSE_TASL2012.pdf ├── intersection_soundjay.wav ├── ltfat ├── AUTHORS ├── CITATION ├── COPYING ├── ChangeLog ├── Contents.m ├── INSTALL ├── INSTALL-Matlab ├── INSTALL-Octave ├── NEWS ├── README ├── auditory │ ├── Contents.m │ ├── audfiltbw.m │ ├── auditoryinit.m │ ├── audspace.m │ ├── audspacebw.m │ ├── audtofreq.m │ ├── erbspace.m │ ├── erbspacebw.m │ ├── erbtofreq.m │ ├── freqtoaud.m │ ├── freqtoerb.m │ ├── gammatonefir.m │ ├── rangecompress.m │ ├── rangeexpand.m │ └── semiaudplot.m ├── blockproc │ ├── Contents.m │ ├── block.m │ ├── blockana.m │ ├── blockdevices.m │ ├── blockdone.m │ ├── blockfigure.m │ ├── blockframeaccel.m │ ├── blockframepairaccel.m │ ├── blockpanel.m │ ├── blockpanelget.m │ ├── blockplay.m │ ├── blockplot.m │ ├── blockprocinit.m │ ├── blockread.m │ ├── blocksyn.m │ ├── blockwrite.m │ ├── java │ │ ├── Makefile │ │ ├── blockproc.jar │ │ └── net │ │ │ └── sourceforge │ │ │ └── ltfat │ │ │ ├── ContFrame.java │ │ │ ├── SpectFrame.java │ │ │ ├── Utils.java │ │ │ └── thirdparty │ │ │ └── JRangeSlider.java │ ├── ltfatplay.m │ └── private │ │ ├── block_fwt.m │ │ └── block_ifwt.m ├── comp │ ├── arg_filterbankdual.m │ ├── arg_firwin.m │ ├── arg_freqtoaud.m │ ├── arg_fwt.m │ ├── arg_fwt2.m │ ├── arg_fwtcommon.m │ ├── arg_fwtext.m │ ├── arg_groupthresh.m │ ├── arg_ltfattranslate.m │ ├── arg_normalize.m │ ├── arg_pfilt.m │ ├── arg_plotfilterbank.m │ ├── arg_plotfwt.m │ ├── arg_tfplot.m │ ├── arg_thresh.m │ ├── arg_uwfbtcommon.m │ ├── arg_wfbtcommon.m │ ├── assert_L.m │ ├── assert_classname.m │ ├── assert_groworder.m │ ├── assert_sigreshape_post.m │ ├── assert_sigreshape_pre.m │ ├── assert_squarelat.m │ ├── block_interface.m │ ├── comp_atrousfilterbank_td.m │ ├── comp_cellcoef2tf.m │ ├── comp_chirpzt.m │ ├── comp_col2diag.m │ ├── comp_dct.m │ ├── comp_dgt.m │ ├── comp_dgt_fb.m │ ├── comp_dgt_long.m │ ├── comp_dgt_ola.m │ ├── comp_dgt_walnut.m │ ├── comp_dgtreal.m │ ├── comp_dgtreal_fb.m │ ├── comp_dgtreal_long.m │ ├── comp_dgtreal_ola.m │ ├── comp_downs.m │ ├── comp_dst.m │ ├── comp_dtwfb.m │ ├── comp_dwilt.m │ ├── comp_dwiltii.m │ ├── comp_dwiltiii.m │ ├── comp_dwiltiv.m │ ├── comp_edgt6.m │ ├── comp_extBoundary.m │ ├── comp_fftanalytic.m │ ├── comp_fftreal.m │ ├── comp_filterbank.m │ ├── comp_filterbank_a.m │ ├── comp_filterbank_fft.m │ ├── comp_filterbank_fftbl.m │ ├── comp_filterbank_pre.m │ ├── comp_filterbank_td.m │ ├── comp_filterbankphasegrad.m │ ├── comp_filterbankreassign.m │ ├── comp_filterbankresponse.m │ ├── comp_filterbankscale.m │ ├── comp_fourierwindow.m │ ├── comp_framelength_fusion.m │ ├── comp_framelength_tensor.m │ ├── comp_frana_fusion.m │ ├── comp_frana_tensor.m │ ├── comp_frsyn_fusion.m │ ├── comp_frsyn_tensor.m │ ├── comp_fwt.m │ ├── comp_fwtpack2cell.m │ ├── comp_gabdual_long.m │ ├── comp_gabmixdual_fac.m │ ├── comp_gabreassign.m │ ├── comp_gabtight_long.m │ ├── comp_gdgt.m │ ├── comp_gfeigs.m │ ├── comp_gga.m │ ├── comp_hermite.m │ ├── comp_hermite_all.m │ ├── comp_iatrousfilterbank_td.m │ ├── comp_idgt.m │ ├── comp_idgt_fac.m │ ├── comp_idgt_fb.m │ ├── comp_idgt_long.m │ ├── comp_idgtreal.m │ ├── comp_idgtreal_fac.m │ ├── comp_idgtreal_fb.m │ ├── comp_idgtreal_long.m │ ├── comp_idtwfb.m │ ├── comp_idwilt.m │ ├── comp_idwiltii.m │ ├── comp_idwiltiii.m │ ├── comp_idwiltiv.m │ ├── comp_iedgt6.m │ ├── comp_ifftreal.m │ ├── comp_ifilterbank.m │ ├── comp_ifilterbank_fft.m │ ├── comp_ifilterbank_fftbl.m │ ├── comp_ifilterbank_td.m │ ├── comp_ifwt.m │ ├── comp_igdgt.m │ ├── comp_inonsepdgt.m │ ├── comp_inonsepdgt_shear.m │ ├── comp_inonsepdgtreal_quinqux.m │ ├── comp_insdgfb.m │ ├── comp_instcorrmat.m │ ├── comp_irdgt.m │ ├── comp_irdgtii.m │ ├── comp_irdgtiii.m │ ├── comp_isepdgt.m │ ├── comp_isepdgtreal.m │ ├── comp_iufilterbank_td.m │ ├── comp_iufwt.m │ ├── comp_iuwfbt.m │ ├── comp_iuwpfbt.m │ ├── comp_iwfac.m │ ├── comp_iwfbt.m │ ├── comp_iwpfbt.m │ ├── comp_nonsepdgt_multi.m │ ├── comp_nonsepdgt_shear.m │ ├── comp_nonsepdgtreal_quinqux.m │ ├── comp_nonsepwin2multi.m │ ├── comp_nyquistfilt.m │ ├── comp_painlessfilterbank.m │ ├── comp_pchirp.m │ ├── comp_pgauss.m │ ├── comp_phasegradfilters.m │ ├── comp_sepdgt.m │ ├── comp_sepdgtreal.m │ ├── comp_sigreshape_post.m │ ├── comp_sigreshape_pre.m │ ├── comp_transferfunction.m │ ├── comp_ufilterbank_fft.m │ ├── comp_ufilterbank_td.m │ ├── comp_ufwt.m │ ├── comp_ups.m │ ├── comp_uwfbt.m │ ├── comp_uwpfbt.m │ ├── comp_warpedfoff.m │ ├── comp_warpedfreqresponse.m │ ├── comp_wfac.m │ ├── comp_wfbt.m │ ├── comp_window.m │ ├── comp_wpfbt.m │ ├── comp_wpfbtscale.m │ ├── comp_zerofilt.m │ ├── compinit.m │ ├── complainif_isjavaheadless.m │ ├── complainif_notenoughargs.m │ ├── complainif_notposint.m │ ├── complainif_notvalidframeobj.m │ ├── complainif_toomanyargs.m │ ├── demo_blockproc_header.m │ ├── gabpars_from_window.m │ ├── gabpars_from_windowsignal.m │ ├── nonsepgabpars_from_window.m │ └── vect2cell.m ├── demos │ ├── Contents.m │ ├── demo_audiocompression.m │ ├── demo_audiodenoise.m │ ├── demo_audioshrink.m │ ├── demo_auditoryfilterbank.m │ ├── demo_audscales.m │ ├── demo_blockproc_basicloop.m │ ├── demo_blockproc_denoising.m │ ├── demo_blockproc_dgtequalizer.m │ ├── demo_blockproc_effects.m │ ├── demo_blockproc_paramequalizer.m │ ├── demo_blockproc_slidingcqt.m │ ├── demo_blockproc_slidingerblets.m │ ├── demo_blockproc_slidingsgram.m │ ├── demo_bpframemul.m │ ├── demo_dgt.m │ ├── demo_filterbanks.m │ ├── demo_firwin.m │ ├── demo_framemul.m │ ├── demo_frsynabs.m │ ├── demo_gabfir.m │ ├── demo_gabmixdual.m │ ├── demo_gabmulappr.m │ ├── demo_imagecompression.m │ ├── demo_nextfastfft.m │ ├── demo_nsdgt.m │ ├── demo_ofdm.m │ ├── demo_pbspline.m │ ├── demo_pgauss.m │ ├── demo_phaseplot.m │ ├── demo_phaseret.m │ ├── demo_wavelets.m │ ├── demo_wfbt.m │ └── demosinit.m ├── deprecated │ ├── Contents.m │ ├── convolve.m │ ├── demo_gablasso.m │ ├── deprecatedinit.m │ ├── framematrix.m │ ├── gabelitistlasso.m │ ├── gabgrouplasso.m │ ├── gablasso.m │ ├── gabmul.m │ ├── gabmuleigs.m │ ├── iufilterbank.m │ ├── iunsdgt.m │ ├── iunsdgtreal.m │ ├── tfmat.m │ ├── uwfbtbounds.m │ └── uwpfbtbounds.m ├── filterbank │ ├── Contents.m │ ├── cent_freqs.m │ ├── cqt.m │ ├── cqtfilters.m │ ├── erbfilters.m │ ├── erblett.m │ ├── filterbank.m │ ├── filterbankbounds.m │ ├── filterbankdual.m │ ├── filterbankfreqz.m │ ├── filterbankinit.m │ ├── filterbanklength.m │ ├── filterbanklengthcoef.m │ ├── filterbankphasegrad.m │ ├── filterbankrealbounds.m │ ├── filterbankrealdual.m │ ├── filterbankrealtight.m │ ├── filterbankreassign.m │ ├── filterbankresponse.m │ ├── filterbanktight.m │ ├── filterbankwin.m │ ├── icqt.m │ ├── ierblett.m │ ├── ifilterbank.m │ ├── nonu2ucfmt.m │ ├── nonu2ufilterbank.m │ ├── plotfilterbank.m │ ├── u2nonucfmt.m │ ├── ufilterbank.m │ └── warpedfilters.m ├── fourier │ ├── Contents.m │ ├── ceil23.m │ ├── ceil235.m │ ├── chirpzt.m │ ├── dcti.m │ ├── dctii.m │ ├── dctiii.m │ ├── dctiv.m │ ├── dctresample.m │ ├── dfracft.m │ ├── dft.m │ ├── dsti.m │ ├── dstii.m │ ├── dstiii.m │ ├── dstiv.m │ ├── expwave.m │ ├── ffracft.m │ ├── fftanalytic.m │ ├── fftgram.m │ ├── fftindex.m │ ├── fftreal.m │ ├── fftresample.m │ ├── floor23.m │ ├── floor235.m │ ├── fourierinit.m │ ├── gga.m │ ├── hermbasis.m │ ├── idft.m │ ├── ifftreal.m │ ├── involute.m │ ├── isevenfunction.m │ ├── lconv.m │ ├── lxcorr.m │ ├── middlepad.m │ ├── modcent.m │ ├── nextfastfft.m │ ├── pbspline.m │ ├── pchirp.m │ ├── pconv.m │ ├── pderiv.m │ ├── peven.m │ ├── pgauss.m │ ├── pheaviside.m │ ├── pherm.m │ ├── plotfft.m │ ├── plotfftreal.m │ ├── podd.m │ ├── prect.m │ ├── psech.m │ ├── psinc.m │ ├── pxcorr.m │ └── shah.m ├── frames │ ├── Contents.m │ ├── frame.m │ ├── frameaccel.m │ ├── framebounds.m │ ├── frameclength.m │ ├── framecoef2native.m │ ├── framecoef2tf.m │ ├── framecoef2tfplot.m │ ├── framediag.m │ ├── framedual.m │ ├── framegram.m │ ├── framelength.m │ ├── framelengthcoef.m │ ├── framenative2coef.m │ ├── frameoperator.m │ ├── framepair.m │ ├── framered.m │ ├── framesinit.m │ ├── frametf2coef.m │ ├── frametight.m │ ├── frana.m │ ├── franabp.m │ ├── franagrouplasso.m │ ├── franaiter.m │ ├── franalasso.m │ ├── frgramian.m │ ├── frsyn.m │ ├── frsynabs.m │ ├── frsyniter.m │ ├── frsynmatrix.m │ └── plotframe.m ├── gabor │ ├── Contents.m │ ├── col2diag.m │ ├── constructphase.m │ ├── dgt.m │ ├── dgt2.m │ ├── dgtlength.m │ ├── dgtreal.m │ ├── dsft.m │ ├── dwilt.m │ ├── dwilt2.m │ ├── dwiltlength.m │ ├── gabconvexopt.m │ ├── gabdual.m │ ├── gabdualnorm.m │ ├── gabfirdual.m │ ├── gabfirtight.m │ ├── gabframebounds.m │ ├── gabframediag.m │ ├── gabimagepars.m │ ├── gabmixdual.m │ ├── gaboptdual.m │ ├── gabopttight.m │ ├── gaborinit.m │ ├── gabphasegrad.m │ ├── gabprojdual.m │ ├── gabreassign.m │ ├── gabrieszbounds.m │ ├── gabtight.m │ ├── gabwin.m │ ├── idgt.m │ ├── idgt2.m │ ├── idgtreal.m │ ├── idwilt.m │ ├── idwilt2.m │ ├── instfreqplot.m │ ├── isgram.m │ ├── isgramreal.m │ ├── iwmdct.m │ ├── iwmdct2.m │ ├── izak.m │ ├── latticetype2matrix.m │ ├── longpar.m │ ├── matrix2latticetype.m │ ├── noshearlength.m │ ├── phaselock.m │ ├── phaseplot.m │ ├── phaseunlock.m │ ├── plotdgt.m │ ├── plotdgtreal.m │ ├── plotdwilt.m │ ├── plotwmdct.m │ ├── proj_dual.m │ ├── projkern.m │ ├── rect2wil.m │ ├── resgram.m │ ├── s0norm.m │ ├── sgram.m │ ├── shearfind.m │ ├── symphase.m │ ├── tconv.m │ ├── tfplot.m │ ├── wil2rect.m │ ├── wilbounds.m │ ├── wildual.m │ ├── wilframediag.m │ ├── wilorth.m │ ├── wilwin.m │ ├── wmdct.m │ ├── wmdct2.m │ └── zak.m ├── isoctave.m ├── lib │ ├── libltfat_dll.a │ └── libltfatf_dll.a ├── ltfat_version ├── ltfatarghelper.m ├── ltfatbasepath.m ├── ltfatgetdefaults.m ├── ltfathelp.m ├── ltfatmex.m ├── ltfatsetdefaults.m ├── ltfatstart.m ├── ltfatstop.m ├── mex │ ├── COPYING.MinGW-w64-runtime.txt │ ├── COPYING.fftw.txt │ ├── COPYING.portaudio.txt │ ├── COPYING.winpthreads.txt │ ├── Makefile │ ├── Makefile_mac │ ├── Makefile_mingw │ ├── Makefile_unix │ ├── Makefile_unix_old │ ├── block_interface.c │ ├── block_interface.h │ ├── block_interface.mexw64 │ ├── comp_atrousfilterbank_td.c │ ├── comp_atrousfilterbank_td.mexw64 │ ├── comp_cellcoef2tf.c │ ├── comp_cellcoef2tf.mexw64 │ ├── comp_chirpzt.c │ ├── comp_chirpzt.mexw64 │ ├── comp_col2diag.c │ ├── comp_col2diag.mexw64 │ ├── comp_dct.c │ ├── comp_dct.mexw64 │ ├── comp_dgt_ola.c │ ├── comp_dgt_ola.mexw64 │ ├── comp_dgtreal_ola.c │ ├── comp_dgtreal_ola.mexw64 │ ├── comp_dst.c │ ├── comp_dst.mexw64 │ ├── comp_dwilt.c │ ├── comp_dwilt.mexw64 │ ├── comp_dwiltiii.c │ ├── comp_dwiltiii.mexw64 │ ├── comp_fftreal.c │ ├── comp_fftreal.mexw64 │ ├── comp_filterbank.c │ ├── comp_filterbank.mexw64 │ ├── comp_filterbank_fft.c │ ├── comp_filterbank_fft.mexw64 │ ├── comp_filterbank_fftbl.c │ ├── comp_filterbank_fftbl.mexw64 │ ├── comp_filterbank_td.c │ ├── comp_filterbank_td.mexw64 │ ├── comp_filterbankphasegrad.c │ ├── comp_filterbankphasegrad.mexw64 │ ├── comp_filterbankreassign.c │ ├── comp_filterbankreassign.mexw64 │ ├── comp_gabdual_long.c │ ├── comp_gabdual_long.mexw64 │ ├── comp_gabreassign.c │ ├── comp_gabreassign.mexw64 │ ├── comp_gabtight_long.c │ ├── comp_gabtight_long.mexw64 │ ├── comp_gga.c │ ├── comp_gga.mexw64 │ ├── comp_heapint.c │ ├── comp_heapint.mexw64 │ ├── comp_iatrousfilterbank_td.c │ ├── comp_iatrousfilterbank_td.mexw64 │ ├── comp_idwilt.c │ ├── comp_idwilt.mexw64 │ ├── comp_idwiltiii.c │ ├── comp_idwiltiii.mexw64 │ ├── comp_ifftreal.c │ ├── comp_ifftreal.mexw64 │ ├── comp_ifilterbank.c │ ├── comp_ifilterbank.mexw64 │ ├── comp_ifilterbank_fft.c │ ├── comp_ifilterbank_fft.mexw64 │ ├── comp_ifilterbank_fftbl.c │ ├── comp_ifilterbank_fftbl.mexw64 │ ├── comp_ifilterbank_td.c │ ├── comp_ifilterbank_td.mexw64 │ ├── comp_isepdgt.c │ ├── comp_isepdgt.mexw64 │ ├── comp_isepdgtreal.c │ ├── comp_isepdgtreal.mexw64 │ ├── comp_iwfac.c │ ├── comp_iwfac.mexw64 │ ├── comp_nonsepdgt_multi.c │ ├── comp_nonsepdgt_multi.mexw64 │ ├── comp_nonsepdgt_shear.c │ ├── comp_nonsepdgt_shear.mexw64 │ ├── comp_nonsepdgt_shearola.c │ ├── comp_nonsepdgt_shearola.mexw64 │ ├── comp_nonsepwin2multi.c │ ├── comp_nonsepwin2multi.mexw64 │ ├── comp_pchirp.c │ ├── comp_pchirp.mexw64 │ ├── comp_pgauss.c │ ├── comp_pgauss.mexw64 │ ├── comp_sepdgt.c │ ├── comp_sepdgt.mexw64 │ ├── comp_sepdgtreal.c │ ├── comp_sepdgtreal.mexw64 │ ├── comp_ufilterbank_fft.c │ ├── comp_ufilterbank_fft.mexw64 │ ├── comp_wfac.c │ ├── comp_wfac.mexw64 │ ├── config.h │ ├── filedefs.mk │ ├── libfftw3-3.dll │ ├── libfftw3f-3.dll │ ├── ltfat.dll │ ├── ltfat_mex_template_helper.h │ ├── ltfat_mex_typecomplexindependent.h │ ├── ltfat_mex_typeindependent.h │ ├── ltfatarghelper.c │ ├── ltfatarghelper.h │ ├── ltfatarghelper.mexw64 │ ├── ltfatf.dll │ ├── mex-memalloc.c │ ├── mexinit.m │ ├── postpad.m │ ├── vect2cell.c │ └── vect2cell.mexw64 ├── mulaclab.m ├── mulaclab │ └── icons │ │ ├── apply.png │ │ ├── colormap.png │ │ ├── difference.png │ │ ├── freehand.png │ │ ├── intersection.png │ │ ├── loop.png │ │ ├── magicwand.png │ │ ├── pan.png │ │ ├── play.png │ │ ├── resizebutton.png │ │ ├── showsymbol.png │ │ ├── stop.png │ │ ├── subbandsel.png │ │ ├── union.png │ │ ├── zoomin.png │ │ └── zoomout.png ├── nonstatgab │ ├── Contents.m │ ├── insdgt.m │ ├── insdgtreal.m │ ├── nonstatgabinit.m │ ├── nsdgt.m │ ├── nsdgtlength.m │ ├── nsdgtreal.m │ ├── nsgabdual.m │ ├── nsgabframebounds.m │ ├── nsgabframediag.m │ ├── nsgabtight.m │ ├── nsgabwin.m │ ├── plotnsdgt.m │ ├── plotnsdgtreal.m │ ├── unsdgt.m │ └── unsdgtreal.m ├── oct │ ├── Makefile_mac │ ├── Makefile_mingwoct │ ├── Makefile_unix │ ├── comp_atrousfilterbank_td.cc │ ├── comp_cellcoef2tf.cc │ ├── comp_chirpzt.cc │ ├── comp_col2diag.cc │ ├── comp_dct.cc │ ├── comp_dgt_ola.cc │ ├── comp_dgtreal_ola.cc │ ├── comp_dst.cc │ ├── comp_dwilt.cc │ ├── comp_dwiltiii.cc │ ├── comp_fftreal.cc │ ├── comp_filterbank_fft.cc │ ├── comp_filterbank_fftbl.cc │ ├── comp_filterbank_td.cc │ ├── comp_filterbankreassign.cc │ ├── comp_gabdual_long.cc │ ├── comp_gabreassign.cc │ ├── comp_gabtight_long.cc │ ├── comp_gga.cc │ ├── comp_heapint.cc │ ├── comp_iatrousfilterbank_td.cc │ ├── comp_idwilt.cc │ ├── comp_idwiltiii.cc │ ├── comp_ifftreal.cc │ ├── comp_ifilterbank_fft.cc │ ├── comp_ifilterbank_fftbl.cc │ ├── comp_ifilterbank_td.cc │ ├── comp_isepdgt.cc │ ├── comp_isepdgtreal.cc │ ├── comp_iwfac.cc │ ├── comp_nonsepdgt_multi.cc │ ├── comp_nonsepdgt_shear.cc │ ├── comp_nonsepwin2multi.cc │ ├── comp_pchirp.cc │ ├── comp_pgauss.cc │ ├── comp_sepdgt.cc │ ├── comp_sepdgtreal.cc │ ├── comp_ufilterbank_fft.cc │ ├── comp_wfac.cc │ ├── config.h │ ├── ltfat_oct_template_helper.h │ ├── mexhelp │ │ ├── block_interface │ │ ├── comp_filterbank │ │ ├── comp_ifilterbank │ │ ├── ltfatarghelper │ │ └── playrec │ ├── oct-memalloc.c │ └── octinit.m ├── operators │ ├── Contents.m │ ├── framemul.m │ ├── framemuladj.m │ ├── framemulappr.m │ ├── framemuleigs.m │ ├── gabmulappr.m │ ├── iframemul.m │ ├── ioperator.m │ ├── operator.m │ ├── operatoradj.m │ ├── operatorappr.m │ ├── operatoreigs.m │ ├── operatormatrix.m │ ├── operatornew.m │ ├── operatorsinit.m │ ├── spreadadj.m │ ├── spreadeigs.m │ ├── spreadfun.m │ ├── spreadinv.m │ └── spreadop.m ├── quadratic │ ├── Contents.m │ ├── ambiguityfunction.m │ ├── drihaczekdist.m │ ├── plotquadtfdist.m │ ├── quadraticinit.m │ └── wignervilledist.m ├── scalardistribute.m ├── signals │ ├── Clar.wav │ ├── Contents.m │ ├── Piano2.wav │ ├── bat.asc │ ├── bat.m │ ├── batmask.asc │ ├── batmask.m │ ├── cameraman.m │ ├── cameraman.png │ ├── cocktailparty.m │ ├── cocktailparty.wav │ ├── ctestfun.m │ ├── expchirp.m │ ├── greasy.m │ ├── greasy.wav │ ├── gspi.m │ ├── gspi.wav │ ├── lichtenstein.m │ ├── lichtenstein.png │ ├── linus.m │ ├── linus.wav │ ├── ltfatlogo.m │ ├── ltfatlogo.wav │ ├── ltfattext.m │ ├── ltfattext.png │ ├── noise.m │ ├── otoclick.asc │ ├── otoclick.m │ ├── pinknoise.m │ ├── signalsinit.m │ ├── traindoppler.m │ └── traindoppler.wav ├── sigproc │ ├── Contents.m │ ├── blfilter.m │ ├── crestfactor.m │ ├── dynlimit.m │ ├── elitistthresh.m │ ├── fir2long.m │ ├── firfilter.m │ ├── firkaiser.m │ ├── firwin.m │ ├── gaindb.m │ ├── groupthresh.m │ ├── iqam4.m │ ├── jpeg2rgb.m │ ├── largestn.m │ ├── largestr.m │ ├── long2fir.m │ ├── magresp.m │ ├── normalize.m │ ├── pfilt.m │ ├── pgrpdelay.m │ ├── qam4.m │ ├── rampdown.m │ ├── rampsignal.m │ ├── rampup.m │ ├── rgb2jpeg.m │ ├── rms.m │ ├── sigprocinit.m │ ├── thresh.m │ ├── transferfunction.m │ ├── uquant.m │ └── warpedblfilter.m ├── src │ ├── Makefile_crossmingw │ ├── Makefile_mac │ ├── Makefile_mingw │ ├── Makefile_mingwoct │ ├── Makefile_octpkg.in │ ├── Makefile_unix │ ├── README │ ├── bootstrap │ ├── c-safe-memalloc.c │ ├── ciutils.c │ ├── ciutils.h │ ├── comptarget.mk │ ├── config.h │ ├── configure │ ├── configure.ac │ ├── dct.c │ ├── dct_ci.c │ ├── dgt.c │ ├── dgt_fac.c │ ├── dgt_fb.c │ ├── dgt_long.h │ ├── dgt_multi.c │ ├── dgt_multi.h │ ├── dgt_ola.c │ ├── dgt_shear.c │ ├── dgt_shear.h │ ├── dgt_shearola.c │ ├── dgt_walnut.c │ ├── dgtreal_fac.c │ ├── drivers.c │ ├── dst.c │ ├── dst_ci.c │ ├── dwilt.c │ ├── fftreal.c │ ├── filedefs.mk │ ├── filterbank.c │ ├── gabdual.c │ ├── gabdual_fac.c │ ├── gabtight.c │ ├── gabtight_fac.c │ ├── goertzel.c │ ├── goertzel.h │ ├── heapint.c │ ├── idgt.c │ ├── idgt_fac.c │ ├── idgt_fb.c │ ├── idwilt.c │ ├── ifilterbank.c │ ├── integer_manip.c │ ├── iwfac.c │ ├── iwmdct.c │ ├── ltfat.h │ ├── ltfat_blaslapack.c │ ├── ltfat_complexindependent.c │ ├── ltfat_complexindependent_bl.c │ ├── ltfat_typecomplexindependent.h │ ├── ltfat_typeconstant.h │ ├── ltfat_typeindependent.h │ ├── ltfat_types.h │ ├── m4 │ │ ├── ax_blas.m4 │ │ └── ax_lapack.m4 │ ├── ostools.mk │ ├── pfilt.c │ ├── reassign.c │ ├── reassign_typeconstant.c │ ├── reassign_typeconstant.h │ ├── spread.c │ ├── thirdparty │ │ ├── cblas.h │ │ ├── f77-fcn.h │ │ ├── fftw3.h │ │ └── portaudio.h │ ├── utils │ │ ├── dbg.h │ │ ├── lcthw_List.h │ │ └── list.c │ ├── wavelets.c │ ├── wavelets.h │ ├── wfac.c │ ├── windows.c │ ├── winmanip.c │ └── wmdct.c ├── thirdparty │ ├── GPC │ │ ├── GPC-README.pdf │ │ ├── VERSIONS.TXT │ │ ├── gpc.c │ │ └── gpc.h │ ├── Playrec │ │ ├── Makefile_mac │ │ ├── Makefile_macoct │ │ ├── Makefile_mingw │ │ ├── Makefile_mingwoct │ │ ├── Makefile_unix │ │ ├── Makefile_unixoct │ │ ├── config.h │ │ ├── filtcoefs.h │ │ ├── genfiltcoefs.m │ │ ├── license_playrec.txt │ │ ├── ltfatresample.c │ │ ├── ltfatresample.h │ │ ├── mex_dll_core.c │ │ ├── mex_dll_core.h │ │ ├── pa_dll_playrec.c │ │ ├── pa_dll_playrec.h │ │ ├── playrec.mexw64 │ │ ├── playrecinit.m │ │ └── portaudio_x64.dll │ └── PolygonClip │ │ ├── Makefile_mac │ │ ├── Makefile_mingw │ │ ├── Makefile_unix │ │ ├── PolygonClip.c │ │ ├── PolygonClip.h │ │ ├── PolygonClip.mexw64 │ │ ├── ReadMe.txt │ │ ├── license.txt │ │ └── polygonclipinit.m └── wavelets │ ├── Contents.m │ ├── dtwfb.m │ ├── dtwfb2filterbank.m │ ├── dtwfbbounds.m │ ├── dtwfbinit.m │ ├── dtwfbreal.m │ ├── fwt.m │ ├── fwt2.m │ ├── fwtclength.m │ ├── fwtinit.m │ ├── fwtlength.m │ ├── idtwfb.m │ ├── idtwfbreal.m │ ├── ifwt.m │ ├── ifwt2.m │ ├── iufwt.m │ ├── iuwfbt.m │ ├── iuwpfbt.m │ ├── iwfbt.m │ ├── iwpfbt.m │ ├── plotwavelets.m │ ├── ufwt.m │ ├── uwfbt.m │ ├── uwpfbt.m │ ├── wavcell2pack.m │ ├── waveletsinit.m │ ├── wavfun.m │ ├── wavpack2cell.m │ ├── wfbt.m │ ├── wfbt2filterbank.m │ ├── wfbtbounds.m │ ├── wfbtclength.m │ ├── wfbtinit.m │ ├── wfbtlength.m │ ├── wfbtmanip │ ├── depthIndex2NodeNo.m │ ├── nat2freqOrder.m │ ├── nodeBForder.m │ ├── nodeSubtreeDelete.m │ ├── nodesFiltUps.m │ ├── nodesInLen.m │ ├── nodesLocOutRange.m │ ├── nodesMultid.m │ ├── nodesOutLen.m │ ├── nodesOutputsNo.m │ ├── nodesSub.m │ ├── treeBFranges.m │ ├── treeOutLen.m │ ├── treeOutRange.m │ ├── treeSub.m │ ├── treeWpBFrange.m │ └── wfbtmanipinit.m │ ├── wfbtput.m │ ├── wfbtremove.m │ ├── wfilt_algmband.m │ ├── wfilt_cmband.m │ ├── wfilt_coif.m │ ├── wfilt_db.m │ ├── wfilt_dden.m │ ├── wfilt_ddena.m │ ├── wfilt_ddenb.m │ ├── wfilt_dgrid.m │ ├── wfilt_hden.m │ ├── wfilt_lemarie.m │ ├── wfilt_matlabwrapper.m │ ├── wfilt_mband.m │ ├── wfilt_oddevena.m │ ├── wfilt_oddevenb.m │ ├── wfilt_optsyma.m │ ├── wfilt_optsymb.m │ ├── wfilt_qshifta.m │ ├── wfilt_qshiftb.m │ ├── wfilt_remez.m │ ├── wfilt_spline.m │ ├── wfilt_sym.m │ ├── wfilt_symdden.m │ ├── wfilt_symds.m │ ├── wfilt_symorth.m │ ├── wfilt_symtight.m │ ├── wfiltdt_dden.m │ ├── wfiltdt_oddeven.m │ ├── wfiltdt_optsym.m │ ├── wfiltdt_qshift.m │ ├── wfiltdtinfo.m │ ├── wfiltinfo.m │ ├── wpbest.m │ ├── wpfbt.m │ ├── wpfbt2filterbank.m │ ├── wpfbtbounds.m │ └── wpfbtclength.m ├── noise1.wav ├── noise_estimation.m ├── noise_estimation_new.m ├── noise_psd.m ├── noise_tracker_V2 ├── TabGenGam │ ├── ConflHyperGeomFun.m │ ├── ParCylFun.m │ ├── TabulateGainGamma1.m │ ├── TabulateGainGamma2.m │ ├── TabulateGenGam1dft.m │ ├── TabulateGenGam2dft.m │ ├── Tabulate_gain_functions.m │ ├── ei.m │ ├── logMMSEsupergaus.m │ ├── lookup_gain_in_table.m │ └── readme.txt ├── estimate_snrs.m ├── estimate_snrs_bias.m ├── hendriks2010.pdf ├── init_noise_tracker_ideal_vad.m ├── license.txt ├── lookup_inc_gamma_in_table.m ├── noise_psd_tracker.m ├── noise_psdest_tab1.m └── tab_inc_gamma.m ├── noise_tracking.m ├── split_hanning.m ├── split_vector.m └── stoi.m /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/.gitignore -------------------------------------------------------------------------------- /Auditory Modeling Toolbox/release/amtoolbox_version: -------------------------------------------------------------------------------- 1 | 0.9.7 2 | -------------------------------------------------------------------------------- /Auditory Modeling Toolbox/release/hrtf/baumgartner2013/readme.txt: -------------------------------------------------------------------------------- 1 | Store HRTFs required for baumgartner2013 here. -------------------------------------------------------------------------------- /Auditory Modeling Toolbox/release/hrtf/baumgartner2014/readme.txt: -------------------------------------------------------------------------------- 1 | Store HRTFs required for baumgartner2014 here. -------------------------------------------------------------------------------- /Auditory Modeling Toolbox/release/hrtf/ziegelwanger2013/readme.txt: -------------------------------------------------------------------------------- 1 | HRTFs required for ziegelwanger2013 will be saved here. -------------------------------------------------------------------------------- /Auditory Modeling Toolbox/release/hrtf/ziegelwanger2014/readme.txt: -------------------------------------------------------------------------------- 1 | HRTFs required for ziegelwanger2014 will be saved here. -------------------------------------------------------------------------------- /Auditory Modeling Toolbox/release/thirdparty/ltfat/AMTreadme.txt: -------------------------------------------------------------------------------- 1 | Store the LTFAT from http://ltfat.sourceforge.net here -------------------------------------------------------------------------------- /Bart.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/Bart.m -------------------------------------------------------------------------------- /Bartlett.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/Bartlett.m -------------------------------------------------------------------------------- /Modhanning.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/Modhanning.m -------------------------------------------------------------------------------- /NoiseSubtraction.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/NoiseSubtraction.m -------------------------------------------------------------------------------- /Noisetracking/Copyright IEEE.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/Noisetracking/Copyright IEEE.rtf -------------------------------------------------------------------------------- /Noisetracking/Description.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/Noisetracking/Description.doc -------------------------------------------------------------------------------- /Noisetracking/GainTables.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/Noisetracking/GainTables.mat -------------------------------------------------------------------------------- /Noisetracking/GenerateGD2Table.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/Noisetracking/GenerateGD2Table.m -------------------------------------------------------------------------------- /Noisetracking/GenerateTraindata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/Noisetracking/GenerateTraindata.m -------------------------------------------------------------------------------- /Noisetracking/NoiseSpectrum.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/Noisetracking/NoiseSpectrum.mat -------------------------------------------------------------------------------- /Noisetracking/NoiseTracker.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/Noisetracking/NoiseTracker.m -------------------------------------------------------------------------------- /Noisetracking/createDFTAmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/Noisetracking/createDFTAmatrix.m -------------------------------------------------------------------------------- /Noisetracking/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/Noisetracking/license.txt -------------------------------------------------------------------------------- /Noisetracking/trainlist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/Noisetracking/trainlist.txt -------------------------------------------------------------------------------- /OverlapAdd.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/OverlapAdd.m -------------------------------------------------------------------------------- /SpeechEnhancement.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/SpeechEnhancement.m -------------------------------------------------------------------------------- /W11_1560.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/W11_1560.pdf -------------------------------------------------------------------------------- /Wiener_filter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/Wiener_filter.m -------------------------------------------------------------------------------- /axisenlarge.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/axisenlarge.m -------------------------------------------------------------------------------- /clean.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/clean.wav -------------------------------------------------------------------------------- /code_nr_alg3_book/TabGenGam/ei.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/code_nr_alg3_book/TabGenGam/ei.m -------------------------------------------------------------------------------- /code_nr_alg3_book/algorithm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/code_nr_alg3_book/algorithm.m -------------------------------------------------------------------------------- /code_nr_alg3_book/estimate_snrs.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/code_nr_alg3_book/estimate_snrs.m -------------------------------------------------------------------------------- /code_nr_alg3_book/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/code_nr_alg3_book/license.txt -------------------------------------------------------------------------------- /code_nr_alg3_book/n.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/code_nr_alg3_book/n.wav -------------------------------------------------------------------------------- /code_nr_alg3_book/s.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/code_nr_alg3_book/s.wav -------------------------------------------------------------------------------- /estnoiseg.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/estnoiseg.m -------------------------------------------------------------------------------- /estnoisem.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/estnoisem.m -------------------------------------------------------------------------------- /gerkmann_unbiasedMMSE_TASL2012.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/gerkmann_unbiasedMMSE_TASL2012.pdf -------------------------------------------------------------------------------- /intersection_soundjay.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/intersection_soundjay.wav -------------------------------------------------------------------------------- /ltfat/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/AUTHORS -------------------------------------------------------------------------------- /ltfat/CITATION: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/CITATION -------------------------------------------------------------------------------- /ltfat/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/COPYING -------------------------------------------------------------------------------- /ltfat/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/ChangeLog -------------------------------------------------------------------------------- /ltfat/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/Contents.m -------------------------------------------------------------------------------- /ltfat/INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/INSTALL -------------------------------------------------------------------------------- /ltfat/INSTALL-Matlab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/INSTALL-Matlab -------------------------------------------------------------------------------- /ltfat/INSTALL-Octave: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/INSTALL-Octave -------------------------------------------------------------------------------- /ltfat/NEWS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/NEWS -------------------------------------------------------------------------------- /ltfat/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/README -------------------------------------------------------------------------------- /ltfat/auditory/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/auditory/Contents.m -------------------------------------------------------------------------------- /ltfat/auditory/audfiltbw.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/auditory/audfiltbw.m -------------------------------------------------------------------------------- /ltfat/auditory/auditoryinit.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/auditory/auditoryinit.m -------------------------------------------------------------------------------- /ltfat/auditory/audspace.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/auditory/audspace.m -------------------------------------------------------------------------------- /ltfat/auditory/audspacebw.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/auditory/audspacebw.m -------------------------------------------------------------------------------- /ltfat/auditory/audtofreq.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/auditory/audtofreq.m -------------------------------------------------------------------------------- /ltfat/auditory/erbspace.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/auditory/erbspace.m -------------------------------------------------------------------------------- /ltfat/auditory/erbspacebw.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/auditory/erbspacebw.m -------------------------------------------------------------------------------- /ltfat/auditory/erbtofreq.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/auditory/erbtofreq.m -------------------------------------------------------------------------------- /ltfat/auditory/freqtoaud.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/auditory/freqtoaud.m -------------------------------------------------------------------------------- /ltfat/auditory/freqtoerb.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/auditory/freqtoerb.m -------------------------------------------------------------------------------- /ltfat/auditory/gammatonefir.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/auditory/gammatonefir.m -------------------------------------------------------------------------------- /ltfat/auditory/rangecompress.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/auditory/rangecompress.m -------------------------------------------------------------------------------- /ltfat/auditory/rangeexpand.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/auditory/rangeexpand.m -------------------------------------------------------------------------------- /ltfat/auditory/semiaudplot.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/auditory/semiaudplot.m -------------------------------------------------------------------------------- /ltfat/blockproc/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/blockproc/Contents.m -------------------------------------------------------------------------------- /ltfat/blockproc/block.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/blockproc/block.m -------------------------------------------------------------------------------- /ltfat/blockproc/blockana.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/blockproc/blockana.m -------------------------------------------------------------------------------- /ltfat/blockproc/blockdevices.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/blockproc/blockdevices.m -------------------------------------------------------------------------------- /ltfat/blockproc/blockdone.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/blockproc/blockdone.m -------------------------------------------------------------------------------- /ltfat/blockproc/blockfigure.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/blockproc/blockfigure.m -------------------------------------------------------------------------------- /ltfat/blockproc/blockframeaccel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/blockproc/blockframeaccel.m -------------------------------------------------------------------------------- /ltfat/blockproc/blockpanel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/blockproc/blockpanel.m -------------------------------------------------------------------------------- /ltfat/blockproc/blockpanelget.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/blockproc/blockpanelget.m -------------------------------------------------------------------------------- /ltfat/blockproc/blockplay.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/blockproc/blockplay.m -------------------------------------------------------------------------------- /ltfat/blockproc/blockplot.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/blockproc/blockplot.m -------------------------------------------------------------------------------- /ltfat/blockproc/blockprocinit.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/blockproc/blockprocinit.m -------------------------------------------------------------------------------- /ltfat/blockproc/blockread.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/blockproc/blockread.m -------------------------------------------------------------------------------- /ltfat/blockproc/blocksyn.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/blockproc/blocksyn.m -------------------------------------------------------------------------------- /ltfat/blockproc/blockwrite.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/blockproc/blockwrite.m -------------------------------------------------------------------------------- /ltfat/blockproc/java/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/blockproc/java/Makefile -------------------------------------------------------------------------------- /ltfat/blockproc/java/blockproc.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/blockproc/java/blockproc.jar -------------------------------------------------------------------------------- /ltfat/blockproc/ltfatplay.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/blockproc/ltfatplay.m -------------------------------------------------------------------------------- /ltfat/blockproc/private/block_fwt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/blockproc/private/block_fwt.m -------------------------------------------------------------------------------- /ltfat/comp/arg_filterbankdual.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/arg_filterbankdual.m -------------------------------------------------------------------------------- /ltfat/comp/arg_firwin.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/arg_firwin.m -------------------------------------------------------------------------------- /ltfat/comp/arg_freqtoaud.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/arg_freqtoaud.m -------------------------------------------------------------------------------- /ltfat/comp/arg_fwt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/arg_fwt.m -------------------------------------------------------------------------------- /ltfat/comp/arg_fwt2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/arg_fwt2.m -------------------------------------------------------------------------------- /ltfat/comp/arg_fwtcommon.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/arg_fwtcommon.m -------------------------------------------------------------------------------- /ltfat/comp/arg_fwtext.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/arg_fwtext.m -------------------------------------------------------------------------------- /ltfat/comp/arg_groupthresh.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/arg_groupthresh.m -------------------------------------------------------------------------------- /ltfat/comp/arg_ltfattranslate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/arg_ltfattranslate.m -------------------------------------------------------------------------------- /ltfat/comp/arg_normalize.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/arg_normalize.m -------------------------------------------------------------------------------- /ltfat/comp/arg_pfilt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/arg_pfilt.m -------------------------------------------------------------------------------- /ltfat/comp/arg_plotfilterbank.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/arg_plotfilterbank.m -------------------------------------------------------------------------------- /ltfat/comp/arg_plotfwt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/arg_plotfwt.m -------------------------------------------------------------------------------- /ltfat/comp/arg_tfplot.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/arg_tfplot.m -------------------------------------------------------------------------------- /ltfat/comp/arg_thresh.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/arg_thresh.m -------------------------------------------------------------------------------- /ltfat/comp/arg_uwfbtcommon.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/arg_uwfbtcommon.m -------------------------------------------------------------------------------- /ltfat/comp/arg_wfbtcommon.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/arg_wfbtcommon.m -------------------------------------------------------------------------------- /ltfat/comp/assert_L.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/assert_L.m -------------------------------------------------------------------------------- /ltfat/comp/assert_classname.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/assert_classname.m -------------------------------------------------------------------------------- /ltfat/comp/assert_groworder.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/assert_groworder.m -------------------------------------------------------------------------------- /ltfat/comp/assert_sigreshape_post.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/assert_sigreshape_post.m -------------------------------------------------------------------------------- /ltfat/comp/assert_sigreshape_pre.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/assert_sigreshape_pre.m -------------------------------------------------------------------------------- /ltfat/comp/assert_squarelat.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/assert_squarelat.m -------------------------------------------------------------------------------- /ltfat/comp/block_interface.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/block_interface.m -------------------------------------------------------------------------------- /ltfat/comp/comp_cellcoef2tf.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_cellcoef2tf.m -------------------------------------------------------------------------------- /ltfat/comp/comp_chirpzt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_chirpzt.m -------------------------------------------------------------------------------- /ltfat/comp/comp_col2diag.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_col2diag.m -------------------------------------------------------------------------------- /ltfat/comp/comp_dct.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_dct.m -------------------------------------------------------------------------------- /ltfat/comp/comp_dgt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_dgt.m -------------------------------------------------------------------------------- /ltfat/comp/comp_dgt_fb.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_dgt_fb.m -------------------------------------------------------------------------------- /ltfat/comp/comp_dgt_long.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_dgt_long.m -------------------------------------------------------------------------------- /ltfat/comp/comp_dgt_ola.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_dgt_ola.m -------------------------------------------------------------------------------- /ltfat/comp/comp_dgt_walnut.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_dgt_walnut.m -------------------------------------------------------------------------------- /ltfat/comp/comp_dgtreal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_dgtreal.m -------------------------------------------------------------------------------- /ltfat/comp/comp_dgtreal_fb.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_dgtreal_fb.m -------------------------------------------------------------------------------- /ltfat/comp/comp_dgtreal_long.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_dgtreal_long.m -------------------------------------------------------------------------------- /ltfat/comp/comp_dgtreal_ola.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_dgtreal_ola.m -------------------------------------------------------------------------------- /ltfat/comp/comp_downs.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_downs.m -------------------------------------------------------------------------------- /ltfat/comp/comp_dst.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_dst.m -------------------------------------------------------------------------------- /ltfat/comp/comp_dtwfb.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_dtwfb.m -------------------------------------------------------------------------------- /ltfat/comp/comp_dwilt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_dwilt.m -------------------------------------------------------------------------------- /ltfat/comp/comp_dwiltii.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_dwiltii.m -------------------------------------------------------------------------------- /ltfat/comp/comp_dwiltiii.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_dwiltiii.m -------------------------------------------------------------------------------- /ltfat/comp/comp_dwiltiv.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_dwiltiv.m -------------------------------------------------------------------------------- /ltfat/comp/comp_edgt6.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_edgt6.m -------------------------------------------------------------------------------- /ltfat/comp/comp_extBoundary.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_extBoundary.m -------------------------------------------------------------------------------- /ltfat/comp/comp_fftanalytic.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_fftanalytic.m -------------------------------------------------------------------------------- /ltfat/comp/comp_fftreal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_fftreal.m -------------------------------------------------------------------------------- /ltfat/comp/comp_filterbank.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_filterbank.m -------------------------------------------------------------------------------- /ltfat/comp/comp_filterbank_a.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_filterbank_a.m -------------------------------------------------------------------------------- /ltfat/comp/comp_filterbank_fft.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_filterbank_fft.m -------------------------------------------------------------------------------- /ltfat/comp/comp_filterbank_fftbl.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_filterbank_fftbl.m -------------------------------------------------------------------------------- /ltfat/comp/comp_filterbank_pre.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_filterbank_pre.m -------------------------------------------------------------------------------- /ltfat/comp/comp_filterbank_td.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_filterbank_td.m -------------------------------------------------------------------------------- /ltfat/comp/comp_filterbankscale.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_filterbankscale.m -------------------------------------------------------------------------------- /ltfat/comp/comp_fourierwindow.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_fourierwindow.m -------------------------------------------------------------------------------- /ltfat/comp/comp_frana_fusion.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_frana_fusion.m -------------------------------------------------------------------------------- /ltfat/comp/comp_frana_tensor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_frana_tensor.m -------------------------------------------------------------------------------- /ltfat/comp/comp_frsyn_fusion.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_frsyn_fusion.m -------------------------------------------------------------------------------- /ltfat/comp/comp_frsyn_tensor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_frsyn_tensor.m -------------------------------------------------------------------------------- /ltfat/comp/comp_fwt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_fwt.m -------------------------------------------------------------------------------- /ltfat/comp/comp_fwtpack2cell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_fwtpack2cell.m -------------------------------------------------------------------------------- /ltfat/comp/comp_gabdual_long.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_gabdual_long.m -------------------------------------------------------------------------------- /ltfat/comp/comp_gabmixdual_fac.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_gabmixdual_fac.m -------------------------------------------------------------------------------- /ltfat/comp/comp_gabreassign.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_gabreassign.m -------------------------------------------------------------------------------- /ltfat/comp/comp_gabtight_long.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_gabtight_long.m -------------------------------------------------------------------------------- /ltfat/comp/comp_gdgt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_gdgt.m -------------------------------------------------------------------------------- /ltfat/comp/comp_gfeigs.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_gfeigs.m -------------------------------------------------------------------------------- /ltfat/comp/comp_gga.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_gga.m -------------------------------------------------------------------------------- /ltfat/comp/comp_hermite.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_hermite.m -------------------------------------------------------------------------------- /ltfat/comp/comp_hermite_all.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_hermite_all.m -------------------------------------------------------------------------------- /ltfat/comp/comp_idgt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_idgt.m -------------------------------------------------------------------------------- /ltfat/comp/comp_idgt_fac.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_idgt_fac.m -------------------------------------------------------------------------------- /ltfat/comp/comp_idgt_fb.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_idgt_fb.m -------------------------------------------------------------------------------- /ltfat/comp/comp_idgt_long.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_idgt_long.m -------------------------------------------------------------------------------- /ltfat/comp/comp_idgtreal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_idgtreal.m -------------------------------------------------------------------------------- /ltfat/comp/comp_idgtreal_fac.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_idgtreal_fac.m -------------------------------------------------------------------------------- /ltfat/comp/comp_idgtreal_fb.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_idgtreal_fb.m -------------------------------------------------------------------------------- /ltfat/comp/comp_idgtreal_long.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_idgtreal_long.m -------------------------------------------------------------------------------- /ltfat/comp/comp_idtwfb.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_idtwfb.m -------------------------------------------------------------------------------- /ltfat/comp/comp_idwilt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_idwilt.m -------------------------------------------------------------------------------- /ltfat/comp/comp_idwiltii.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_idwiltii.m -------------------------------------------------------------------------------- /ltfat/comp/comp_idwiltiii.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_idwiltiii.m -------------------------------------------------------------------------------- /ltfat/comp/comp_idwiltiv.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_idwiltiv.m -------------------------------------------------------------------------------- /ltfat/comp/comp_iedgt6.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_iedgt6.m -------------------------------------------------------------------------------- /ltfat/comp/comp_ifftreal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_ifftreal.m -------------------------------------------------------------------------------- /ltfat/comp/comp_ifilterbank.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_ifilterbank.m -------------------------------------------------------------------------------- /ltfat/comp/comp_ifilterbank_fft.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_ifilterbank_fft.m -------------------------------------------------------------------------------- /ltfat/comp/comp_ifilterbank_fftbl.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_ifilterbank_fftbl.m -------------------------------------------------------------------------------- /ltfat/comp/comp_ifilterbank_td.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_ifilterbank_td.m -------------------------------------------------------------------------------- /ltfat/comp/comp_ifwt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_ifwt.m -------------------------------------------------------------------------------- /ltfat/comp/comp_igdgt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_igdgt.m -------------------------------------------------------------------------------- /ltfat/comp/comp_inonsepdgt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_inonsepdgt.m -------------------------------------------------------------------------------- /ltfat/comp/comp_inonsepdgt_shear.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_inonsepdgt_shear.m -------------------------------------------------------------------------------- /ltfat/comp/comp_insdgfb.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_insdgfb.m -------------------------------------------------------------------------------- /ltfat/comp/comp_instcorrmat.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_instcorrmat.m -------------------------------------------------------------------------------- /ltfat/comp/comp_irdgt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_irdgt.m -------------------------------------------------------------------------------- /ltfat/comp/comp_irdgtii.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_irdgtii.m -------------------------------------------------------------------------------- /ltfat/comp/comp_irdgtiii.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_irdgtiii.m -------------------------------------------------------------------------------- /ltfat/comp/comp_isepdgt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_isepdgt.m -------------------------------------------------------------------------------- /ltfat/comp/comp_isepdgtreal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_isepdgtreal.m -------------------------------------------------------------------------------- /ltfat/comp/comp_iufilterbank_td.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_iufilterbank_td.m -------------------------------------------------------------------------------- /ltfat/comp/comp_iufwt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_iufwt.m -------------------------------------------------------------------------------- /ltfat/comp/comp_iuwfbt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_iuwfbt.m -------------------------------------------------------------------------------- /ltfat/comp/comp_iuwpfbt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_iuwpfbt.m -------------------------------------------------------------------------------- /ltfat/comp/comp_iwfac.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_iwfac.m -------------------------------------------------------------------------------- /ltfat/comp/comp_iwfbt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_iwfbt.m -------------------------------------------------------------------------------- /ltfat/comp/comp_iwpfbt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_iwpfbt.m -------------------------------------------------------------------------------- /ltfat/comp/comp_nonsepdgt_multi.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_nonsepdgt_multi.m -------------------------------------------------------------------------------- /ltfat/comp/comp_nonsepdgt_shear.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_nonsepdgt_shear.m -------------------------------------------------------------------------------- /ltfat/comp/comp_nonsepwin2multi.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_nonsepwin2multi.m -------------------------------------------------------------------------------- /ltfat/comp/comp_nyquistfilt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_nyquistfilt.m -------------------------------------------------------------------------------- /ltfat/comp/comp_pchirp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_pchirp.m -------------------------------------------------------------------------------- /ltfat/comp/comp_pgauss.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_pgauss.m -------------------------------------------------------------------------------- /ltfat/comp/comp_phasegradfilters.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_phasegradfilters.m -------------------------------------------------------------------------------- /ltfat/comp/comp_sepdgt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_sepdgt.m -------------------------------------------------------------------------------- /ltfat/comp/comp_sepdgtreal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_sepdgtreal.m -------------------------------------------------------------------------------- /ltfat/comp/comp_sigreshape_post.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_sigreshape_post.m -------------------------------------------------------------------------------- /ltfat/comp/comp_sigreshape_pre.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_sigreshape_pre.m -------------------------------------------------------------------------------- /ltfat/comp/comp_transferfunction.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_transferfunction.m -------------------------------------------------------------------------------- /ltfat/comp/comp_ufilterbank_fft.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_ufilterbank_fft.m -------------------------------------------------------------------------------- /ltfat/comp/comp_ufilterbank_td.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_ufilterbank_td.m -------------------------------------------------------------------------------- /ltfat/comp/comp_ufwt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_ufwt.m -------------------------------------------------------------------------------- /ltfat/comp/comp_ups.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_ups.m -------------------------------------------------------------------------------- /ltfat/comp/comp_uwfbt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_uwfbt.m -------------------------------------------------------------------------------- /ltfat/comp/comp_uwpfbt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_uwpfbt.m -------------------------------------------------------------------------------- /ltfat/comp/comp_warpedfoff.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_warpedfoff.m -------------------------------------------------------------------------------- /ltfat/comp/comp_wfac.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_wfac.m -------------------------------------------------------------------------------- /ltfat/comp/comp_wfbt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_wfbt.m -------------------------------------------------------------------------------- /ltfat/comp/comp_window.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_window.m -------------------------------------------------------------------------------- /ltfat/comp/comp_wpfbt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_wpfbt.m -------------------------------------------------------------------------------- /ltfat/comp/comp_wpfbtscale.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_wpfbtscale.m -------------------------------------------------------------------------------- /ltfat/comp/comp_zerofilt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/comp_zerofilt.m -------------------------------------------------------------------------------- /ltfat/comp/compinit.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/compinit.m -------------------------------------------------------------------------------- /ltfat/comp/complainif_notposint.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/complainif_notposint.m -------------------------------------------------------------------------------- /ltfat/comp/complainif_toomanyargs.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/complainif_toomanyargs.m -------------------------------------------------------------------------------- /ltfat/comp/demo_blockproc_header.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/demo_blockproc_header.m -------------------------------------------------------------------------------- /ltfat/comp/gabpars_from_window.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/gabpars_from_window.m -------------------------------------------------------------------------------- /ltfat/comp/vect2cell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/comp/vect2cell.m -------------------------------------------------------------------------------- /ltfat/demos/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/demos/Contents.m -------------------------------------------------------------------------------- /ltfat/demos/demo_audiocompression.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/demos/demo_audiocompression.m -------------------------------------------------------------------------------- /ltfat/demos/demo_audiodenoise.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/demos/demo_audiodenoise.m -------------------------------------------------------------------------------- /ltfat/demos/demo_audioshrink.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/demos/demo_audioshrink.m -------------------------------------------------------------------------------- /ltfat/demos/demo_audscales.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/demos/demo_audscales.m -------------------------------------------------------------------------------- /ltfat/demos/demo_bpframemul.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/demos/demo_bpframemul.m -------------------------------------------------------------------------------- /ltfat/demos/demo_dgt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/demos/demo_dgt.m -------------------------------------------------------------------------------- /ltfat/demos/demo_filterbanks.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/demos/demo_filterbanks.m -------------------------------------------------------------------------------- /ltfat/demos/demo_firwin.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/demos/demo_firwin.m -------------------------------------------------------------------------------- /ltfat/demos/demo_framemul.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/demos/demo_framemul.m -------------------------------------------------------------------------------- /ltfat/demos/demo_frsynabs.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/demos/demo_frsynabs.m -------------------------------------------------------------------------------- /ltfat/demos/demo_gabfir.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/demos/demo_gabfir.m -------------------------------------------------------------------------------- /ltfat/demos/demo_gabmixdual.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/demos/demo_gabmixdual.m -------------------------------------------------------------------------------- /ltfat/demos/demo_gabmulappr.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/demos/demo_gabmulappr.m -------------------------------------------------------------------------------- /ltfat/demos/demo_imagecompression.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/demos/demo_imagecompression.m -------------------------------------------------------------------------------- /ltfat/demos/demo_nextfastfft.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/demos/demo_nextfastfft.m -------------------------------------------------------------------------------- /ltfat/demos/demo_nsdgt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/demos/demo_nsdgt.m -------------------------------------------------------------------------------- /ltfat/demos/demo_ofdm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/demos/demo_ofdm.m -------------------------------------------------------------------------------- /ltfat/demos/demo_pbspline.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/demos/demo_pbspline.m -------------------------------------------------------------------------------- /ltfat/demos/demo_pgauss.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/demos/demo_pgauss.m -------------------------------------------------------------------------------- /ltfat/demos/demo_phaseplot.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/demos/demo_phaseplot.m -------------------------------------------------------------------------------- /ltfat/demos/demo_phaseret.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/demos/demo_phaseret.m -------------------------------------------------------------------------------- /ltfat/demos/demo_wavelets.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/demos/demo_wavelets.m -------------------------------------------------------------------------------- /ltfat/demos/demo_wfbt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/demos/demo_wfbt.m -------------------------------------------------------------------------------- /ltfat/demos/demosinit.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/demos/demosinit.m -------------------------------------------------------------------------------- /ltfat/deprecated/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/deprecated/Contents.m -------------------------------------------------------------------------------- /ltfat/deprecated/convolve.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/deprecated/convolve.m -------------------------------------------------------------------------------- /ltfat/deprecated/demo_gablasso.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/deprecated/demo_gablasso.m -------------------------------------------------------------------------------- /ltfat/deprecated/deprecatedinit.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/deprecated/deprecatedinit.m -------------------------------------------------------------------------------- /ltfat/deprecated/framematrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/deprecated/framematrix.m -------------------------------------------------------------------------------- /ltfat/deprecated/gabelitistlasso.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/deprecated/gabelitistlasso.m -------------------------------------------------------------------------------- /ltfat/deprecated/gabgrouplasso.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/deprecated/gabgrouplasso.m -------------------------------------------------------------------------------- /ltfat/deprecated/gablasso.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/deprecated/gablasso.m -------------------------------------------------------------------------------- /ltfat/deprecated/gabmul.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/deprecated/gabmul.m -------------------------------------------------------------------------------- /ltfat/deprecated/gabmuleigs.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/deprecated/gabmuleigs.m -------------------------------------------------------------------------------- /ltfat/deprecated/iufilterbank.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/deprecated/iufilterbank.m -------------------------------------------------------------------------------- /ltfat/deprecated/iunsdgt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/deprecated/iunsdgt.m -------------------------------------------------------------------------------- /ltfat/deprecated/iunsdgtreal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/deprecated/iunsdgtreal.m -------------------------------------------------------------------------------- /ltfat/deprecated/tfmat.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/deprecated/tfmat.m -------------------------------------------------------------------------------- /ltfat/deprecated/uwfbtbounds.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/deprecated/uwfbtbounds.m -------------------------------------------------------------------------------- /ltfat/deprecated/uwpfbtbounds.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/deprecated/uwpfbtbounds.m -------------------------------------------------------------------------------- /ltfat/filterbank/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/filterbank/Contents.m -------------------------------------------------------------------------------- /ltfat/filterbank/cent_freqs.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/filterbank/cent_freqs.m -------------------------------------------------------------------------------- /ltfat/filterbank/cqt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/filterbank/cqt.m -------------------------------------------------------------------------------- /ltfat/filterbank/cqtfilters.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/filterbank/cqtfilters.m -------------------------------------------------------------------------------- /ltfat/filterbank/erbfilters.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/filterbank/erbfilters.m -------------------------------------------------------------------------------- /ltfat/filterbank/erblett.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/filterbank/erblett.m -------------------------------------------------------------------------------- /ltfat/filterbank/filterbank.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/filterbank/filterbank.m -------------------------------------------------------------------------------- /ltfat/filterbank/filterbankbounds.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/filterbank/filterbankbounds.m -------------------------------------------------------------------------------- /ltfat/filterbank/filterbankdual.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/filterbank/filterbankdual.m -------------------------------------------------------------------------------- /ltfat/filterbank/filterbankinit.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/filterbank/filterbankinit.m -------------------------------------------------------------------------------- /ltfat/filterbank/filterbankwin.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/filterbank/filterbankwin.m -------------------------------------------------------------------------------- /ltfat/filterbank/icqt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/filterbank/icqt.m -------------------------------------------------------------------------------- /ltfat/filterbank/ierblett.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/filterbank/ierblett.m -------------------------------------------------------------------------------- /ltfat/filterbank/ifilterbank.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/filterbank/ifilterbank.m -------------------------------------------------------------------------------- /ltfat/filterbank/nonu2ucfmt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/filterbank/nonu2ucfmt.m -------------------------------------------------------------------------------- /ltfat/filterbank/plotfilterbank.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/filterbank/plotfilterbank.m -------------------------------------------------------------------------------- /ltfat/filterbank/u2nonucfmt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/filterbank/u2nonucfmt.m -------------------------------------------------------------------------------- /ltfat/filterbank/ufilterbank.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/filterbank/ufilterbank.m -------------------------------------------------------------------------------- /ltfat/filterbank/warpedfilters.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/filterbank/warpedfilters.m -------------------------------------------------------------------------------- /ltfat/fourier/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/fourier/Contents.m -------------------------------------------------------------------------------- /ltfat/fourier/ceil23.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/fourier/ceil23.m -------------------------------------------------------------------------------- /ltfat/fourier/ceil235.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/fourier/ceil235.m -------------------------------------------------------------------------------- /ltfat/fourier/chirpzt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/fourier/chirpzt.m -------------------------------------------------------------------------------- /ltfat/fourier/dcti.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/fourier/dcti.m -------------------------------------------------------------------------------- /ltfat/fourier/dctii.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/fourier/dctii.m -------------------------------------------------------------------------------- /ltfat/fourier/dctiii.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/fourier/dctiii.m -------------------------------------------------------------------------------- /ltfat/fourier/dctiv.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/fourier/dctiv.m -------------------------------------------------------------------------------- /ltfat/fourier/dctresample.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/fourier/dctresample.m -------------------------------------------------------------------------------- /ltfat/fourier/dfracft.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/fourier/dfracft.m -------------------------------------------------------------------------------- /ltfat/fourier/dft.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/fourier/dft.m -------------------------------------------------------------------------------- /ltfat/fourier/dsti.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/fourier/dsti.m -------------------------------------------------------------------------------- /ltfat/fourier/dstii.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/fourier/dstii.m -------------------------------------------------------------------------------- /ltfat/fourier/dstiii.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/fourier/dstiii.m -------------------------------------------------------------------------------- /ltfat/fourier/dstiv.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/fourier/dstiv.m -------------------------------------------------------------------------------- /ltfat/fourier/expwave.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/fourier/expwave.m -------------------------------------------------------------------------------- /ltfat/fourier/ffracft.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/fourier/ffracft.m -------------------------------------------------------------------------------- /ltfat/fourier/fftanalytic.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/fourier/fftanalytic.m -------------------------------------------------------------------------------- /ltfat/fourier/fftgram.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/fourier/fftgram.m -------------------------------------------------------------------------------- /ltfat/fourier/fftindex.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/fourier/fftindex.m -------------------------------------------------------------------------------- /ltfat/fourier/fftreal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/fourier/fftreal.m -------------------------------------------------------------------------------- /ltfat/fourier/fftresample.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/fourier/fftresample.m -------------------------------------------------------------------------------- /ltfat/fourier/floor23.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/fourier/floor23.m -------------------------------------------------------------------------------- /ltfat/fourier/floor235.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/fourier/floor235.m -------------------------------------------------------------------------------- /ltfat/fourier/fourierinit.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/fourier/fourierinit.m -------------------------------------------------------------------------------- /ltfat/fourier/gga.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/fourier/gga.m -------------------------------------------------------------------------------- /ltfat/fourier/hermbasis.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/fourier/hermbasis.m -------------------------------------------------------------------------------- /ltfat/fourier/idft.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/fourier/idft.m -------------------------------------------------------------------------------- /ltfat/fourier/ifftreal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/fourier/ifftreal.m -------------------------------------------------------------------------------- /ltfat/fourier/involute.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/fourier/involute.m -------------------------------------------------------------------------------- /ltfat/fourier/isevenfunction.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/fourier/isevenfunction.m -------------------------------------------------------------------------------- /ltfat/fourier/lconv.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/fourier/lconv.m -------------------------------------------------------------------------------- /ltfat/fourier/lxcorr.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/fourier/lxcorr.m -------------------------------------------------------------------------------- /ltfat/fourier/middlepad.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/fourier/middlepad.m -------------------------------------------------------------------------------- /ltfat/fourier/modcent.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/fourier/modcent.m -------------------------------------------------------------------------------- /ltfat/fourier/nextfastfft.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/fourier/nextfastfft.m -------------------------------------------------------------------------------- /ltfat/fourier/pbspline.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/fourier/pbspline.m -------------------------------------------------------------------------------- /ltfat/fourier/pchirp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/fourier/pchirp.m -------------------------------------------------------------------------------- /ltfat/fourier/pconv.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/fourier/pconv.m -------------------------------------------------------------------------------- /ltfat/fourier/pderiv.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/fourier/pderiv.m -------------------------------------------------------------------------------- /ltfat/fourier/peven.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/fourier/peven.m -------------------------------------------------------------------------------- /ltfat/fourier/pgauss.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/fourier/pgauss.m -------------------------------------------------------------------------------- /ltfat/fourier/pheaviside.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/fourier/pheaviside.m -------------------------------------------------------------------------------- /ltfat/fourier/pherm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/fourier/pherm.m -------------------------------------------------------------------------------- /ltfat/fourier/plotfft.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/fourier/plotfft.m -------------------------------------------------------------------------------- /ltfat/fourier/plotfftreal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/fourier/plotfftreal.m -------------------------------------------------------------------------------- /ltfat/fourier/podd.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/fourier/podd.m -------------------------------------------------------------------------------- /ltfat/fourier/prect.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/fourier/prect.m -------------------------------------------------------------------------------- /ltfat/fourier/psech.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/fourier/psech.m -------------------------------------------------------------------------------- /ltfat/fourier/psinc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/fourier/psinc.m -------------------------------------------------------------------------------- /ltfat/fourier/pxcorr.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/fourier/pxcorr.m -------------------------------------------------------------------------------- /ltfat/fourier/shah.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/fourier/shah.m -------------------------------------------------------------------------------- /ltfat/frames/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/frames/Contents.m -------------------------------------------------------------------------------- /ltfat/frames/frame.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/frames/frame.m -------------------------------------------------------------------------------- /ltfat/frames/frameaccel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/frames/frameaccel.m -------------------------------------------------------------------------------- /ltfat/frames/framebounds.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/frames/framebounds.m -------------------------------------------------------------------------------- /ltfat/frames/frameclength.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/frames/frameclength.m -------------------------------------------------------------------------------- /ltfat/frames/framecoef2native.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/frames/framecoef2native.m -------------------------------------------------------------------------------- /ltfat/frames/framecoef2tf.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/frames/framecoef2tf.m -------------------------------------------------------------------------------- /ltfat/frames/framecoef2tfplot.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/frames/framecoef2tfplot.m -------------------------------------------------------------------------------- /ltfat/frames/framediag.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/frames/framediag.m -------------------------------------------------------------------------------- /ltfat/frames/framedual.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/frames/framedual.m -------------------------------------------------------------------------------- /ltfat/frames/framegram.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/frames/framegram.m -------------------------------------------------------------------------------- /ltfat/frames/framelength.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/frames/framelength.m -------------------------------------------------------------------------------- /ltfat/frames/framelengthcoef.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/frames/framelengthcoef.m -------------------------------------------------------------------------------- /ltfat/frames/framenative2coef.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/frames/framenative2coef.m -------------------------------------------------------------------------------- /ltfat/frames/frameoperator.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/frames/frameoperator.m -------------------------------------------------------------------------------- /ltfat/frames/framepair.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/frames/framepair.m -------------------------------------------------------------------------------- /ltfat/frames/framered.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/frames/framered.m -------------------------------------------------------------------------------- /ltfat/frames/framesinit.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/frames/framesinit.m -------------------------------------------------------------------------------- /ltfat/frames/frametf2coef.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/frames/frametf2coef.m -------------------------------------------------------------------------------- /ltfat/frames/frametight.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/frames/frametight.m -------------------------------------------------------------------------------- /ltfat/frames/frana.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/frames/frana.m -------------------------------------------------------------------------------- /ltfat/frames/franabp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/frames/franabp.m -------------------------------------------------------------------------------- /ltfat/frames/franagrouplasso.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/frames/franagrouplasso.m -------------------------------------------------------------------------------- /ltfat/frames/franaiter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/frames/franaiter.m -------------------------------------------------------------------------------- /ltfat/frames/franalasso.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/frames/franalasso.m -------------------------------------------------------------------------------- /ltfat/frames/frgramian.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/frames/frgramian.m -------------------------------------------------------------------------------- /ltfat/frames/frsyn.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/frames/frsyn.m -------------------------------------------------------------------------------- /ltfat/frames/frsynabs.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/frames/frsynabs.m -------------------------------------------------------------------------------- /ltfat/frames/frsyniter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/frames/frsyniter.m -------------------------------------------------------------------------------- /ltfat/frames/frsynmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/frames/frsynmatrix.m -------------------------------------------------------------------------------- /ltfat/frames/plotframe.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/frames/plotframe.m -------------------------------------------------------------------------------- /ltfat/gabor/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/Contents.m -------------------------------------------------------------------------------- /ltfat/gabor/col2diag.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/col2diag.m -------------------------------------------------------------------------------- /ltfat/gabor/constructphase.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/constructphase.m -------------------------------------------------------------------------------- /ltfat/gabor/dgt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/dgt.m -------------------------------------------------------------------------------- /ltfat/gabor/dgt2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/dgt2.m -------------------------------------------------------------------------------- /ltfat/gabor/dgtlength.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/dgtlength.m -------------------------------------------------------------------------------- /ltfat/gabor/dgtreal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/dgtreal.m -------------------------------------------------------------------------------- /ltfat/gabor/dsft.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/dsft.m -------------------------------------------------------------------------------- /ltfat/gabor/dwilt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/dwilt.m -------------------------------------------------------------------------------- /ltfat/gabor/dwilt2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/dwilt2.m -------------------------------------------------------------------------------- /ltfat/gabor/dwiltlength.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/dwiltlength.m -------------------------------------------------------------------------------- /ltfat/gabor/gabconvexopt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/gabconvexopt.m -------------------------------------------------------------------------------- /ltfat/gabor/gabdual.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/gabdual.m -------------------------------------------------------------------------------- /ltfat/gabor/gabdualnorm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/gabdualnorm.m -------------------------------------------------------------------------------- /ltfat/gabor/gabfirdual.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/gabfirdual.m -------------------------------------------------------------------------------- /ltfat/gabor/gabfirtight.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/gabfirtight.m -------------------------------------------------------------------------------- /ltfat/gabor/gabframebounds.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/gabframebounds.m -------------------------------------------------------------------------------- /ltfat/gabor/gabframediag.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/gabframediag.m -------------------------------------------------------------------------------- /ltfat/gabor/gabimagepars.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/gabimagepars.m -------------------------------------------------------------------------------- /ltfat/gabor/gabmixdual.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/gabmixdual.m -------------------------------------------------------------------------------- /ltfat/gabor/gaboptdual.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/gaboptdual.m -------------------------------------------------------------------------------- /ltfat/gabor/gabopttight.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/gabopttight.m -------------------------------------------------------------------------------- /ltfat/gabor/gaborinit.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/gaborinit.m -------------------------------------------------------------------------------- /ltfat/gabor/gabphasegrad.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/gabphasegrad.m -------------------------------------------------------------------------------- /ltfat/gabor/gabprojdual.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/gabprojdual.m -------------------------------------------------------------------------------- /ltfat/gabor/gabreassign.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/gabreassign.m -------------------------------------------------------------------------------- /ltfat/gabor/gabrieszbounds.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/gabrieszbounds.m -------------------------------------------------------------------------------- /ltfat/gabor/gabtight.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/gabtight.m -------------------------------------------------------------------------------- /ltfat/gabor/gabwin.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/gabwin.m -------------------------------------------------------------------------------- /ltfat/gabor/idgt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/idgt.m -------------------------------------------------------------------------------- /ltfat/gabor/idgt2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/idgt2.m -------------------------------------------------------------------------------- /ltfat/gabor/idgtreal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/idgtreal.m -------------------------------------------------------------------------------- /ltfat/gabor/idwilt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/idwilt.m -------------------------------------------------------------------------------- /ltfat/gabor/idwilt2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/idwilt2.m -------------------------------------------------------------------------------- /ltfat/gabor/instfreqplot.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/instfreqplot.m -------------------------------------------------------------------------------- /ltfat/gabor/isgram.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/isgram.m -------------------------------------------------------------------------------- /ltfat/gabor/isgramreal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/isgramreal.m -------------------------------------------------------------------------------- /ltfat/gabor/iwmdct.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/iwmdct.m -------------------------------------------------------------------------------- /ltfat/gabor/iwmdct2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/iwmdct2.m -------------------------------------------------------------------------------- /ltfat/gabor/izak.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/izak.m -------------------------------------------------------------------------------- /ltfat/gabor/latticetype2matrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/latticetype2matrix.m -------------------------------------------------------------------------------- /ltfat/gabor/longpar.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/longpar.m -------------------------------------------------------------------------------- /ltfat/gabor/matrix2latticetype.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/matrix2latticetype.m -------------------------------------------------------------------------------- /ltfat/gabor/noshearlength.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/noshearlength.m -------------------------------------------------------------------------------- /ltfat/gabor/phaselock.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/phaselock.m -------------------------------------------------------------------------------- /ltfat/gabor/phaseplot.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/phaseplot.m -------------------------------------------------------------------------------- /ltfat/gabor/phaseunlock.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/phaseunlock.m -------------------------------------------------------------------------------- /ltfat/gabor/plotdgt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/plotdgt.m -------------------------------------------------------------------------------- /ltfat/gabor/plotdgtreal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/plotdgtreal.m -------------------------------------------------------------------------------- /ltfat/gabor/plotdwilt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/plotdwilt.m -------------------------------------------------------------------------------- /ltfat/gabor/plotwmdct.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/plotwmdct.m -------------------------------------------------------------------------------- /ltfat/gabor/proj_dual.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/proj_dual.m -------------------------------------------------------------------------------- /ltfat/gabor/projkern.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/projkern.m -------------------------------------------------------------------------------- /ltfat/gabor/rect2wil.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/rect2wil.m -------------------------------------------------------------------------------- /ltfat/gabor/resgram.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/resgram.m -------------------------------------------------------------------------------- /ltfat/gabor/s0norm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/s0norm.m -------------------------------------------------------------------------------- /ltfat/gabor/sgram.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/sgram.m -------------------------------------------------------------------------------- /ltfat/gabor/shearfind.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/shearfind.m -------------------------------------------------------------------------------- /ltfat/gabor/symphase.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/symphase.m -------------------------------------------------------------------------------- /ltfat/gabor/tconv.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/tconv.m -------------------------------------------------------------------------------- /ltfat/gabor/tfplot.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/tfplot.m -------------------------------------------------------------------------------- /ltfat/gabor/wil2rect.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/wil2rect.m -------------------------------------------------------------------------------- /ltfat/gabor/wilbounds.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/wilbounds.m -------------------------------------------------------------------------------- /ltfat/gabor/wildual.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/wildual.m -------------------------------------------------------------------------------- /ltfat/gabor/wilframediag.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/wilframediag.m -------------------------------------------------------------------------------- /ltfat/gabor/wilorth.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/wilorth.m -------------------------------------------------------------------------------- /ltfat/gabor/wilwin.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/wilwin.m -------------------------------------------------------------------------------- /ltfat/gabor/wmdct.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/wmdct.m -------------------------------------------------------------------------------- /ltfat/gabor/wmdct2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/wmdct2.m -------------------------------------------------------------------------------- /ltfat/gabor/zak.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/gabor/zak.m -------------------------------------------------------------------------------- /ltfat/isoctave.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/isoctave.m -------------------------------------------------------------------------------- /ltfat/lib/libltfat_dll.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/lib/libltfat_dll.a -------------------------------------------------------------------------------- /ltfat/lib/libltfatf_dll.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/lib/libltfatf_dll.a -------------------------------------------------------------------------------- /ltfat/ltfat_version: -------------------------------------------------------------------------------- 1 | 2.1.0 2 | -------------------------------------------------------------------------------- /ltfat/ltfatarghelper.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/ltfatarghelper.m -------------------------------------------------------------------------------- /ltfat/ltfatbasepath.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/ltfatbasepath.m -------------------------------------------------------------------------------- /ltfat/ltfatgetdefaults.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/ltfatgetdefaults.m -------------------------------------------------------------------------------- /ltfat/ltfathelp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/ltfathelp.m -------------------------------------------------------------------------------- /ltfat/ltfatmex.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/ltfatmex.m -------------------------------------------------------------------------------- /ltfat/ltfatsetdefaults.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/ltfatsetdefaults.m -------------------------------------------------------------------------------- /ltfat/ltfatstart.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/ltfatstart.m -------------------------------------------------------------------------------- /ltfat/ltfatstop.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/ltfatstop.m -------------------------------------------------------------------------------- /ltfat/mex/COPYING.fftw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/COPYING.fftw.txt -------------------------------------------------------------------------------- /ltfat/mex/COPYING.portaudio.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/COPYING.portaudio.txt -------------------------------------------------------------------------------- /ltfat/mex/COPYING.winpthreads.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/COPYING.winpthreads.txt -------------------------------------------------------------------------------- /ltfat/mex/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/Makefile -------------------------------------------------------------------------------- /ltfat/mex/Makefile_mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/Makefile_mac -------------------------------------------------------------------------------- /ltfat/mex/Makefile_mingw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/Makefile_mingw -------------------------------------------------------------------------------- /ltfat/mex/Makefile_unix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/Makefile_unix -------------------------------------------------------------------------------- /ltfat/mex/Makefile_unix_old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/Makefile_unix_old -------------------------------------------------------------------------------- /ltfat/mex/block_interface.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/block_interface.c -------------------------------------------------------------------------------- /ltfat/mex/block_interface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/block_interface.h -------------------------------------------------------------------------------- /ltfat/mex/block_interface.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/block_interface.mexw64 -------------------------------------------------------------------------------- /ltfat/mex/comp_cellcoef2tf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_cellcoef2tf.c -------------------------------------------------------------------------------- /ltfat/mex/comp_cellcoef2tf.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_cellcoef2tf.mexw64 -------------------------------------------------------------------------------- /ltfat/mex/comp_chirpzt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_chirpzt.c -------------------------------------------------------------------------------- /ltfat/mex/comp_chirpzt.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_chirpzt.mexw64 -------------------------------------------------------------------------------- /ltfat/mex/comp_col2diag.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_col2diag.c -------------------------------------------------------------------------------- /ltfat/mex/comp_col2diag.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_col2diag.mexw64 -------------------------------------------------------------------------------- /ltfat/mex/comp_dct.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_dct.c -------------------------------------------------------------------------------- /ltfat/mex/comp_dct.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_dct.mexw64 -------------------------------------------------------------------------------- /ltfat/mex/comp_dgt_ola.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_dgt_ola.c -------------------------------------------------------------------------------- /ltfat/mex/comp_dgt_ola.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_dgt_ola.mexw64 -------------------------------------------------------------------------------- /ltfat/mex/comp_dgtreal_ola.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_dgtreal_ola.c -------------------------------------------------------------------------------- /ltfat/mex/comp_dgtreal_ola.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_dgtreal_ola.mexw64 -------------------------------------------------------------------------------- /ltfat/mex/comp_dst.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_dst.c -------------------------------------------------------------------------------- /ltfat/mex/comp_dst.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_dst.mexw64 -------------------------------------------------------------------------------- /ltfat/mex/comp_dwilt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_dwilt.c -------------------------------------------------------------------------------- /ltfat/mex/comp_dwilt.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_dwilt.mexw64 -------------------------------------------------------------------------------- /ltfat/mex/comp_dwiltiii.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_dwiltiii.c -------------------------------------------------------------------------------- /ltfat/mex/comp_dwiltiii.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_dwiltiii.mexw64 -------------------------------------------------------------------------------- /ltfat/mex/comp_fftreal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_fftreal.c -------------------------------------------------------------------------------- /ltfat/mex/comp_fftreal.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_fftreal.mexw64 -------------------------------------------------------------------------------- /ltfat/mex/comp_filterbank.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_filterbank.c -------------------------------------------------------------------------------- /ltfat/mex/comp_filterbank.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_filterbank.mexw64 -------------------------------------------------------------------------------- /ltfat/mex/comp_filterbank_fft.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_filterbank_fft.c -------------------------------------------------------------------------------- /ltfat/mex/comp_filterbank_fftbl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_filterbank_fftbl.c -------------------------------------------------------------------------------- /ltfat/mex/comp_filterbank_td.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_filterbank_td.c -------------------------------------------------------------------------------- /ltfat/mex/comp_gabdual_long.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_gabdual_long.c -------------------------------------------------------------------------------- /ltfat/mex/comp_gabreassign.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_gabreassign.c -------------------------------------------------------------------------------- /ltfat/mex/comp_gabreassign.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_gabreassign.mexw64 -------------------------------------------------------------------------------- /ltfat/mex/comp_gabtight_long.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_gabtight_long.c -------------------------------------------------------------------------------- /ltfat/mex/comp_gga.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_gga.c -------------------------------------------------------------------------------- /ltfat/mex/comp_gga.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_gga.mexw64 -------------------------------------------------------------------------------- /ltfat/mex/comp_heapint.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_heapint.c -------------------------------------------------------------------------------- /ltfat/mex/comp_heapint.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_heapint.mexw64 -------------------------------------------------------------------------------- /ltfat/mex/comp_idwilt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_idwilt.c -------------------------------------------------------------------------------- /ltfat/mex/comp_idwilt.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_idwilt.mexw64 -------------------------------------------------------------------------------- /ltfat/mex/comp_idwiltiii.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_idwiltiii.c -------------------------------------------------------------------------------- /ltfat/mex/comp_idwiltiii.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_idwiltiii.mexw64 -------------------------------------------------------------------------------- /ltfat/mex/comp_ifftreal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_ifftreal.c -------------------------------------------------------------------------------- /ltfat/mex/comp_ifftreal.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_ifftreal.mexw64 -------------------------------------------------------------------------------- /ltfat/mex/comp_ifilterbank.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_ifilterbank.c -------------------------------------------------------------------------------- /ltfat/mex/comp_ifilterbank.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_ifilterbank.mexw64 -------------------------------------------------------------------------------- /ltfat/mex/comp_ifilterbank_fft.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_ifilterbank_fft.c -------------------------------------------------------------------------------- /ltfat/mex/comp_ifilterbank_td.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_ifilterbank_td.c -------------------------------------------------------------------------------- /ltfat/mex/comp_isepdgt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_isepdgt.c -------------------------------------------------------------------------------- /ltfat/mex/comp_isepdgt.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_isepdgt.mexw64 -------------------------------------------------------------------------------- /ltfat/mex/comp_isepdgtreal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_isepdgtreal.c -------------------------------------------------------------------------------- /ltfat/mex/comp_isepdgtreal.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_isepdgtreal.mexw64 -------------------------------------------------------------------------------- /ltfat/mex/comp_iwfac.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_iwfac.c -------------------------------------------------------------------------------- /ltfat/mex/comp_iwfac.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_iwfac.mexw64 -------------------------------------------------------------------------------- /ltfat/mex/comp_nonsepdgt_multi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_nonsepdgt_multi.c -------------------------------------------------------------------------------- /ltfat/mex/comp_nonsepdgt_shear.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_nonsepdgt_shear.c -------------------------------------------------------------------------------- /ltfat/mex/comp_nonsepwin2multi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_nonsepwin2multi.c -------------------------------------------------------------------------------- /ltfat/mex/comp_pchirp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_pchirp.c -------------------------------------------------------------------------------- /ltfat/mex/comp_pchirp.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_pchirp.mexw64 -------------------------------------------------------------------------------- /ltfat/mex/comp_pgauss.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_pgauss.c -------------------------------------------------------------------------------- /ltfat/mex/comp_pgauss.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_pgauss.mexw64 -------------------------------------------------------------------------------- /ltfat/mex/comp_sepdgt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_sepdgt.c -------------------------------------------------------------------------------- /ltfat/mex/comp_sepdgt.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_sepdgt.mexw64 -------------------------------------------------------------------------------- /ltfat/mex/comp_sepdgtreal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_sepdgtreal.c -------------------------------------------------------------------------------- /ltfat/mex/comp_sepdgtreal.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_sepdgtreal.mexw64 -------------------------------------------------------------------------------- /ltfat/mex/comp_ufilterbank_fft.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_ufilterbank_fft.c -------------------------------------------------------------------------------- /ltfat/mex/comp_wfac.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_wfac.c -------------------------------------------------------------------------------- /ltfat/mex/comp_wfac.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/comp_wfac.mexw64 -------------------------------------------------------------------------------- /ltfat/mex/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/config.h -------------------------------------------------------------------------------- /ltfat/mex/filedefs.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/filedefs.mk -------------------------------------------------------------------------------- /ltfat/mex/libfftw3-3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/libfftw3-3.dll -------------------------------------------------------------------------------- /ltfat/mex/libfftw3f-3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/libfftw3f-3.dll -------------------------------------------------------------------------------- /ltfat/mex/ltfat.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/ltfat.dll -------------------------------------------------------------------------------- /ltfat/mex/ltfatarghelper.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/ltfatarghelper.c -------------------------------------------------------------------------------- /ltfat/mex/ltfatarghelper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/ltfatarghelper.h -------------------------------------------------------------------------------- /ltfat/mex/ltfatarghelper.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/ltfatarghelper.mexw64 -------------------------------------------------------------------------------- /ltfat/mex/ltfatf.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/ltfatf.dll -------------------------------------------------------------------------------- /ltfat/mex/mex-memalloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/mex-memalloc.c -------------------------------------------------------------------------------- /ltfat/mex/mexinit.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/mexinit.m -------------------------------------------------------------------------------- /ltfat/mex/postpad.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/postpad.m -------------------------------------------------------------------------------- /ltfat/mex/vect2cell.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/vect2cell.c -------------------------------------------------------------------------------- /ltfat/mex/vect2cell.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mex/vect2cell.mexw64 -------------------------------------------------------------------------------- /ltfat/mulaclab.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mulaclab.m -------------------------------------------------------------------------------- /ltfat/mulaclab/icons/apply.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mulaclab/icons/apply.png -------------------------------------------------------------------------------- /ltfat/mulaclab/icons/colormap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mulaclab/icons/colormap.png -------------------------------------------------------------------------------- /ltfat/mulaclab/icons/freehand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mulaclab/icons/freehand.png -------------------------------------------------------------------------------- /ltfat/mulaclab/icons/loop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mulaclab/icons/loop.png -------------------------------------------------------------------------------- /ltfat/mulaclab/icons/pan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mulaclab/icons/pan.png -------------------------------------------------------------------------------- /ltfat/mulaclab/icons/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mulaclab/icons/play.png -------------------------------------------------------------------------------- /ltfat/mulaclab/icons/stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mulaclab/icons/stop.png -------------------------------------------------------------------------------- /ltfat/mulaclab/icons/union.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mulaclab/icons/union.png -------------------------------------------------------------------------------- /ltfat/mulaclab/icons/zoomin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mulaclab/icons/zoomin.png -------------------------------------------------------------------------------- /ltfat/mulaclab/icons/zoomout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/mulaclab/icons/zoomout.png -------------------------------------------------------------------------------- /ltfat/nonstatgab/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/nonstatgab/Contents.m -------------------------------------------------------------------------------- /ltfat/nonstatgab/insdgt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/nonstatgab/insdgt.m -------------------------------------------------------------------------------- /ltfat/nonstatgab/insdgtreal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/nonstatgab/insdgtreal.m -------------------------------------------------------------------------------- /ltfat/nonstatgab/nonstatgabinit.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/nonstatgab/nonstatgabinit.m -------------------------------------------------------------------------------- /ltfat/nonstatgab/nsdgt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/nonstatgab/nsdgt.m -------------------------------------------------------------------------------- /ltfat/nonstatgab/nsdgtlength.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/nonstatgab/nsdgtlength.m -------------------------------------------------------------------------------- /ltfat/nonstatgab/nsdgtreal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/nonstatgab/nsdgtreal.m -------------------------------------------------------------------------------- /ltfat/nonstatgab/nsgabdual.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/nonstatgab/nsgabdual.m -------------------------------------------------------------------------------- /ltfat/nonstatgab/nsgabframediag.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/nonstatgab/nsgabframediag.m -------------------------------------------------------------------------------- /ltfat/nonstatgab/nsgabtight.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/nonstatgab/nsgabtight.m -------------------------------------------------------------------------------- /ltfat/nonstatgab/nsgabwin.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/nonstatgab/nsgabwin.m -------------------------------------------------------------------------------- /ltfat/nonstatgab/plotnsdgt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/nonstatgab/plotnsdgt.m -------------------------------------------------------------------------------- /ltfat/nonstatgab/plotnsdgtreal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/nonstatgab/plotnsdgtreal.m -------------------------------------------------------------------------------- /ltfat/nonstatgab/unsdgt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/nonstatgab/unsdgt.m -------------------------------------------------------------------------------- /ltfat/nonstatgab/unsdgtreal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/nonstatgab/unsdgtreal.m -------------------------------------------------------------------------------- /ltfat/oct/Makefile_mac: -------------------------------------------------------------------------------- 1 | include Makefile_unix 2 | -------------------------------------------------------------------------------- /ltfat/oct/Makefile_mingwoct: -------------------------------------------------------------------------------- 1 | include Makefile_unix 2 | -------------------------------------------------------------------------------- /ltfat/oct/Makefile_unix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/oct/Makefile_unix -------------------------------------------------------------------------------- /ltfat/oct/comp_cellcoef2tf.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/oct/comp_cellcoef2tf.cc -------------------------------------------------------------------------------- /ltfat/oct/comp_chirpzt.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/oct/comp_chirpzt.cc -------------------------------------------------------------------------------- /ltfat/oct/comp_col2diag.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/oct/comp_col2diag.cc -------------------------------------------------------------------------------- /ltfat/oct/comp_dct.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/oct/comp_dct.cc -------------------------------------------------------------------------------- /ltfat/oct/comp_dgt_ola.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/oct/comp_dgt_ola.cc -------------------------------------------------------------------------------- /ltfat/oct/comp_dgtreal_ola.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/oct/comp_dgtreal_ola.cc -------------------------------------------------------------------------------- /ltfat/oct/comp_dst.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/oct/comp_dst.cc -------------------------------------------------------------------------------- /ltfat/oct/comp_dwilt.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/oct/comp_dwilt.cc -------------------------------------------------------------------------------- /ltfat/oct/comp_dwiltiii.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/oct/comp_dwiltiii.cc -------------------------------------------------------------------------------- /ltfat/oct/comp_fftreal.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/oct/comp_fftreal.cc -------------------------------------------------------------------------------- /ltfat/oct/comp_filterbank_fft.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/oct/comp_filterbank_fft.cc -------------------------------------------------------------------------------- /ltfat/oct/comp_filterbank_td.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/oct/comp_filterbank_td.cc -------------------------------------------------------------------------------- /ltfat/oct/comp_gabdual_long.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/oct/comp_gabdual_long.cc -------------------------------------------------------------------------------- /ltfat/oct/comp_gabreassign.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/oct/comp_gabreassign.cc -------------------------------------------------------------------------------- /ltfat/oct/comp_gabtight_long.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/oct/comp_gabtight_long.cc -------------------------------------------------------------------------------- /ltfat/oct/comp_gga.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/oct/comp_gga.cc -------------------------------------------------------------------------------- /ltfat/oct/comp_heapint.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/oct/comp_heapint.cc -------------------------------------------------------------------------------- /ltfat/oct/comp_idwilt.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/oct/comp_idwilt.cc -------------------------------------------------------------------------------- /ltfat/oct/comp_idwiltiii.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/oct/comp_idwiltiii.cc -------------------------------------------------------------------------------- /ltfat/oct/comp_ifftreal.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/oct/comp_ifftreal.cc -------------------------------------------------------------------------------- /ltfat/oct/comp_ifilterbank_fft.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/oct/comp_ifilterbank_fft.cc -------------------------------------------------------------------------------- /ltfat/oct/comp_ifilterbank_td.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/oct/comp_ifilterbank_td.cc -------------------------------------------------------------------------------- /ltfat/oct/comp_isepdgt.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/oct/comp_isepdgt.cc -------------------------------------------------------------------------------- /ltfat/oct/comp_isepdgtreal.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/oct/comp_isepdgtreal.cc -------------------------------------------------------------------------------- /ltfat/oct/comp_iwfac.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/oct/comp_iwfac.cc -------------------------------------------------------------------------------- /ltfat/oct/comp_nonsepdgt_multi.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/oct/comp_nonsepdgt_multi.cc -------------------------------------------------------------------------------- /ltfat/oct/comp_nonsepdgt_shear.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/oct/comp_nonsepdgt_shear.cc -------------------------------------------------------------------------------- /ltfat/oct/comp_nonsepwin2multi.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/oct/comp_nonsepwin2multi.cc -------------------------------------------------------------------------------- /ltfat/oct/comp_pchirp.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/oct/comp_pchirp.cc -------------------------------------------------------------------------------- /ltfat/oct/comp_pgauss.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/oct/comp_pgauss.cc -------------------------------------------------------------------------------- /ltfat/oct/comp_sepdgt.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/oct/comp_sepdgt.cc -------------------------------------------------------------------------------- /ltfat/oct/comp_sepdgtreal.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/oct/comp_sepdgtreal.cc -------------------------------------------------------------------------------- /ltfat/oct/comp_ufilterbank_fft.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/oct/comp_ufilterbank_fft.cc -------------------------------------------------------------------------------- /ltfat/oct/comp_wfac.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/oct/comp_wfac.cc -------------------------------------------------------------------------------- /ltfat/oct/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/oct/config.h -------------------------------------------------------------------------------- /ltfat/oct/mexhelp/comp_filterbank: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/oct/mexhelp/comp_filterbank -------------------------------------------------------------------------------- /ltfat/oct/mexhelp/ltfatarghelper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/oct/mexhelp/ltfatarghelper -------------------------------------------------------------------------------- /ltfat/oct/mexhelp/playrec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/oct/mexhelp/playrec -------------------------------------------------------------------------------- /ltfat/oct/oct-memalloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/oct/oct-memalloc.c -------------------------------------------------------------------------------- /ltfat/oct/octinit.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/oct/octinit.m -------------------------------------------------------------------------------- /ltfat/operators/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/operators/Contents.m -------------------------------------------------------------------------------- /ltfat/operators/framemul.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/operators/framemul.m -------------------------------------------------------------------------------- /ltfat/operators/framemuladj.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/operators/framemuladj.m -------------------------------------------------------------------------------- /ltfat/operators/framemulappr.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/operators/framemulappr.m -------------------------------------------------------------------------------- /ltfat/operators/framemuleigs.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/operators/framemuleigs.m -------------------------------------------------------------------------------- /ltfat/operators/gabmulappr.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/operators/gabmulappr.m -------------------------------------------------------------------------------- /ltfat/operators/iframemul.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/operators/iframemul.m -------------------------------------------------------------------------------- /ltfat/operators/ioperator.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/operators/ioperator.m -------------------------------------------------------------------------------- /ltfat/operators/operator.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/operators/operator.m -------------------------------------------------------------------------------- /ltfat/operators/operatoradj.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/operators/operatoradj.m -------------------------------------------------------------------------------- /ltfat/operators/operatorappr.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/operators/operatorappr.m -------------------------------------------------------------------------------- /ltfat/operators/operatoreigs.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/operators/operatoreigs.m -------------------------------------------------------------------------------- /ltfat/operators/operatormatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/operators/operatormatrix.m -------------------------------------------------------------------------------- /ltfat/operators/operatornew.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/operators/operatornew.m -------------------------------------------------------------------------------- /ltfat/operators/operatorsinit.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/operators/operatorsinit.m -------------------------------------------------------------------------------- /ltfat/operators/spreadadj.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/operators/spreadadj.m -------------------------------------------------------------------------------- /ltfat/operators/spreadeigs.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/operators/spreadeigs.m -------------------------------------------------------------------------------- /ltfat/operators/spreadfun.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/operators/spreadfun.m -------------------------------------------------------------------------------- /ltfat/operators/spreadinv.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/operators/spreadinv.m -------------------------------------------------------------------------------- /ltfat/operators/spreadop.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/operators/spreadop.m -------------------------------------------------------------------------------- /ltfat/quadratic/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/quadratic/Contents.m -------------------------------------------------------------------------------- /ltfat/quadratic/drihaczekdist.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/quadratic/drihaczekdist.m -------------------------------------------------------------------------------- /ltfat/quadratic/plotquadtfdist.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/quadratic/plotquadtfdist.m -------------------------------------------------------------------------------- /ltfat/quadratic/quadraticinit.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/quadratic/quadraticinit.m -------------------------------------------------------------------------------- /ltfat/quadratic/wignervilledist.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/quadratic/wignervilledist.m -------------------------------------------------------------------------------- /ltfat/scalardistribute.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/scalardistribute.m -------------------------------------------------------------------------------- /ltfat/signals/Clar.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/signals/Clar.wav -------------------------------------------------------------------------------- /ltfat/signals/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/signals/Contents.m -------------------------------------------------------------------------------- /ltfat/signals/Piano2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/signals/Piano2.wav -------------------------------------------------------------------------------- /ltfat/signals/bat.asc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/signals/bat.asc -------------------------------------------------------------------------------- /ltfat/signals/bat.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/signals/bat.m -------------------------------------------------------------------------------- /ltfat/signals/batmask.asc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/signals/batmask.asc -------------------------------------------------------------------------------- /ltfat/signals/batmask.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/signals/batmask.m -------------------------------------------------------------------------------- /ltfat/signals/cameraman.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/signals/cameraman.m -------------------------------------------------------------------------------- /ltfat/signals/cameraman.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/signals/cameraman.png -------------------------------------------------------------------------------- /ltfat/signals/cocktailparty.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/signals/cocktailparty.m -------------------------------------------------------------------------------- /ltfat/signals/cocktailparty.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/signals/cocktailparty.wav -------------------------------------------------------------------------------- /ltfat/signals/ctestfun.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/signals/ctestfun.m -------------------------------------------------------------------------------- /ltfat/signals/expchirp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/signals/expchirp.m -------------------------------------------------------------------------------- /ltfat/signals/greasy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/signals/greasy.m -------------------------------------------------------------------------------- /ltfat/signals/greasy.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/signals/greasy.wav -------------------------------------------------------------------------------- /ltfat/signals/gspi.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/signals/gspi.m -------------------------------------------------------------------------------- /ltfat/signals/gspi.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/signals/gspi.wav -------------------------------------------------------------------------------- /ltfat/signals/lichtenstein.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/signals/lichtenstein.m -------------------------------------------------------------------------------- /ltfat/signals/lichtenstein.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/signals/lichtenstein.png -------------------------------------------------------------------------------- /ltfat/signals/linus.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/signals/linus.m -------------------------------------------------------------------------------- /ltfat/signals/linus.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/signals/linus.wav -------------------------------------------------------------------------------- /ltfat/signals/ltfatlogo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/signals/ltfatlogo.m -------------------------------------------------------------------------------- /ltfat/signals/ltfatlogo.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/signals/ltfatlogo.wav -------------------------------------------------------------------------------- /ltfat/signals/ltfattext.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/signals/ltfattext.m -------------------------------------------------------------------------------- /ltfat/signals/ltfattext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/signals/ltfattext.png -------------------------------------------------------------------------------- /ltfat/signals/noise.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/signals/noise.m -------------------------------------------------------------------------------- /ltfat/signals/otoclick.asc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/signals/otoclick.asc -------------------------------------------------------------------------------- /ltfat/signals/otoclick.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/signals/otoclick.m -------------------------------------------------------------------------------- /ltfat/signals/pinknoise.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/signals/pinknoise.m -------------------------------------------------------------------------------- /ltfat/signals/signalsinit.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/signals/signalsinit.m -------------------------------------------------------------------------------- /ltfat/signals/traindoppler.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/signals/traindoppler.m -------------------------------------------------------------------------------- /ltfat/signals/traindoppler.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/signals/traindoppler.wav -------------------------------------------------------------------------------- /ltfat/sigproc/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/sigproc/Contents.m -------------------------------------------------------------------------------- /ltfat/sigproc/blfilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/sigproc/blfilter.m -------------------------------------------------------------------------------- /ltfat/sigproc/crestfactor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/sigproc/crestfactor.m -------------------------------------------------------------------------------- /ltfat/sigproc/dynlimit.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/sigproc/dynlimit.m -------------------------------------------------------------------------------- /ltfat/sigproc/elitistthresh.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/sigproc/elitistthresh.m -------------------------------------------------------------------------------- /ltfat/sigproc/fir2long.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/sigproc/fir2long.m -------------------------------------------------------------------------------- /ltfat/sigproc/firfilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/sigproc/firfilter.m -------------------------------------------------------------------------------- /ltfat/sigproc/firkaiser.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/sigproc/firkaiser.m -------------------------------------------------------------------------------- /ltfat/sigproc/firwin.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/sigproc/firwin.m -------------------------------------------------------------------------------- /ltfat/sigproc/gaindb.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/sigproc/gaindb.m -------------------------------------------------------------------------------- /ltfat/sigproc/groupthresh.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/sigproc/groupthresh.m -------------------------------------------------------------------------------- /ltfat/sigproc/iqam4.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/sigproc/iqam4.m -------------------------------------------------------------------------------- /ltfat/sigproc/jpeg2rgb.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/sigproc/jpeg2rgb.m -------------------------------------------------------------------------------- /ltfat/sigproc/largestn.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/sigproc/largestn.m -------------------------------------------------------------------------------- /ltfat/sigproc/largestr.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/sigproc/largestr.m -------------------------------------------------------------------------------- /ltfat/sigproc/long2fir.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/sigproc/long2fir.m -------------------------------------------------------------------------------- /ltfat/sigproc/magresp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/sigproc/magresp.m -------------------------------------------------------------------------------- /ltfat/sigproc/normalize.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/sigproc/normalize.m -------------------------------------------------------------------------------- /ltfat/sigproc/pfilt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/sigproc/pfilt.m -------------------------------------------------------------------------------- /ltfat/sigproc/pgrpdelay.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/sigproc/pgrpdelay.m -------------------------------------------------------------------------------- /ltfat/sigproc/qam4.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/sigproc/qam4.m -------------------------------------------------------------------------------- /ltfat/sigproc/rampdown.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/sigproc/rampdown.m -------------------------------------------------------------------------------- /ltfat/sigproc/rampsignal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/sigproc/rampsignal.m -------------------------------------------------------------------------------- /ltfat/sigproc/rampup.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/sigproc/rampup.m -------------------------------------------------------------------------------- /ltfat/sigproc/rgb2jpeg.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/sigproc/rgb2jpeg.m -------------------------------------------------------------------------------- /ltfat/sigproc/rms.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/sigproc/rms.m -------------------------------------------------------------------------------- /ltfat/sigproc/sigprocinit.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/sigproc/sigprocinit.m -------------------------------------------------------------------------------- /ltfat/sigproc/thresh.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/sigproc/thresh.m -------------------------------------------------------------------------------- /ltfat/sigproc/transferfunction.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/sigproc/transferfunction.m -------------------------------------------------------------------------------- /ltfat/sigproc/uquant.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/sigproc/uquant.m -------------------------------------------------------------------------------- /ltfat/sigproc/warpedblfilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/sigproc/warpedblfilter.m -------------------------------------------------------------------------------- /ltfat/src/Makefile_crossmingw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/Makefile_crossmingw -------------------------------------------------------------------------------- /ltfat/src/Makefile_mac: -------------------------------------------------------------------------------- 1 | include Makefile_unix 2 | -------------------------------------------------------------------------------- /ltfat/src/Makefile_mingw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/Makefile_mingw -------------------------------------------------------------------------------- /ltfat/src/Makefile_mingwoct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/Makefile_mingwoct -------------------------------------------------------------------------------- /ltfat/src/Makefile_octpkg.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/Makefile_octpkg.in -------------------------------------------------------------------------------- /ltfat/src/Makefile_unix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/Makefile_unix -------------------------------------------------------------------------------- /ltfat/src/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/README -------------------------------------------------------------------------------- /ltfat/src/bootstrap: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | autoconf 3 | -------------------------------------------------------------------------------- /ltfat/src/c-safe-memalloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/c-safe-memalloc.c -------------------------------------------------------------------------------- /ltfat/src/ciutils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/ciutils.c -------------------------------------------------------------------------------- /ltfat/src/ciutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/ciutils.h -------------------------------------------------------------------------------- /ltfat/src/comptarget.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/comptarget.mk -------------------------------------------------------------------------------- /ltfat/src/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/config.h -------------------------------------------------------------------------------- /ltfat/src/configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/configure -------------------------------------------------------------------------------- /ltfat/src/configure.ac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/configure.ac -------------------------------------------------------------------------------- /ltfat/src/dct.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/dct.c -------------------------------------------------------------------------------- /ltfat/src/dct_ci.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/dct_ci.c -------------------------------------------------------------------------------- /ltfat/src/dgt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/dgt.c -------------------------------------------------------------------------------- /ltfat/src/dgt_fac.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/dgt_fac.c -------------------------------------------------------------------------------- /ltfat/src/dgt_fb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/dgt_fb.c -------------------------------------------------------------------------------- /ltfat/src/dgt_long.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/dgt_long.h -------------------------------------------------------------------------------- /ltfat/src/dgt_multi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/dgt_multi.c -------------------------------------------------------------------------------- /ltfat/src/dgt_multi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/dgt_multi.h -------------------------------------------------------------------------------- /ltfat/src/dgt_ola.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/dgt_ola.c -------------------------------------------------------------------------------- /ltfat/src/dgt_shear.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/dgt_shear.c -------------------------------------------------------------------------------- /ltfat/src/dgt_shear.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/dgt_shear.h -------------------------------------------------------------------------------- /ltfat/src/dgt_shearola.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/dgt_shearola.c -------------------------------------------------------------------------------- /ltfat/src/dgt_walnut.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/dgt_walnut.c -------------------------------------------------------------------------------- /ltfat/src/dgtreal_fac.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/dgtreal_fac.c -------------------------------------------------------------------------------- /ltfat/src/drivers.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/drivers.c -------------------------------------------------------------------------------- /ltfat/src/dst.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/dst.c -------------------------------------------------------------------------------- /ltfat/src/dst_ci.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/dst_ci.c -------------------------------------------------------------------------------- /ltfat/src/dwilt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/dwilt.c -------------------------------------------------------------------------------- /ltfat/src/fftreal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/fftreal.c -------------------------------------------------------------------------------- /ltfat/src/filedefs.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/filedefs.mk -------------------------------------------------------------------------------- /ltfat/src/filterbank.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/filterbank.c -------------------------------------------------------------------------------- /ltfat/src/gabdual.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/gabdual.c -------------------------------------------------------------------------------- /ltfat/src/gabdual_fac.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/gabdual_fac.c -------------------------------------------------------------------------------- /ltfat/src/gabtight.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/gabtight.c -------------------------------------------------------------------------------- /ltfat/src/gabtight_fac.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/gabtight_fac.c -------------------------------------------------------------------------------- /ltfat/src/goertzel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/goertzel.c -------------------------------------------------------------------------------- /ltfat/src/goertzel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/goertzel.h -------------------------------------------------------------------------------- /ltfat/src/heapint.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/heapint.c -------------------------------------------------------------------------------- /ltfat/src/idgt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/idgt.c -------------------------------------------------------------------------------- /ltfat/src/idgt_fac.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/idgt_fac.c -------------------------------------------------------------------------------- /ltfat/src/idgt_fb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/idgt_fb.c -------------------------------------------------------------------------------- /ltfat/src/idwilt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/idwilt.c -------------------------------------------------------------------------------- /ltfat/src/ifilterbank.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/ifilterbank.c -------------------------------------------------------------------------------- /ltfat/src/integer_manip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/integer_manip.c -------------------------------------------------------------------------------- /ltfat/src/iwfac.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/iwfac.c -------------------------------------------------------------------------------- /ltfat/src/iwmdct.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/iwmdct.c -------------------------------------------------------------------------------- /ltfat/src/ltfat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/ltfat.h -------------------------------------------------------------------------------- /ltfat/src/ltfat_blaslapack.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/ltfat_blaslapack.c -------------------------------------------------------------------------------- /ltfat/src/ltfat_typeconstant.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/ltfat_typeconstant.h -------------------------------------------------------------------------------- /ltfat/src/ltfat_typeindependent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/ltfat_typeindependent.h -------------------------------------------------------------------------------- /ltfat/src/ltfat_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/ltfat_types.h -------------------------------------------------------------------------------- /ltfat/src/m4/ax_blas.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/m4/ax_blas.m4 -------------------------------------------------------------------------------- /ltfat/src/m4/ax_lapack.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/m4/ax_lapack.m4 -------------------------------------------------------------------------------- /ltfat/src/ostools.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/ostools.mk -------------------------------------------------------------------------------- /ltfat/src/pfilt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/pfilt.c -------------------------------------------------------------------------------- /ltfat/src/reassign.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/reassign.c -------------------------------------------------------------------------------- /ltfat/src/reassign_typeconstant.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/reassign_typeconstant.c -------------------------------------------------------------------------------- /ltfat/src/reassign_typeconstant.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/reassign_typeconstant.h -------------------------------------------------------------------------------- /ltfat/src/spread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/spread.c -------------------------------------------------------------------------------- /ltfat/src/thirdparty/cblas.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/thirdparty/cblas.h -------------------------------------------------------------------------------- /ltfat/src/thirdparty/f77-fcn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/thirdparty/f77-fcn.h -------------------------------------------------------------------------------- /ltfat/src/thirdparty/fftw3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/thirdparty/fftw3.h -------------------------------------------------------------------------------- /ltfat/src/thirdparty/portaudio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/thirdparty/portaudio.h -------------------------------------------------------------------------------- /ltfat/src/utils/dbg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/utils/dbg.h -------------------------------------------------------------------------------- /ltfat/src/utils/lcthw_List.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/utils/lcthw_List.h -------------------------------------------------------------------------------- /ltfat/src/utils/list.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/utils/list.c -------------------------------------------------------------------------------- /ltfat/src/wavelets.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/wavelets.c -------------------------------------------------------------------------------- /ltfat/src/wavelets.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/wavelets.h -------------------------------------------------------------------------------- /ltfat/src/wfac.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/wfac.c -------------------------------------------------------------------------------- /ltfat/src/windows.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/windows.c -------------------------------------------------------------------------------- /ltfat/src/winmanip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/winmanip.c -------------------------------------------------------------------------------- /ltfat/src/wmdct.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/src/wmdct.c -------------------------------------------------------------------------------- /ltfat/thirdparty/GPC/VERSIONS.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/thirdparty/GPC/VERSIONS.TXT -------------------------------------------------------------------------------- /ltfat/thirdparty/GPC/gpc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/thirdparty/GPC/gpc.c -------------------------------------------------------------------------------- /ltfat/thirdparty/GPC/gpc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/thirdparty/GPC/gpc.h -------------------------------------------------------------------------------- /ltfat/thirdparty/Playrec/Makefile_macoct: -------------------------------------------------------------------------------- 1 | include Makefile_unixoct 2 | -------------------------------------------------------------------------------- /ltfat/thirdparty/Playrec/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/thirdparty/Playrec/config.h -------------------------------------------------------------------------------- /ltfat/wavelets/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/Contents.m -------------------------------------------------------------------------------- /ltfat/wavelets/dtwfb.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/dtwfb.m -------------------------------------------------------------------------------- /ltfat/wavelets/dtwfb2filterbank.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/dtwfb2filterbank.m -------------------------------------------------------------------------------- /ltfat/wavelets/dtwfbbounds.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/dtwfbbounds.m -------------------------------------------------------------------------------- /ltfat/wavelets/dtwfbinit.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/dtwfbinit.m -------------------------------------------------------------------------------- /ltfat/wavelets/dtwfbreal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/dtwfbreal.m -------------------------------------------------------------------------------- /ltfat/wavelets/fwt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/fwt.m -------------------------------------------------------------------------------- /ltfat/wavelets/fwt2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/fwt2.m -------------------------------------------------------------------------------- /ltfat/wavelets/fwtclength.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/fwtclength.m -------------------------------------------------------------------------------- /ltfat/wavelets/fwtinit.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/fwtinit.m -------------------------------------------------------------------------------- /ltfat/wavelets/fwtlength.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/fwtlength.m -------------------------------------------------------------------------------- /ltfat/wavelets/idtwfb.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/idtwfb.m -------------------------------------------------------------------------------- /ltfat/wavelets/idtwfbreal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/idtwfbreal.m -------------------------------------------------------------------------------- /ltfat/wavelets/ifwt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/ifwt.m -------------------------------------------------------------------------------- /ltfat/wavelets/ifwt2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/ifwt2.m -------------------------------------------------------------------------------- /ltfat/wavelets/iufwt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/iufwt.m -------------------------------------------------------------------------------- /ltfat/wavelets/iuwfbt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/iuwfbt.m -------------------------------------------------------------------------------- /ltfat/wavelets/iuwpfbt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/iuwpfbt.m -------------------------------------------------------------------------------- /ltfat/wavelets/iwfbt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/iwfbt.m -------------------------------------------------------------------------------- /ltfat/wavelets/iwpfbt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/iwpfbt.m -------------------------------------------------------------------------------- /ltfat/wavelets/plotwavelets.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/plotwavelets.m -------------------------------------------------------------------------------- /ltfat/wavelets/ufwt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/ufwt.m -------------------------------------------------------------------------------- /ltfat/wavelets/uwfbt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/uwfbt.m -------------------------------------------------------------------------------- /ltfat/wavelets/uwpfbt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/uwpfbt.m -------------------------------------------------------------------------------- /ltfat/wavelets/wavcell2pack.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/wavcell2pack.m -------------------------------------------------------------------------------- /ltfat/wavelets/waveletsinit.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/waveletsinit.m -------------------------------------------------------------------------------- /ltfat/wavelets/wavfun.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/wavfun.m -------------------------------------------------------------------------------- /ltfat/wavelets/wavpack2cell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/wavpack2cell.m -------------------------------------------------------------------------------- /ltfat/wavelets/wfbt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/wfbt.m -------------------------------------------------------------------------------- /ltfat/wavelets/wfbt2filterbank.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/wfbt2filterbank.m -------------------------------------------------------------------------------- /ltfat/wavelets/wfbtbounds.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/wfbtbounds.m -------------------------------------------------------------------------------- /ltfat/wavelets/wfbtclength.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/wfbtclength.m -------------------------------------------------------------------------------- /ltfat/wavelets/wfbtinit.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/wfbtinit.m -------------------------------------------------------------------------------- /ltfat/wavelets/wfbtlength.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/wfbtlength.m -------------------------------------------------------------------------------- /ltfat/wavelets/wfbtput.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/wfbtput.m -------------------------------------------------------------------------------- /ltfat/wavelets/wfbtremove.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/wfbtremove.m -------------------------------------------------------------------------------- /ltfat/wavelets/wfilt_algmband.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/wfilt_algmband.m -------------------------------------------------------------------------------- /ltfat/wavelets/wfilt_cmband.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/wfilt_cmband.m -------------------------------------------------------------------------------- /ltfat/wavelets/wfilt_coif.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/wfilt_coif.m -------------------------------------------------------------------------------- /ltfat/wavelets/wfilt_db.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/wfilt_db.m -------------------------------------------------------------------------------- /ltfat/wavelets/wfilt_dden.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/wfilt_dden.m -------------------------------------------------------------------------------- /ltfat/wavelets/wfilt_ddena.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/wfilt_ddena.m -------------------------------------------------------------------------------- /ltfat/wavelets/wfilt_ddenb.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/wfilt_ddenb.m -------------------------------------------------------------------------------- /ltfat/wavelets/wfilt_dgrid.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/wfilt_dgrid.m -------------------------------------------------------------------------------- /ltfat/wavelets/wfilt_hden.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/wfilt_hden.m -------------------------------------------------------------------------------- /ltfat/wavelets/wfilt_lemarie.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/wfilt_lemarie.m -------------------------------------------------------------------------------- /ltfat/wavelets/wfilt_mband.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/wfilt_mband.m -------------------------------------------------------------------------------- /ltfat/wavelets/wfilt_oddevena.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/wfilt_oddevena.m -------------------------------------------------------------------------------- /ltfat/wavelets/wfilt_oddevenb.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/wfilt_oddevenb.m -------------------------------------------------------------------------------- /ltfat/wavelets/wfilt_optsyma.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/wfilt_optsyma.m -------------------------------------------------------------------------------- /ltfat/wavelets/wfilt_optsymb.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/wfilt_optsymb.m -------------------------------------------------------------------------------- /ltfat/wavelets/wfilt_qshifta.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/wfilt_qshifta.m -------------------------------------------------------------------------------- /ltfat/wavelets/wfilt_qshiftb.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/wfilt_qshiftb.m -------------------------------------------------------------------------------- /ltfat/wavelets/wfilt_remez.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/wfilt_remez.m -------------------------------------------------------------------------------- /ltfat/wavelets/wfilt_spline.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/wfilt_spline.m -------------------------------------------------------------------------------- /ltfat/wavelets/wfilt_sym.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/wfilt_sym.m -------------------------------------------------------------------------------- /ltfat/wavelets/wfilt_symdden.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/wfilt_symdden.m -------------------------------------------------------------------------------- /ltfat/wavelets/wfilt_symds.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/wfilt_symds.m -------------------------------------------------------------------------------- /ltfat/wavelets/wfilt_symorth.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/wfilt_symorth.m -------------------------------------------------------------------------------- /ltfat/wavelets/wfilt_symtight.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/wfilt_symtight.m -------------------------------------------------------------------------------- /ltfat/wavelets/wfiltdt_dden.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/wfiltdt_dden.m -------------------------------------------------------------------------------- /ltfat/wavelets/wfiltdt_oddeven.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/wfiltdt_oddeven.m -------------------------------------------------------------------------------- /ltfat/wavelets/wfiltdt_optsym.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/wfiltdt_optsym.m -------------------------------------------------------------------------------- /ltfat/wavelets/wfiltdt_qshift.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/wfiltdt_qshift.m -------------------------------------------------------------------------------- /ltfat/wavelets/wfiltdtinfo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/wfiltdtinfo.m -------------------------------------------------------------------------------- /ltfat/wavelets/wfiltinfo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/wfiltinfo.m -------------------------------------------------------------------------------- /ltfat/wavelets/wpbest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/wpbest.m -------------------------------------------------------------------------------- /ltfat/wavelets/wpfbt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/wpfbt.m -------------------------------------------------------------------------------- /ltfat/wavelets/wpfbt2filterbank.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/wpfbt2filterbank.m -------------------------------------------------------------------------------- /ltfat/wavelets/wpfbtbounds.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/wpfbtbounds.m -------------------------------------------------------------------------------- /ltfat/wavelets/wpfbtclength.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/ltfat/wavelets/wpfbtclength.m -------------------------------------------------------------------------------- /noise1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/noise1.wav -------------------------------------------------------------------------------- /noise_estimation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/noise_estimation.m -------------------------------------------------------------------------------- /noise_estimation_new.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/noise_estimation_new.m -------------------------------------------------------------------------------- /noise_psd.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/noise_psd.m -------------------------------------------------------------------------------- /noise_tracker_V2/TabGenGam/ei.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/noise_tracker_V2/TabGenGam/ei.m -------------------------------------------------------------------------------- /noise_tracker_V2/estimate_snrs.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/noise_tracker_V2/estimate_snrs.m -------------------------------------------------------------------------------- /noise_tracker_V2/hendriks2010.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/noise_tracker_V2/hendriks2010.pdf -------------------------------------------------------------------------------- /noise_tracker_V2/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/noise_tracker_V2/license.txt -------------------------------------------------------------------------------- /noise_tracker_V2/tab_inc_gamma.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/noise_tracker_V2/tab_inc_gamma.m -------------------------------------------------------------------------------- /noise_tracking.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/noise_tracking.m -------------------------------------------------------------------------------- /split_hanning.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/split_hanning.m -------------------------------------------------------------------------------- /split_vector.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/split_vector.m -------------------------------------------------------------------------------- /stoi.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steve3nto/NoiseReductionProject/HEAD/stoi.m --------------------------------------------------------------------------------