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