Processing class for performing a STFT. More...
#include <AudioWindowing.hxx>
Public Types | |
typedef AudioWindowingConfig | Config |
Public Member Functions | |
const char * | GetClassName () const |
Override it in every subclass and retur the name of that class. | |
AudioWindowing (const Config &config=Config()) | |
~AudioWindowing () | |
const ProcessingConfig & | GetConfig () const |
Configuration getter. | |
bool | Do (void) |
Supervised mode execution method (using ports). | |
bool | Do (const Audio &in, Audio &out) |
Processing class for performing a STFT.
Its main functionality is to obtain a spectrum out of an incoming audio signal, applying windowing, circular shift and zero padding. Its different
Definition at line 42 of file AudioWindowing.hxx.
Reimplemented from CLAM::Processing.
Definition at line 46 of file AudioWindowing.hxx.
Definition at line 51 of file AudioWindowing.hxx.
References CLAM::Processing::Configure().
CLAM::AudioWindowing::~AudioWindowing | ( | ) |
Definition at line 39 of file AudioWindowing.cxx.
Definition at line 133 of file AudioWindowing.cxx.
bool CLAM::AudioWindowing::Do | ( | void | ) | [virtual] |
Supervised mode execution method (using ports).
Implements CLAM::ProcessingComposite.
Definition at line 123 of file AudioWindowing.cxx.
const char* CLAM::AudioWindowing::GetClassName | ( | ) | const [inline, virtual] |
Override it in every subclass and retur the name of that class.
Reimplemented from CLAM::ProcessingComposite.
Definition at line 49 of file AudioWindowing.hxx.
const ProcessingConfig& CLAM::AudioWindowing::GetConfig | ( | ) | const [inline, virtual] |
Configuration getter.
Gets the configuration parameters used to create the object.
Implements CLAM::ProcessingComposite.
Definition at line 60 of file AudioWindowing.hxx.