mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
Loading...
Searching...
No Matches

Fourier Transform Utilities. More...

Fourier Transform Utilities.

Author
Jared R. Males (jared.nosp@m.male.nosp@m.s@gma.nosp@m.il.c.nosp@m.om)

Definition in file ftUtils.hpp.

Go to the source code of this file.

Namespaces

namespace  mx
 The mxlib c++ namespace.
 

Functions

template<class eigenArrOutT , class eigenArrInT >
void mx::math::ft::padR2CFFTOutput (eigenArrOutT &aout, eigenArrInT &ain)
 Add padding to the output of a real-to-complex (R2C) FFT.
 
template<class eigenArrOutT , class eigenArrInT >
void mx::math::ft::padC2CFFTOutput (eigenArrOutT &aout, eigenArrInT &ain)
 Add padding to the output of a complex-to-complex (C2C) FFT.
 
template<class eigenArrOutT , class eigenArrInT >
void mx::math::ft::augmentR2CFFTOutput (eigenArrOutT &aout, eigenArrInT &ain)