Owning Class: windows
Requires: MathScript RT Module
c = win_blackman(a)
c = win_blackman(a, b)
Legacy Name: blackman
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 = win_blackman(8, 'periodic')
win_bartlett
win_bartletthann
win_blackmanharris
win_bohman
win_cheby
win_flattop
win_gauss
win_hamming
win_hann
win_kaiser
win_nuttall
win_parzen
win_rect
win_triangular
win_tukey