Member of the windows class.
c = hann(a)
c = hann(a, b)
Generates a Hanning window of a points. A Hanning window is also called a Hann window.
| Name | Description | ||||
| a | Specifies the size of the Hanning window. a is a positive integer. | ||||
| b | Specifies the type of Hanning window to generate. b is a string that accepts the following values.
|
| Name | Description |
| c | Returns a Hanning window of size a. c is a real column vector. |
LabVIEW computes the Hanning window using the same equation as in the Hanning Window VI.
c = hann(8, 'periodic')
barthannwin
bartlett
blackman
blackmanharris
bohmanwin
chebwin
flattopwin
gausswin
hamming
hanning
kaiser
nuttallwin
parzenwin
rectwin
triang
tukeywin