Signal Processing Toolbox    
boxcar

Compute a rectangular window.

Syntax

Description

w = boxcar(n) returns a rectangular window of length n in the column vector w. This function is provided for completeness; a rectangular window is equivalent to no window at all.

Algorithm

See Also
bartlett
Compute a Bartlett window.
blackman
Compute a Blackman window.
chebwin
Compute a Chebyshev window.
hamming
Compute a Hamming window.
hann
Compute a Hann window.
kaiser
Compute a Kaiser window.
triang
Compute a triangular window.

References

[1] Oppenheim, A.V., and R.W. Schafer. Discrete-Time Signal Processing. Englewood Cliffs, NJ: Prentice-Hall, 1989, pp. 447-448.


 blackman buffer