Signal Processing Toolbox | ![]() ![]() |
Syntax
w =
chebwin(n,r)
Description
w = chebwin(n,r)
returns the column vector w
containing the length n
Chebyshev window whose Fourier transform sidelobe magnitude is r
dB below the mainlobe magnitude.
Examples
w = chebwin(64,100); plot(w) title('Chebyshev Window')
See Also
|
Compute a Bartlett window. |
|
Compute a Blackman window. |
|
Compute a rectangular window. |
|
Compute a Hamming window. |
|
Compute a Hann window. |
|
Compute a Kaiser window. |
|
Compute a triangular window. |
References
[1] IEEE. Programs for Digital Signal Processing. IEEE Press. New York: John Wiley & Sons, 1979. Program 5.2.
![]() | cheb2ord | cheby1 | ![]() |