Aliases: hanning.window
Keywords: ts
### ** Examples hanning.window(10)
[1] 0.0000000 0.1169778 0.4131759 0.7500000 0.9698463 0.9698463 0.7500000 [8] 0.4131759 0.1169778 0.0000000
x<-rnorm(500) y<-stft(x, wtype="hanning.window") plot(y)