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