Owning Class: windows
Requires: MathScript RT Module
c = win_parzen(a)
Legacy Name: parzenwin
Generates a Parzen window of a points. Parzen windows are piecewise cubic approximations of Gaussian windows.
| Name | Description |
|---|---|
| a | Specifies the size of the Parzen window. a is a positive integer. |
| Name | Description |
|---|---|
| c | Returns a Parzen window of size a. c is a real column vector. |
LabVIEW computes the Parzen window using the same equation as in the Parzen Window VI.
c = win_parzen(8)
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_rect
win_triangular
win_tukey