The Filter Bank Summation (FBS) Interpretation of the Short Time
Fourier Transform (STFT)
Downsampled STFT Filter Banks
Constant-Overlap-Add (COLA) Cases
Hamming Overlap-Add ExampleSearch Spectral Audio Signal Processing
Would you like to be notified by email when Julius Orion Smith III publishes a new entry into his blog?
Matlab code:
M = 33; % window length w = hamming(M); R = (M-1)/2; % maximum hop size w(M) = 0; % 'periodic Hamming' (for COLA) %w(M) = w(M)/2; % another solution, %w(1) = w(1)/2; % interesting to compare
