mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
Definition at line 21 of file wooferTweeterFilter.hpp.
#include <ao/sim/wooferTweeterFilter.hpp>
Public Types | |
typedef wooferFilterT::floatT | floatT |
typedef std::complex< floatT > | complexT |
typedef wavefront< floatT > | wavefrontT |
The wavefront data type. | |
typedef wooferTweeterCommand< floatT > | commandT |
The command type. | |
Public Member Functions | |
wooferTweeterFilter () | |
template<typename dmT > | |
void | initialize (dmT &dm) |
void | filterCommands (commandT &filtAmps, commandT &rawAmps) |
void | initMeasurements (commandT &filtAmps, commandT &rawAmps) |
Public Attributes | |
wooferFilterT | woofer |
tweeterFilterT | tweeter |
int | wooferNModes |
int | tweeterNModes |
int | _lowOrders |
typedef wooferTweeterCommand<floatT> mx::AO::sim::wooferTweeterFilter< wooferFilterT, tweeterFilterT >::commandT |
The command type.
Definition at line 33 of file wooferTweeterFilter.hpp.
typedef std::complex<floatT> mx::AO::sim::wooferTweeterFilter< wooferFilterT, tweeterFilterT >::complexT |
Definition at line 27 of file wooferTweeterFilter.hpp.
typedef wooferFilterT::floatT mx::AO::sim::wooferTweeterFilter< wooferFilterT, tweeterFilterT >::floatT |
Definition at line 25 of file wooferTweeterFilter.hpp.
typedef wavefront<floatT> mx::AO::sim::wooferTweeterFilter< wooferFilterT, tweeterFilterT >::wavefrontT |
The wavefront data type.
Definition at line 30 of file wooferTweeterFilter.hpp.
mx::AO::sim::wooferTweeterFilter< wooferFilterT, tweeterFilterT >::wooferTweeterFilter | ( | ) |
Definition at line 66 of file wooferTweeterFilter.hpp.
void mx::AO::sim::wooferTweeterFilter< wooferFilterT, tweeterFilterT >::filterCommands | ( | commandT & | filtAmps, |
commandT & | rawAmps | ||
) |
Definition at line 82 of file wooferTweeterFilter.hpp.
void mx::AO::sim::wooferTweeterFilter< wooferFilterT, tweeterFilterT >::initialize | ( | dmT & | dm | ) |
Definition at line 72 of file wooferTweeterFilter.hpp.
|
inline |
Definition at line 51 of file wooferTweeterFilter.hpp.
References mx::AO::sim::wooferTweeterFilter< wooferFilterT, tweeterFilterT >::tweeterNModes, and mx::AO::sim::wooferTweeterFilter< wooferFilterT, tweeterFilterT >::wooferNModes.
int mx::AO::sim::wooferTweeterFilter< wooferFilterT, tweeterFilterT >::_lowOrders |
Definition at line 49 of file wooferTweeterFilter.hpp.
tweeterFilterT mx::AO::sim::wooferTweeterFilter< wooferFilterT, tweeterFilterT >::tweeter |
Definition at line 38 of file wooferTweeterFilter.hpp.
int mx::AO::sim::wooferTweeterFilter< wooferFilterT, tweeterFilterT >::tweeterNModes |
Definition at line 41 of file wooferTweeterFilter.hpp.
Referenced by mx::AO::sim::wooferTweeterFilter< wooferFilterT, tweeterFilterT >::initMeasurements().
wooferFilterT mx::AO::sim::wooferTweeterFilter< wooferFilterT, tweeterFilterT >::woofer |
Definition at line 37 of file wooferTweeterFilter.hpp.
int mx::AO::sim::wooferTweeterFilter< wooferFilterT, tweeterFilterT >::wooferNModes |
Definition at line 40 of file wooferTweeterFilter.hpp.
Referenced by mx::AO::sim::wooferTweeterFilter< wooferFilterT, tweeterFilterT >::initMeasurements().