Member of the windows class.
c = tukeywin(a, b)
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. b is a real number between 0 and 1. |
| 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 = tukeywin(8, 3)
barthannwin
bartlett
blackman
blackmanharris
bohmanwin
chebwin
flattopwin
gausswin
hamming
hann
kaiser
nuttallwin
parzenwin
rectwin
triang