repr_dft: DFT representation by FFT

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/nondata_adaptive_repr.R

Description

The repr_dft computes DFT (Discrete Fourier Transform) representation from a time series by FFT (Fast Fourier Transform).

Usage

1
repr_dft(x, coef = 10)

Arguments

x

the numeric vector (time series)

coef

the number of coefficients to extract from FFT

Details

The length of the final time series representation is equal to set coef parameter.

Value

the numeric vector of DFT coefficients

Author(s)

Peter Laurinec, <tsreprpackage@gmail.com>

See Also

repr_dwt, repr_dct, fft

Examples

1
repr_dft(rnorm(50), coef = 4)

PetoLau/TSrepr documentation built on July 14, 2020, 6:13 p.m.