mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
Fourier Transform Utilities. More...
Fourier Transform Utilities.
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) |