Learn R Programming

e1071 (version 1.6-7)

rectangle.window: Computes the Coefficients of a Rectangle Window.

Description

Returns the filter coefficients of a rectangle window. That is a vector of n 1.

The purpose of this function is just to have a name for the R command rep (1, n).

Usage

rectangle.window(n)

Arguments

n
The length of the window.

Value

n filled with 1.

See Also

stft

Examples

Run this code
y<-stft(x, wtype="rectangle.window")
plot(y)

Run the code above in your browser using DataLab