window_first_deriv: window_first_deriv

Description Usage Arguments Value Examples

View source: R/frf_windows.R

Description

First derivative window for FFT

Usage

1
window_first_deriv(n, a0, a1, a2, a3)

Arguments

n

length of signal (integer)

a0

numeric coefficient

a1

numeric coefficient

a2

numeric coefficient

a3

numeric coefficient

Value

window

Examples

1
2
# nuttall window
window_first_deriv(100, 0.355768, 0.487396, 0.144232, 0.012604)

jkennel/waterlevel documentation built on Dec. 1, 2019, 6:24 p.m.