HOPS
HOPS class reference
Macros | Typedefs | Functions
TestSignalFFT.cc File 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)
 

Macro Definition Documentation

◆ FFT_TYPE

Typedef Documentation

◆ ax_pack

◆ ax_type

using ax_type = MHO_Axis< double >

◆ data_type

◆ elem_type

using elem_type = std::complex< double >

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)