Next |
Prev |
Up |
Top
|
Index |
JOS Index |
JOS Pubs |
JOS Home |
Search
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
Figure 9.22:
Periodic-Hamming OLA waveforms.
|
Next |
Prev |
Up |
Top
|
Index |
JOS Index |
JOS Pubs |
JOS Home |
Search
[How to cite this work] [Order a printed hardcopy] [Comment on this page via email]