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