Signal Processing Toolbox
  Go to function:
    Search    Help Desk 
blackman    See Also

Blackman window.

Syntax

Description

w = blackman(n) returns the n-point symmetrically sampled Blackman window in the column vector w. n should be a nonnegative integer. The equation for a Blackman window is

Blackman windows have slightly wider central lobes and less sideband leakage than equivalent length Hamming and Hanning windows.

w = blackman(n,sflag) returns an 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

Diagnostics

An error message is displayed when incorrect arguments are used:

A warning message is displayed for noninteger n:

See Also

bartlett
Bartlett window.
boxcar
Rectangular window.
chebwin
Chebyshev window.
hamming
Hamming window.
hanning
Hanning window.
kaiser
Kaiser window.
triang
Triangular window.

References

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



[ Previous | Help Desk | Next ]