mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
mx::sigproc::fourierModeDef Struct Reference

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...
 

Constructor & Destructor Documentation

◆ fourierModeDef()

mx::sigproc::fourierModeDef::fourierModeDef ( )
inline

Constructor.

Definition at line 304 of file fourierModes.hpp.

References m, n, and p.

Member Data Documentation

◆ m

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().

◆ n

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().

◆ p

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().


The documentation for this struct was generated from the following file: