Signal Processing Toolbox | Help Desk |
chebwin
Chebyshev window.
w = chebwin(n,r)
w = chebwin(n,r)
returns the column vector w
, containing the length n
Chebyshev window whose Fourier transform magnitude sidelobe ripple is r
dB below the mainlobe magnitude, where n
is odd. If n
is even, the window is length n+1
.
When n
is an even number, chebwin
returns a window of order n+1
and displays the warning message:
chebwin: N must be odd - N is being increased by 1.