Owning Class: windows
Requires: MathScript RT Module
c = win_kaiser(a)
c = win_kaiser(a, b)
Legacy Name: kaiser
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. The default is 0.5. |
| 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 = win_kaiser(8, 0.5)
kaiserwinord
win_bartlett
win_bartletthann
win_blackman
win_blackmanharris
win_bohman
win_cheby
win_flattop
win_gauss
win_hamming
win_hann
win_nuttall
win_parzen
win_rect
win_triangular
win_tukey