windowing and DFT of output of gammatone filterbank
3 次查看(过去 30 天)
显示 更早的评论
I have filtered noisy speech wav file from 128 channel gammatone filterbank and I am getting output matrix as [128,29154].Now I am trying to frame,window and take DFT of each frame of each channel.but I am getting error.How to do windowing of each channel sigLength? winLength=160;%frame size in samples [numchan,siglength]=size(r) % number of channels and input signal length winshift=winLength/2; %overlap 50%
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Audio and Video Data 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!