Hamming Window Method For Filter Design (FIR)
Hamming Window Method For Filter Design (FIR)
SYNTAX:
w = hamming(L)
w = hamming(L,'sflag')
DESCRIPTION:
be
either
'periodic'
or
'symmetric'
(the
default).
The 'periodic' flag is useful for DFT/FFT purposes, such
as in spectral analysis. The DFT/FFT contains an implicit
periodic extension and the periodic flag enables a signal
windowed with a periodic window to have perfect periodic
extension. When 'periodic' is specified, hammingcomputes
a length L+1 window and returns the first L points. When
using windows for filter design, the 'symmetric'flag should
be used.