#include <TimeFreqPeakConnectivity.h>
Inherits Marsyas::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. | |
| TimeFreqPeakConnectivity (const TimeFreqPeakConnectivity &a) | |
| TimeFreqPeakConnectivity copy constructor. | |
| TimeFreqPeakConnectivity (std::string name) | |
| TimeFreqPeakConnectivity constructor. | |
| ~TimeFreqPeakConnectivity () | |
| TimeFreqPeakConnectivity 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. | |
the input is a matrix with the dimension 2x numpeaks, row 1 is the frequency of the peak in bark, row 2 is the block index of the peak.
Controls:
Definition at line 45 of file TimeFreqPeakConnectivity.h.
| TimeFreqPeakConnectivity | ( | const TimeFreqPeakConnectivity & | a | ) |
TimeFreqPeakConnectivity copy constructor.
All member MarControlPtr have to be explicitly reassigned in the copy constructor.
Definition at line 154 of file TimeFreqPeakConnectivity.cpp.
| 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 236 of file TimeFreqPeakConnectivity.cpp.
References realvec::create(), and MarSystem::updControl().
1.5.6