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