#include <equalizer.h>
Inheritance diagram for mimo::Equalizer:

Public Member Functions | |
| virtual void | updateInputLengths () |
| virtual void | updateOutputLengths () |
| void | print (std::ostream &os) const |
Static Public Member Functions | |
| void | init (const std::string &fileName, Device **dev, DeviceSystemIntf *sysPtr, int ID, const std::string ®ionQualifier) |
Protected Member Functions | |
| Equalizer (int deviceID, DeviceSystemIntf *system, const simth::PropertyList &pl, size_t dim_in_, size_t dim_out_) | |
| void | assert_connections () const |
| void | assert_vector_dim_out (const cs::CVector &testvec, const std::string &which="output vector") const |
Protected Attributes | |
| const size_t | dim_in |
| const size_t | dim_out |
| const size_t | iports |
Parameters in Micos parameter file:
type: set this to "<code>mimoequalizer</code>"
dim_in: Set this to the length M of the input vector.
dim_out: Set this to the length M of the output vector.
|
||||||||||||||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
|
Implements simth::Device. |
|
|
Implements simth::Device. |
|
|
Reimplemented from simth::Device. |
|
||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
1.3.2