Clear Filters
Clear Filters

windowing and DFT of output of gammatone filterbank

2 views (last 30 days)
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%

Answers (0)

Categories

Find more on Audio I/O and Waveform Generation in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!