Owning Class: windows
Requires: MathScript RT Module
c = win_tukey(a, b)
Legacy Name: tukeywin
Generates a cosine tapered window of a points.
| Name | Description |
|---|---|
| a | Specifies the size of the cosine tapered window. a is a positive integer. |
| b | Specifies the ratio of the length of the tapered section to the length of the entire signal. |
| Name | Description |
|---|---|
| c | Returns a cosine tapered window of size a. c is a real column vector. |
LabVIEW computes the cosine tapered window using the same equation as in the Cosine Tapered Window VI.
c = win_tukey(8, 0.3)
win_bartlett
win_bartletthann
win_blackman
win_blackmanharris
win_bohman
win_cheby
win_flattop
win_gauss
win_hamming
win_hann
win_kaiser
win_nuttall
win_parzen
win_rect
win_triangular