bartlett
Bartlett window.
Syntax
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
| Version |
Description |
| 1.0.0 |
initial version |
Author
Allan CORNET