win.hann {spectral}R Documentation

Hanning window function

Description

This window function returns a vector of weights with means of a generlized Hann-window.

Usage

win.hann(n, a = 2)

Arguments

n

data vector to be windowed

a

order of the window, default a = 2

See Also

Windowfunctions


[Package spectral version 2.0 Index]