Signal Processing Toolbox Previous page   Next Page
bohmanwin

Bohman window

Syntax

Description

w = bohmanwin(n) returns an n-point Bohman window in column vector w. A Bohman window is the convolution of two half-duration cosine lobes. In the time domain, it is the product of a triangular window and a single cycle of a cosine with a term added to set the first derivative to zero at the boundary. Bohman windows fall off as 1/w4.

Examples

Compute a 64-point Bohman window and display the result using WVTool:

Algorithm

The equation for computing the coefficients of a Bohman window is

where .

See Also

barthannwin, bartlett, blackmanharris, nuttallwin, parzenwin, rectwin, triang, window, wintool, wvtool

References

[1] Harris, F. J. "On the Use of Windows for Harmonic Analysis with the Discrete Fourier Transform." Proceedings of the IEEE. Vol. 66 (January 1978). p. 67.


Previous page  blackmanharris buffer Next page

© 1994-2005 The MathWorks, Inc.