sftCpp: Slow Fourier transform

Description Usage Arguments Details Value

Description

Computes the Fourier transfrom of the data x at the frequency f.

Usage

1
sftCpp(x, f, time)

Arguments

x

A complex vector to be Fourier transformed

f

A numeric value indicating the frequency at which to calculate the Fourier tranform

time

A vector containing the times (sampling rate sort of).

Details

My understanding is that performing the Fourier transform in this way is numerically less stable than using an FFT and associated algorithms. This is something that should be addressed by the author.

Value

complex value of the Fourier transform of x at f.


driegert/transfer documentation built on May 15, 2019, 2:11 p.m.