Examples for 'e1071::hanning.window'


Computes the Coefficients of a Hanning Window.

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)
plot of chunk example-e1071-hanning.window-1

[Package e1071 version 1.7-11 Index]