Owning Class: windows
Requires: MathScript RT Module
c = win_bartletthann(a)
Legacy Name: barthannwin
Generates a modified Bartlett-Hanning window of a points.
| Name | Description |
|---|---|
| a | Specifies the size of the Bartlett-Hanning window. a is a positive integer. |
| Name | Description |
|---|---|
| c | Returns a Bartlett-Hanning window of size a. c is a real column vector. |
LabVIEW computes the Bartlett-Hanning window using the same equation as in the Modified Bartlett-Hanning Window VI.
c = win_bartletthann(8)
win_bartlett
win_blackman
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