|
Marsyas
0.6.0-alpha
|
Frequency domain signal-to-noise ratio. More...
#include <SpectralSNR.h>
Inherits MarSystem.
Public Member Functions | |
| MarSystem * | clone () const |
| void | myProcess (realvec &in, realvec &out) |
| Processes data. | |
| SpectralSNR (std::string name) | |
| SpectralSNR (const SpectralSNR &) | |
| ~SpectralSNR () | |
Frequency domain signal-to-noise ratio.
Takes as input two stacked PowerSpectrum-s.
Definition at line 33 of file SpectralSNR.h.
| SpectralSNR | ( | std::string | name | ) |
Definition at line 25 of file SpectralSNR.cpp.
| SpectralSNR | ( | const SpectralSNR & | a | ) |
Definition at line 30 of file SpectralSNR.cpp.
| ~SpectralSNR | ( | ) |
Definition at line 35 of file SpectralSNR.cpp.
Implements MarSystem.
Definition at line 45 of file SpectralSNR.cpp.
Processes data.
| in | Input data to read. |
| out | Output data to write. |
Implement this method in subclass to define specific data processing.
Implements MarSystem.
Definition at line 63 of file SpectralSNR.cpp.
1.7.6.1