FastFourierTransformation: Fast Fourier Transformation

View source: R/FastFourierTransformation.R

FastFourierTransformationR Documentation

Fast Fourier Transformation

Description

FastFourierTransformation..

Usage

FastFourierTransformation(Timeseries,na.rm=FALSE,PlotIt=FALSE)

Arguments

Timeseries

][1:n] Zeitlich geordnete Werte ohne Zeitstempel als vector

na.rm

if TRUE removes automatically NaN by spline interpolation

PlotIt

Details

...

Value

OUTPUT list V with:

Frequenzspektrum
KomplexeFourierKoeffizienten
Amplitude
Data

[1:4n] na removed and transformed data

Note

trick17: data is mirrowed and doubled

Author(s)

Michael Thrun

References

temporal Data mining, Prof. Dr. Ultsch

Examples

## Not run: 
FastFourierTransformation(timeseries,Periode=1,na.rm=FALSE,PlotIt=FALSE)

## End(Not run)

Mthrun/TSAT documentation built on Feb. 5, 2024, 11:15 p.m.