├── A Presentation on A Two-Stage Algorithm for One-Microphone.pdf ├── A Presentation on A Two-Stage Algorithm for One-Microphone.pptx ├── Readme.md ├── data.mat ├── ifilt.mat ├── istft.m ├── kurt.m ├── lpres.m ├── main.m ├── pesq.exe ├── rir.mat ├── speech sample 2 ├── Thumbs.db ├── builder.m ├── data.mat ├── ifilt.mat ├── istft.m ├── kurt.m ├── lpres.m ├── main.m ├── male.wav ├── rir.mat └── stft.m ├── speech_x (Clean Sample 1).wav ├── speech_x (Clean Sample 2).wav ├── speech_xh (Dereverberated 1).wav ├── speech_xh (Dereverberated 2).wav ├── speech_y (Reverberant Sample 1).wav ├── speech_y (Reverberant Sample 2).wav ├── speech_z (Inverse filtered 1).wav ├── speech_z (Inverse filtered 2).wav └── stft.m /A Presentation on A Two-Stage Algorithm for One-Microphone.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamim-hussain/speech_dereverbaration_using_lp_residual/HEAD/A Presentation on A Two-Stage Algorithm for One-Microphone.pdf -------------------------------------------------------------------------------- /A Presentation on A Two-Stage Algorithm for One-Microphone.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamim-hussain/speech_dereverbaration_using_lp_residual/HEAD/A Presentation on A Two-Stage Algorithm for One-Microphone.pptx -------------------------------------------------------------------------------- /Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamim-hussain/speech_dereverbaration_using_lp_residual/HEAD/Readme.md -------------------------------------------------------------------------------- /data.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamim-hussain/speech_dereverbaration_using_lp_residual/HEAD/data.mat -------------------------------------------------------------------------------- /ifilt.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamim-hussain/speech_dereverbaration_using_lp_residual/HEAD/ifilt.mat -------------------------------------------------------------------------------- /istft.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamim-hussain/speech_dereverbaration_using_lp_residual/HEAD/istft.m -------------------------------------------------------------------------------- /kurt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamim-hussain/speech_dereverbaration_using_lp_residual/HEAD/kurt.m -------------------------------------------------------------------------------- /lpres.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamim-hussain/speech_dereverbaration_using_lp_residual/HEAD/lpres.m -------------------------------------------------------------------------------- /main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamim-hussain/speech_dereverbaration_using_lp_residual/HEAD/main.m -------------------------------------------------------------------------------- /pesq.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamim-hussain/speech_dereverbaration_using_lp_residual/HEAD/pesq.exe -------------------------------------------------------------------------------- /rir.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamim-hussain/speech_dereverbaration_using_lp_residual/HEAD/rir.mat -------------------------------------------------------------------------------- /speech sample 2/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamim-hussain/speech_dereverbaration_using_lp_residual/HEAD/speech sample 2/Thumbs.db -------------------------------------------------------------------------------- /speech sample 2/builder.m: -------------------------------------------------------------------------------- 1 | [a, fs]= audioread('amy.wav'); -------------------------------------------------------------------------------- /speech sample 2/data.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamim-hussain/speech_dereverbaration_using_lp_residual/HEAD/speech sample 2/data.mat -------------------------------------------------------------------------------- /speech sample 2/ifilt.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamim-hussain/speech_dereverbaration_using_lp_residual/HEAD/speech sample 2/ifilt.mat -------------------------------------------------------------------------------- /speech sample 2/istft.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamim-hussain/speech_dereverbaration_using_lp_residual/HEAD/speech sample 2/istft.m -------------------------------------------------------------------------------- /speech sample 2/kurt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamim-hussain/speech_dereverbaration_using_lp_residual/HEAD/speech sample 2/kurt.m -------------------------------------------------------------------------------- /speech sample 2/lpres.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamim-hussain/speech_dereverbaration_using_lp_residual/HEAD/speech sample 2/lpres.m -------------------------------------------------------------------------------- /speech sample 2/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamim-hussain/speech_dereverbaration_using_lp_residual/HEAD/speech sample 2/main.m -------------------------------------------------------------------------------- /speech sample 2/male.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamim-hussain/speech_dereverbaration_using_lp_residual/HEAD/speech sample 2/male.wav -------------------------------------------------------------------------------- /speech sample 2/rir.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamim-hussain/speech_dereverbaration_using_lp_residual/HEAD/speech sample 2/rir.mat -------------------------------------------------------------------------------- /speech sample 2/stft.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamim-hussain/speech_dereverbaration_using_lp_residual/HEAD/speech sample 2/stft.m -------------------------------------------------------------------------------- /speech_x (Clean Sample 1).wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamim-hussain/speech_dereverbaration_using_lp_residual/HEAD/speech_x (Clean Sample 1).wav -------------------------------------------------------------------------------- /speech_x (Clean Sample 2).wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamim-hussain/speech_dereverbaration_using_lp_residual/HEAD/speech_x (Clean Sample 2).wav -------------------------------------------------------------------------------- /speech_xh (Dereverberated 1).wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamim-hussain/speech_dereverbaration_using_lp_residual/HEAD/speech_xh (Dereverberated 1).wav -------------------------------------------------------------------------------- /speech_xh (Dereverberated 2).wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamim-hussain/speech_dereverbaration_using_lp_residual/HEAD/speech_xh (Dereverberated 2).wav -------------------------------------------------------------------------------- /speech_y (Reverberant Sample 1).wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamim-hussain/speech_dereverbaration_using_lp_residual/HEAD/speech_y (Reverberant Sample 1).wav -------------------------------------------------------------------------------- /speech_y (Reverberant Sample 2).wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamim-hussain/speech_dereverbaration_using_lp_residual/HEAD/speech_y (Reverberant Sample 2).wav -------------------------------------------------------------------------------- /speech_z (Inverse filtered 1).wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamim-hussain/speech_dereverbaration_using_lp_residual/HEAD/speech_z (Inverse filtered 1).wav -------------------------------------------------------------------------------- /speech_z (Inverse filtered 2).wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamim-hussain/speech_dereverbaration_using_lp_residual/HEAD/speech_z (Inverse filtered 2).wav -------------------------------------------------------------------------------- /stft.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamim-hussain/speech_dereverbaration_using_lp_residual/HEAD/stft.m --------------------------------------------------------------------------------