bartlett

Bartlett window.

Syntax

  • c = bartlett(m)

Input argument

  • m - positive integer: window length

Output argument

  • c - column vector

Description

c = bartlett(m) an L-point symmetric Bartlett window.

Example

c = bartlett(8)

Bibliography

Oppenheim, Alan V., Ronald W. Schafer, and John R. Buck. Discrete-Time Signal Processing. Upper Saddle River, NJ: Prentice Hall, 1999, pp. 468–471.

See also

hamming, hann.

History

VersionDescription

1.0.0

initial version

Author

Allan CORNET

Last updated