window_first_deriv: window_first_deriv

View source: R/RcppExports.R

window_first_derivR Documentation

window_first_deriv

Description

First derivative window for FFT

Usage

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

Arguments

n

length of the window vector (integer)

a0

double coefficient

a1

double coefficient

a2

double coefficient

a3

double coefficient

Value

window

Examples

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



jkennel/hydrorecipes documentation built on April 17, 2025, 4 p.m.