Kaiser Window
With the filter length
and Kaiser window
as given
above, we may compute the Kaiser window itself in matlab via
w = kaiser(M,beta)'; % Kaiser window in "linear phase form"The spectrum of this window (zero-padded by more than a factor of 8) is shown in Fig.4.9 (full magnitude spectrum) and Fig.4.10 (zoom-in on the main lobe).
Next Section:
Windowing a Desired Impulse Response Computed by the Frequency Sampling Method
Previous Section:
Matlab, Continued




![\includegraphics[width=0.8\twidth]{eps/KaiserFR}](http://www.dsprelated.com/josimages_new/sasp2/img792.png)
![\includegraphics[width=0.8\twidth]{eps/KaiserZoomFR}](http://www.dsprelated.com/josimages_new/sasp2/img793.png)



