Member of the windows class.
c = bartlett(a)
Generates a Bartlett window of a points. The Bartlett window is very similar to a triangular window as returned by the triang 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 = bartlett(8)
barthannwin
blackman
blackmanharris
bohmanwin
chebwin
flattopwin
gausswin
hamming
hann
kaiser
nuttallwin
parzenwin
rectwin
triang
tukeywin