Owning Class: windows
Requires: MathScript RT Module
c = win_blackmanharris(a)
Legacy Name: blackmanharris
Generates a Blackman-Harris window that consists of a specified number of points. LabVIEW uses a formula based on four terms to generate the window.
| Name | Description |
|---|---|
| a | Specifies the size of the Blackman-Harris window. a is a positive integer. |
| Name | Description |
|---|---|
| c | Returns a Blackman-Harris window of size a. c is a real column vector. |
LabVIEW computes the Blackman-Harris window using the same equation as in the Blackman-Harris Window VI.
c = win_blackmanharris(8)
win_bartlett
win_bartletthann
win_blackman
win_bohman
win_cheby
win_flattop
win_gauss
win_hamming
win_hann
win_kaiser
win_nuttall
win_parzen
win_rect
win_triangular
win_tukey