Owning Class: windows
Requires: MathScript RT Module
c = win_bartlett(a)
Legacy Name: bartlett
Generates a Bartlett window of a points. The Bartlett window is very similar to a triangular window as returned by the win_triangular function.
| Name | Description |
|---|---|
| a | Specifies the size of the Bartlett window. a is a positive integer. |
| Name | Description |
|---|---|
| c | Returns a Bartlett window of size a. c is a real column vector. |
LabVIEW computes the Bartlett window using the same equations as in the Triangle Window VI.
c = win_bartlett(8)
win_bartletthann
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