Member of the windows class.
c = parzenwin(a)
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 = parzenwin(8)
barthannwin
bartlett
blackman
blackmanharris
bohmanwin
chebwin
flattopwin
gausswin
hamming
hann
kaiser
nuttallwin
rectwin
triang
tukeywin