|
HOPS
HOPS class reference
|
#include <complex>#include <getopt.h>#include <iostream>#include <stdint.h>#include <string>#include <vector>#include "MHO_ContainerDefinitions.hh"#include "MHO_GaussianWhiteNoiseSignal.hh"#include "MHO_SingleToneSignal.hh"#include "MHO_FastFourierTransform.hh"#include "MHO_MultidimensionalFastFourierTransform.hh"#include "MHO_CyclicRotator.hh"Macros | |
| #define | FFT_TYPE MHO_MultidimensionalFastFourierTransform< data_type > |
Typedefs | |
| using | ax_pack = MHO_AxisPack< ax_type > |
| using | ax_type = MHO_Axis< double > |
| using | data_type = MHO_TableContainer< elem_type, ax_pack > |
| using | elem_type = std::complex< double > |
Functions | |
| int | main (int argc, char **argv) |
| #define FFT_TYPE MHO_MultidimensionalFastFourierTransform< data_type > |
| using ax_pack = MHO_AxisPack< ax_type > |
| using data_type = MHO_TableContainer< elem_type, ax_pack > |
| using elem_type = std::complex< double > |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |