Computes the Coefficients of a Rectangle Window.
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)
.
rectangle.window(n)
n |
The length of the window. |
A vector of length n
filled with 1.
Andreas Weingessel
stft
x<-rnorm(500) y<-stft(x, wtype="rectangle.window") plot(y)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.