win.hann: Hanning window function

Description Usage Arguments See Also

View source: R/windowfunctions.R

Description

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

Usage

1
win.hann(n, a = 2)

Arguments

n

data vector to be windowed

a

order of the window, default a = 2

See Also

Windowfunctions


spectral documentation built on March 29, 2021, 5:10 p.m.

Related to win.hann in spectral...