Owning Class: windows
Requires: MathScript RT Module
c = win_gauss(a)
c = win_gauss(a, b)
Legacy Name: gausswin
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. b is a double-precision, floating-point number. |
| 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 = win_gauss(8, 2.5)
win_bartlett
win_bartletthann
win_blackman
win_blackmanharris
win_bohman
win_cheby
win_flattop
win_hamming
win_hann
win_kaiser
win_nuttall
win_parzen
win_rect
win_triangular
win_tukey