|
Marsyas
0.6.0-alpha
|
Calculates the relative strength of harmonics. More...
#include <HarmonicStrength.h>
Inherits MarSystem.
Public Member Functions | |
| MarSystem * | clone () const |
| Implementation of the MarSystem::clone() method. | |
| HarmonicStrength (std::string name) | |
| HarmonicStrength constructor. | |
| HarmonicStrength (const HarmonicStrength &a) | |
| HarmonicStrength copy constructor. | |
| void | myProcess (realvec &in, realvec &out) |
| Implementation of the MarSystem::myProcess method. | |
| ~HarmonicStrength () | |
| HarmonicStrength destructor. | |
Calculates the relative strength of harmonics.
Calculates the strength of multiples of the base_frequency compared to the overall spectrum rms.
Controls:
Definition at line 49 of file HarmonicStrength.h.
| HarmonicStrength | ( | std::string | name | ) |
HarmonicStrength constructor.
Definition at line 27 of file HarmonicStrength.cpp.
| HarmonicStrength | ( | const HarmonicStrength & | a | ) |
HarmonicStrength copy constructor.
Definition at line 32 of file HarmonicStrength.cpp.
| ~HarmonicStrength | ( | ) |
HarmonicStrength destructor.
Definition at line 42 of file HarmonicStrength.cpp.
Implementation of the MarSystem::clone() method.
Implements MarSystem.
Definition at line 47 of file HarmonicStrength.cpp.
Implementation of the MarSystem::myProcess method.
Implements MarSystem.
Definition at line 180 of file HarmonicStrength.cpp.
1.7.6.1