Owning Class: windows
Requires: MathScript RT Module
c = win_cheby(a, b)
Legacy Name: chebwin
Generates a Dolph-Chebyshev window of a points.
| Name | Description |
|---|---|
| a | Specifies the size of the Dolph-Chebyshev window. a is a positive integer. |
| b | Specifies the ratio of the mainlobe to the sidelobe, or stopband attenuation, in dB. The default is 100 dB. |
| Name | Description |
|---|---|
| c | Returns a Dolph-Chebyshev window of size a. c is a real column vector. |
LabVIEW computes the Dolph-Chebyshev window using the same equation as in the Chebyshev Window VI.
c = win_cheby(8, 100)
win_bartlett
win_bartletthann
win_blackman
win_blackmanharris
win_bohman
win_flattop
win_gauss
win_hamming
win_hann
win_kaiser
win_nuttall
win_parzen
win_rect
win_triangular
win_tukey