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

Description Usage Arguments Value Author(s) See Also Examples

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

1

Arguments

n

The length of the window.

Value

A vector of length n filled with 1.

Author(s)

Andreas Weingessel

See Also

stft

Examples

1
2
3
x<-rnorm(500)
y<-stft(x, wtype="rectangle.window")
plot(y)

molnplus/DasProjekt-e1071 documentation built on May 23, 2019, 6:06 a.m.