#include <SMSFreqShift.hxx>
Definition at line 37 of file SMSFreqShift.hxx.
Public Member Functions | |
const char * | GetClassName () const |
Override it in every subclass and retur the name of that class. | |
SMSFreqShift () | |
~SMSFreqShift () | |
bool | Do (const Frame &in, Frame &out) |
bool | Do (const SpectralPeakArray &in, SpectralPeakArray &out) |
bool | Do () |
Supervised mode execution method (using ports). |
CLAM::SMSFreqShift::SMSFreqShift | ( | ) | [inline] |
CLAM::SMSFreqShift::~SMSFreqShift | ( | ) | [inline] |
Definition at line 58 of file SMSFreqShift.hxx.
const char* CLAM::SMSFreqShift::GetClassName | ( | ) | const [inline, virtual] |
Override it in every subclass and retur the name of that class.
Implements CLAM::Processing.
Definition at line 44 of file SMSFreqShift.hxx.
Implements CLAM::FrameTransformation.
Definition at line 60 of file SMSFreqShift.hxx.
References Do().
bool CLAM::SMSFreqShift::Do | ( | const SpectralPeakArray & | in, | |
SpectralPeakArray & | out | |||
) |
Definition at line 39 of file SMSFreqShift.cxx.
References CLAM::InControl::GetLastValue(), CLAM::SpectralPeakArray::GetnPeaks(), and CLAM::FrameTransformation::mConfig.
bool CLAM::SMSFreqShift::Do | ( | ) | [inline, virtual] |
Supervised mode execution method (using ports).
Implements CLAM::Processing.
Definition at line 68 of file SMSFreqShift.hxx.
Referenced by Do().