blackman
Generates a Blackman window
Calling Sequence
w=blackman(N)
w=blackman(N,sflag)
Parameters
Description
w=blackman(N) returns an N-point symmetric Blackman window in a column vector w
w=blackman(N,sflag)
Returns an N point Blackman window using the type of sampling specified by sflag
sflag can be either 'symmetric' (default) or 'periodic' (used in spectral analysis)
Example
w=blackman(4)
w =
- 1.388D-17
0.63
0.63
- 1.388D-17
Author
Ankur Mallick
References
[1] Oppenheim, Alan V., Ronald W. Schafer, and John R. Buck. Discrete-Time Signal Processing. Upper Saddle River, NJ: Prentice Hall, 1999.