#include <FreqShift.hxx>
Definition at line 35 of file FreqShift.hxx.
Public Member Functions | |
const char * | GetClassName () const |
Override it in every subclass and retur the name of that class. | |
FreqShift () | |
~FreqShift () | |
bool | Do (const Frame &in, Frame &out) |
bool | Do (const Spectrum &in, Spectrum &out) |
bool | Do () |
Supervised mode execution method (using ports). |
CLAM::FreqShift::FreqShift | ( | ) | [inline] |
CLAM::FreqShift::~FreqShift | ( | ) | [inline] |
Definition at line 57 of file FreqShift.hxx.
const char* CLAM::FreqShift::GetClassName | ( | ) | const [inline, virtual] |
Override it in every subclass and retur the name of that class.
Implements CLAM::Processing.
Definition at line 43 of file FreqShift.hxx.
Definition at line 40 of file FreqShift.cxx.
References CLAM::InControl::GetLastValue(), CLAM::Spectrum::GetSize(), CLAM::FrameTransformation::mConfig, and Round().
bool CLAM::FreqShift::Do | ( | ) | [inline, virtual] |
Supervised mode execution method (using ports).
Implements CLAM::Processing.
Definition at line 67 of file FreqShift.hxx.
Referenced by Do().