Marsyas
0.6.0-alpha
|
compute a weight depending on how "horizontal" the distance between two peak entries is More...
#include <PeakDistanceHorizontality.h>
Inherits MarSystem.
Public Member Functions | |
MarSystem * | clone () const |
Implementation of the MarSystem::clone() method. | |
void | myProcess (realvec &in, realvec &out) |
Implementation of the MarSystem::myProcess method. | |
PeakDistanceHorizontality (std::string name) | |
PeakDistanceHorizontality constructor. | |
PeakDistanceHorizontality (const PeakDistanceHorizontality &a) | |
PeakDistanceHorizontality copy constructor. | |
~PeakDistanceHorizontality () | |
PeakDistanceHorizontality destructor. |
compute a weight depending on how "horizontal" the distance between two peak entries is
Controls:
Definition at line 39 of file PeakDistanceHorizontality.h.
PeakDistanceHorizontality | ( | std::string | name | ) |
PeakDistanceHorizontality constructor.
Add any specific controls needed by this MarSystem.
Definition at line 34 of file PeakDistanceHorizontality.cpp.
PeakDistanceHorizontality | ( | const PeakDistanceHorizontality & | a | ) |
PeakDistanceHorizontality copy constructor.
Definition at line 45 of file PeakDistanceHorizontality.cpp.
PeakDistanceHorizontality destructor.
Definition at line 53 of file PeakDistanceHorizontality.cpp.
Implementation of the MarSystem::clone() method.
Implements MarSystem.
Definition at line 58 of file PeakDistanceHorizontality.cpp.
Implementation of the MarSystem::myProcess method.
Implements MarSystem.
Definition at line 93 of file PeakDistanceHorizontality.cpp.