| Signal Processing Toolbox | ![]() |
Compute a minimum 4-term Blackman-harris window
Syntax
Description
w = blackmanharris(n)
returns an n-point, minimum , 4-term Blackman-harris window in the column vector w. The window is minimum in the sense that its maximum sidelobes are minimized.
Examples
Create a 32-point Blackman-Harris window and display the result using WVTool:
Algorithm
The equation for computing the coefficients of a minimum 4-term Blackman-harris window is
The coefficients for this window are
| a0 |
= |
0.35875 |
| a1 |
= |
0.48829 |
| a2 |
= |
0.14128 |
| a3 |
= |
0.01168 |
See Also
barthannwin, bartlett, bohmanwin, 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). pp. 51-84.
| blackman | bohmanwin | ![]() |