|
Marsyas
0.6.0-alpha
|
#include <PowerToAverageRatio.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. | |
| PowerToAverageRatio (std::string name) | |
| PowerToAverageRatio constructor. | |
| PowerToAverageRatio (const PowerToAverageRatio &a) | |
| PowerToAverageRatio copy constructor. | |
| ~PowerToAverageRatio () | |
| PowerToAverageRatio destructor. | |
This calculates the PAR for a complete window of samples; it is similar to SCF (Spectral Crest Factor), however SCF calculates the PAR in various frequency bands of observations.
Definition at line 35 of file PowerToAverageRatio.h.
| PowerToAverageRatio | ( | std::string | name | ) |
PowerToAverageRatio constructor.
Add any specific controls needed by this MarSystem.
Definition at line 25 of file PowerToAverageRatio.cpp.
| PowerToAverageRatio | ( | const PowerToAverageRatio & | a | ) |
PowerToAverageRatio copy constructor.
Definition at line 31 of file PowerToAverageRatio.cpp.
| ~PowerToAverageRatio | ( | ) |
PowerToAverageRatio destructor.
Definition at line 36 of file PowerToAverageRatio.cpp.
Implementation of the MarSystem::clone() method.
Implements MarSystem.
Definition at line 41 of file PowerToAverageRatio.cpp.
Implementation of the MarSystem::myProcess method.
Iterate over the observations and samples and do the processing.
Implements MarSystem.
Definition at line 70 of file PowerToAverageRatio.cpp.
1.7.6.1