Member of the windows class.
c = chebwin(a, b)
Generates a Chebyshev window of a points.
| Name | Description |
| a | Specifies the size of the Chebyshev window. a is a positive integer. |
| b | Specifies the ratio of the mainlobe to the sidelobe. |
| Name | Description |
| c | Returns a Chebyshev window of size a. c is a real column vector. |
LabVIEW computes the Chebyshev window using the same equation as in the Chebyshev Window VI.
c = chebwin(8, 100)
barthannwin
bartlett
blackman
blackmanharris
bohmanwin
flattopwin
gausswin
hamming
hann
kaiser
nuttallwin
parzenwin
rectwin
triang
tukeywin