#include <vector>#include <algorithm>#include <numeric>#include <utl/ComplexLgAmpPhase.h>#include <utl/TabulatedFunctionComplexLgAmpPhaseIterators.h>Go to the source code of this file.
Classes | |
| class | utl::TabulatedFunctionComplexLgAmpPhase |
| Class to hold collection (x,y) points and provide interpolation between them, where y are complex numbers. More... | |
Namespaces | |
| utl | |
Tabulated Function for complex numbers which are internally stored with log10(amplitude) and phase. This allows retention of phases bigger than 2*pi, which is important both for interpolation and operations like pow(). A nicer solution would actually be a templated TabulatedFunction class.
Definition in file TabulatedFunctionComplexLgAmpPhase.h.