win.tukey: Tukey 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 Tukey-window. In contrast to a cosine window this function is more steep at the beginning and the end. And it is 1 in the middle.

Usage

1
win.tukey(n, a = 0.5)

Arguments

n

data vector to be windowed

a

width of the rising and falling edge as ratio of the total data length

See Also

Windowfunctions


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

Related to win.tukey in spectral...