You are here : matlabSignal Processingrectwin

rectwin() - Signal Processing

w = rectwin(L) returns
a rectangular window of length L in the column
vector w. This function is provided
for completeness; a rectangular window is equivalent to no window
at all.


Syntax

w = rectwin(L)


Example

Rectangular WindowOpen This Example
Create a 64-point rectangular window. Display the result using wvtool.
L = 64;
wvtool(rectwin(L))


Output / Return Value


Limitations


Alternatives / See Also


Reference