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 |
See Also
[Package spectral version 2.0 Index]