mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
Structure to contain the parameters of a Fourier mode.
Definition at line 297 of file fourierModes.hpp.
#include <sigproc/fourierModes.hpp>
Public Member Functions | |
fourierModeDef () | |
Constructor. More... | |
Public Attributes | |
int | m |
Spatial frequency m index. More... | |
int | n |
Spatial frequency n index. More... | |
int | p |
+/- 1 for modified Fourier modes, -1==>sine, +1==>cosine for basic Fourier modes. More... | |
|
inline |
int mx::sigproc::fourierModeDef::m |
Spatial frequency m index.
Definition at line 299 of file fourierModes.hpp.
Referenced by fourierModeDef(), mx::sigproc::comp_fourierModeDef(), and mx::sigproc::comp_fourierModeDef_PandV().
int mx::sigproc::fourierModeDef::n |
Spatial frequency n index.
Definition at line 300 of file fourierModes.hpp.
Referenced by fourierModeDef(), mx::sigproc::comp_fourierModeDef(), and mx::sigproc::comp_fourierModeDef_PandV().
int mx::sigproc::fourierModeDef::p |
+/- 1 for modified Fourier modes, -1==>sine, +1==>cosine for basic Fourier modes.
Definition at line 301 of file fourierModes.hpp.
Referenced by fourierModeDef(), mx::sigproc::comp_fourierModeDef(), and mx::sigproc::comp_fourierModeDef_PandV().