bartlett
Bartlett window.
📝
Syntax
c = bartlett(m)
📥
Input Arguments
Parameter
Description
m
positive integer: window length
📤
Output Arguments
Parameter
Description
c
column vector
📄
Description
c = bartlett(m)
an L-point symmetric Bartlett window.
💡
Examples
c = bartlett(8)
🔗
See Also
hamming
hann
📚
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.
🕔
Version History
Version
Description
1.0.0
initial version
Edit this page on GitHub