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.

📚 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.

💡 Example

c = bartlett(8)

🔗 See also

hamming, hann.

🕔 History

Version
📄 Description

1.0.0

initial version

Last updated

Was this helpful?