#include <HarmonicStrength.h>
Inherits Marsyas::MarSystem.
Public Member Functions | |
| MarSystem * | clone () const |
| Implementation of the MarSystem::clone() method. | |
| HarmonicStrength (const HarmonicStrength &a) | |
| HarmonicStrength copy constructor. | |
| HarmonicStrength (std::string name) | |
| HarmonicStrength constructor. | |
| void | myProcess (realvec &in, realvec &out) |
| Implementation of the MarSystem::myProcess method. | |
| ~HarmonicStrength () | |
| HarmonicStrength destructor. | |
Private Member Functions | |
| void | addControls () |
| Add specific controls needed by this MarSystem. | |
| void | myUpdate (MarControlPtr sender) |
| Reads changed controls and sets up variables if necessary. | |
Calculates the strength of multiples of the base_frequency compared to the overall spectrum rms.
Controls:
Definition at line 49 of file HarmonicStrength.h.
| void myUpdate | ( | MarControlPtr | sender | ) | [private, virtual] |
Reads changed controls and sets up variables if necessary.
Use the default MarSystem setup with equal input/output stream format.
Reimplemented from MarSystem.
Definition at line 65 of file HarmonicStrength.cpp.
References realvec::getSize(), and realvec::stretch().
1.5.6