CLAM-Development  1.1
Public Member Functions | Public Attributes
CLAM::PhaseManagement Class Reference

The PhaseManagement Class takes care about either. More...

#include <PhaseManagement.hxx>

List of all members.

Public Member Functions

 PhaseManagement ()
 PhaseManagement (PhaseManagementConfig &c)
 ~PhaseManagement ()
const char * GetClassName () const
 Override it in every subclass and retur the name of that class.
bool Do (void)
 Supervised mode execution method (using ports)
bool Do (Frame &currentFrame)
bool Do (SpectralPeakArray &in)
 Basic non-supervised Do.
bool ConcreteConfigure (const ProcessingConfig &)
 Configuration method.
const ProcessingConfigGetConfig () const
 Configuration getter.
void Init ()
void ResetPhaseAlignment ()
void DoPhaseAlignment (SpectralPeakArray &peakArray)
void DoRandomPhases (SpectralPeakArray &peakArray)
void DoPhaseContinuation (SpectralPeakArray &p)
void SetLastPhasesAndFreqs (SpectralPeakArray &peakArray)
void GenerateRandomPhases (DataArray &a)

Public Attributes

InControlTmpl< PhaseManagementmCurrentTime
InControlTmpl< PhaseManagementmCurrentPitch

Detailed Description

The PhaseManagement Class takes care about either.

  1. generating a random set of phases and their continuation
  2. phase alignment

Definition at line 45 of file PhaseManagement.hxx.


Constructor & Destructor Documentation

Definition at line 31 of file PhaseManagement.cxx.

References CLAM::Processing::Configure(), and Init().

Definition at line 38 of file PhaseManagement.cxx.

References CLAM::Processing::Configure(), and Init().

Definition at line 77 of file PhaseManagement.cxx.


Member Function Documentation

Configuration method.

Reimplemented from CLAM::Processing.

Definition at line 45 of file PhaseManagement.cxx.

References CLAM::Processing::CopyAsConcreteConfig().

bool CLAM::PhaseManagement::Do ( void  ) [inline, virtual]

Supervised mode execution method (using ports)

Returns:
A boolean telling whether it has been output

Implements CLAM::Processing.

Definition at line 55 of file PhaseManagement.hxx.

Referenced by Do(), CLAM::SinusoidalSynthesis::Do(), and CLAM::SMSSynthesis::Do().

bool CLAM::PhaseManagement::Do ( Frame currentFrame)

Basic non-supervised Do.

Todo:
: the way the algorithms are now, they just allow inplace processing. This should be changed.

Definition at line 82 of file PhaseManagement.cxx.

References DoPhaseAlignment(), DoPhaseContinuation(), DoRandomPhases(), CLAM::EPhaseGeneration::eAlign, CLAM::EPhaseGeneration::eContinuation, CLAM::EPhaseGeneration::eNone, and CLAM::EPhaseGeneration::eRandom.

Definition at line 292 of file PhaseManagement.cxx.

References CLAM::Array< T >::Size(), and TWO_PI.

Referenced by Init().

const char* CLAM::PhaseManagement::GetClassName ( ) const [inline, virtual]

Override it in every subclass and retur the name of that class.

Implements CLAM::Processing.

Definition at line 53 of file PhaseManagement.hxx.

const ProcessingConfig& CLAM::PhaseManagement::GetConfig ( ) const [inline, virtual]

Configuration getter.

Gets the configuration parameters used to create the object.

Returns:
Const reference to the configuration object. The usual way to perform a configuration change in the processing object is to take a copy of this reference, to change it and to send it with the Configure method. If not overriden, it returns a NullProcessingConfig.

Reimplemented from CLAM::Processing.

Definition at line 65 of file PhaseManagement.hxx.

Definition at line 119 of file PhaseManagement.cxx.


Member Data Documentation


The documentation for this class was generated from the following files: