├── .gitignore ├── ALcons2STI.m ├── ArbitraryOctaveFilt.m ├── COSHdist.m ├── ConcatTIMITtalkers.m ├── Correlated_Normalisation.m ├── Dropbox.m ├── IRcompactingKirkebyFilter.m ├── LICENSE ├── LTASS.m ├── MiKTeX_FNDB_Refresh.m ├── README.md ├── STI.m ├── STI_BandFilters.m ├── addNoise.m ├── confidence_intervals.m ├── estoi.m ├── extractIR.m ├── fconv.m ├── fdeconv.m ├── generateNoise.m ├── getAllFiles.m ├── interpFromVal_2D.m ├── interpVal.m ├── interpVal_2D.m ├── invFIR.m ├── invSweepFFT.m ├── invimplms.m ├── invsweepfft.mat ├── keepFilesFromFolder.m ├── octaveBandMean.m ├── pesq.exe ├── pesq2.m ├── pesq3.m ├── pesq_NoResFile.exe ├── pesq_mex.mexw64 ├── pesq_mex_fast.mexw64 ├── pesq_mex_fast_vec.m ├── pesq_mex_vec.m ├── printHyperlink.m ├── repmatmatch.m ├── shapeSpectrum.m ├── showTimeToCompletion.m ├── simpleWarning.m ├── sineSweepLin.m ├── stoi.m ├── stoi_d2percCorr.m ├── synthSweep.m ├── toepsolveMEX.mexw64 └── wait_for_file.m /.gitignore: -------------------------------------------------------------------------------- 1 | /populate_readme.m 2 | 3 | /*.zip -------------------------------------------------------------------------------- /ALcons2STI.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/SoundZone_Tools/HEAD/ALcons2STI.m -------------------------------------------------------------------------------- /ArbitraryOctaveFilt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/SoundZone_Tools/HEAD/ArbitraryOctaveFilt.m -------------------------------------------------------------------------------- /COSHdist.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/SoundZone_Tools/HEAD/COSHdist.m -------------------------------------------------------------------------------- /ConcatTIMITtalkers.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/SoundZone_Tools/HEAD/ConcatTIMITtalkers.m -------------------------------------------------------------------------------- /Correlated_Normalisation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/SoundZone_Tools/HEAD/Correlated_Normalisation.m -------------------------------------------------------------------------------- /Dropbox.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/SoundZone_Tools/HEAD/Dropbox.m -------------------------------------------------------------------------------- /IRcompactingKirkebyFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/SoundZone_Tools/HEAD/IRcompactingKirkebyFilter.m -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/SoundZone_Tools/HEAD/LICENSE -------------------------------------------------------------------------------- /LTASS.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/SoundZone_Tools/HEAD/LTASS.m -------------------------------------------------------------------------------- /MiKTeX_FNDB_Refresh.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/SoundZone_Tools/HEAD/MiKTeX_FNDB_Refresh.m -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/SoundZone_Tools/HEAD/README.md -------------------------------------------------------------------------------- /STI.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/SoundZone_Tools/HEAD/STI.m -------------------------------------------------------------------------------- /STI_BandFilters.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/SoundZone_Tools/HEAD/STI_BandFilters.m -------------------------------------------------------------------------------- /addNoise.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/SoundZone_Tools/HEAD/addNoise.m -------------------------------------------------------------------------------- /confidence_intervals.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/SoundZone_Tools/HEAD/confidence_intervals.m -------------------------------------------------------------------------------- /estoi.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/SoundZone_Tools/HEAD/estoi.m -------------------------------------------------------------------------------- /extractIR.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/SoundZone_Tools/HEAD/extractIR.m -------------------------------------------------------------------------------- /fconv.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/SoundZone_Tools/HEAD/fconv.m -------------------------------------------------------------------------------- /fdeconv.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/SoundZone_Tools/HEAD/fdeconv.m -------------------------------------------------------------------------------- /generateNoise.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/SoundZone_Tools/HEAD/generateNoise.m -------------------------------------------------------------------------------- /getAllFiles.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/SoundZone_Tools/HEAD/getAllFiles.m -------------------------------------------------------------------------------- /interpFromVal_2D.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/SoundZone_Tools/HEAD/interpFromVal_2D.m -------------------------------------------------------------------------------- /interpVal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/SoundZone_Tools/HEAD/interpVal.m -------------------------------------------------------------------------------- /interpVal_2D.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/SoundZone_Tools/HEAD/interpVal_2D.m -------------------------------------------------------------------------------- /invFIR.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/SoundZone_Tools/HEAD/invFIR.m -------------------------------------------------------------------------------- /invSweepFFT.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/SoundZone_Tools/HEAD/invSweepFFT.m -------------------------------------------------------------------------------- /invimplms.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/SoundZone_Tools/HEAD/invimplms.m -------------------------------------------------------------------------------- /invsweepfft.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/SoundZone_Tools/HEAD/invsweepfft.mat -------------------------------------------------------------------------------- /keepFilesFromFolder.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/SoundZone_Tools/HEAD/keepFilesFromFolder.m -------------------------------------------------------------------------------- /octaveBandMean.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/SoundZone_Tools/HEAD/octaveBandMean.m -------------------------------------------------------------------------------- /pesq.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/SoundZone_Tools/HEAD/pesq.exe -------------------------------------------------------------------------------- /pesq2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/SoundZone_Tools/HEAD/pesq2.m -------------------------------------------------------------------------------- /pesq3.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/SoundZone_Tools/HEAD/pesq3.m -------------------------------------------------------------------------------- /pesq_NoResFile.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/SoundZone_Tools/HEAD/pesq_NoResFile.exe -------------------------------------------------------------------------------- /pesq_mex.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/SoundZone_Tools/HEAD/pesq_mex.mexw64 -------------------------------------------------------------------------------- /pesq_mex_fast.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/SoundZone_Tools/HEAD/pesq_mex_fast.mexw64 -------------------------------------------------------------------------------- /pesq_mex_fast_vec.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/SoundZone_Tools/HEAD/pesq_mex_fast_vec.m -------------------------------------------------------------------------------- /pesq_mex_vec.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/SoundZone_Tools/HEAD/pesq_mex_vec.m -------------------------------------------------------------------------------- /printHyperlink.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/SoundZone_Tools/HEAD/printHyperlink.m -------------------------------------------------------------------------------- /repmatmatch.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/SoundZone_Tools/HEAD/repmatmatch.m -------------------------------------------------------------------------------- /shapeSpectrum.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/SoundZone_Tools/HEAD/shapeSpectrum.m -------------------------------------------------------------------------------- /showTimeToCompletion.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/SoundZone_Tools/HEAD/showTimeToCompletion.m -------------------------------------------------------------------------------- /simpleWarning.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/SoundZone_Tools/HEAD/simpleWarning.m -------------------------------------------------------------------------------- /sineSweepLin.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/SoundZone_Tools/HEAD/sineSweepLin.m -------------------------------------------------------------------------------- /stoi.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/SoundZone_Tools/HEAD/stoi.m -------------------------------------------------------------------------------- /stoi_d2percCorr.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/SoundZone_Tools/HEAD/stoi_d2percCorr.m -------------------------------------------------------------------------------- /synthSweep.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/SoundZone_Tools/HEAD/synthSweep.m -------------------------------------------------------------------------------- /toepsolveMEX.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/SoundZone_Tools/HEAD/toepsolveMEX.mexw64 -------------------------------------------------------------------------------- /wait_for_file.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdonley/SoundZone_Tools/HEAD/wait_for_file.m --------------------------------------------------------------------------------