Signal Processing Toolbox Previous page   Next Page
tukeywin

Tukey (tapered cosine) window

Syntax

Description

w = tukeywin(n,r) returns an n-point, Tukey window in column vector w. Tukey windows are cosine-tapered windows. r is the ratio of taper to constant sections and is between 0 and 1. is a rectwin window and is a hann window. The default value for r is 0.5.

Examples

Compute 128-point Tukey windows with five different tapers and display the results using WVTool:

Algorithm

The equation for computing the coefficients of a Tukey window is

See Also

chebwin, gausswin, kaiser, 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. 66-67.


Previous page  tripuls udecode Next page

© 1994-2005 The MathWorks, Inc.