Signal Processing Toolbox |
Syntax
Description
w = blackman(n)
returns the n
-point symmetric Blackman window in the column vector w, where n
is a positive integer.
w = blackman(n,'
returns an sflag
')
n
-point Blackman window using the window sampling specified by '
sflag
'
, which can be either 'periodic'
or 'symmetric'
(the default). When 'periodic'
is specified, blackman computes a length n+1
window and returns the first n
points.
Algorithm
The equation for computing the coefficients of a Blackman window is
Blackman windows have slightly wider central lobes and less sideband leakage than equivalent length Hamming and Hann windows.
Examples
Create a 64-point Blackman window and display the result using WVTool:
Algorithm
The equation for computing the coefficients of a Blackman window is
Blackman windows have slightly wider central lobes and less sideband leakage than equivalent length Hamming and Hann windows.
See Also
flattopwin
, hamming
, hann
, window
, wintool
, wvtool
[1] Oppenheim, A.V., and R.W. Schafer. Discrete-Time Signal Processing. Upper Saddle River, NJ: Prentice-Hall, 1999, pp. 468-471.
bitrevorder | blackmanharris |
© 1994-2005 The MathWorks, Inc.