Learn R Programming

EmpiricalDynamics (version 0.1.2)

compute_derivative_spectral: Spectral (FFT) Differentiation

Description

Computes derivatives using the Fourier transform.

Usage

compute_derivative_spectral(Z, t = NULL, ...)

Value

List with derivative vector.

Arguments

Z

Numeric vector of observations.

t

Numeric vector of time points.

...

Additional arguments (ignored).

Warning

This method assumes the signal is periodic.