Hamming Overlap-Add Example
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
Next Section:
Periodic-Hamming OLA from Poisson Summation Formula
Previous Section:
Hop Sizes for WOLA




![\includegraphics[width=\textwidth ]{eps/olaHammingC}](http://www.dsprelated.com/josimages_new/sasp2/img1687.png)



