#include <SMSPitchDiscretization.hxx>
Public Member Functions | |
SMSPitchDiscretization () | |
~SMSPitchDiscretization () | |
bool | Do () |
Supervised mode execution method (using ports). | |
bool | Do (const Frame &in, Frame &out) |
bool | Do (const SpectralPeakArray &inPeaks, const Fundamental &inFund, const Spectrum &inSpectrum, SpectralPeakArray &outPeaks, Fundamental &outFund, Spectrum &outSpectrum) |
Definition at line 37 of file SMSPitchDiscretization.hxx.
CLAM::SMSPitchDiscretization::SMSPitchDiscretization | ( | ) | [inline] |
Definition at line 50 of file SMSPitchDiscretization.hxx.
References CLAM::Processing::Configure().
CLAM::SMSPitchDiscretization::~SMSPitchDiscretization | ( | ) | [inline] |
Definition at line 62 of file SMSPitchDiscretization.hxx.
bool CLAM::SMSPitchDiscretization::Do | ( | const SpectralPeakArray & | inPeaks, | |
const Fundamental & | inFund, | |||
const Spectrum & | inSpectrum, | |||
SpectralPeakArray & | outPeaks, | |||
Fundamental & | outFund, | |||
Spectrum & | outSpectrum | |||
) |
Definition at line 49 of file SMSPitchDiscretization.cxx.
Implements CLAM::FrameTransformation.
Definition at line 37 of file SMSPitchDiscretization.cxx.
bool CLAM::SMSPitchDiscretization::Do | ( | ) | [inline, virtual] |
Supervised mode execution method (using ports).
Implements CLAM::Processing.
Definition at line 64 of file SMSPitchDiscretization.hxx.
References CLAM::InPort< Token >::Consume(), CLAM::OutPort< Token >::GetData(), CLAM::InPort< Token >::GetData(), and CLAM::OutPort< Token >::Produce().