rectangle.window(n)
n
The purpose of this function is just to have a name for the R command rep (1, n).
rep (1, n)
x<-rnorm(500) y<-stft(x, wtype="rectangle.window") plot(y)