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

Methods for calculating the Fourier Transform. More...

Methods for calculating the Fourier Transform.

Modules

 Fast Fourier Transforms
 The Fast Fourier Transform interface.
 
 Matrix Fourier Transforms
 The Matrix Fouriter Transform interface.
 
 Fourier Transform Files
 

Enumerations

enum class  mx::math::ft::dir { dir::forward , dir::backward }
 Directions of the Fourier Transform. More...
 

Enumeration Type Documentation

◆ dir

Directions of the Fourier Transform.

Enumerator
forward 

Specifies the forward transform.

backward 

Specifies the backward transform.

Definition at line 41 of file ft.hpp.