#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 | |
| static 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 nr_rx_, size_t nr_tx_) | |
| Equalizer (int deviceID, DeviceSystemIntf *system, const simth::PropertyList &pl) | |
| void | assert_connections () const |
| void | assert_vector_nr_tx (const mimo::CVector &testvec, const std::string &which="output vector") const |
Protected Attributes | |
| const size_t | nr_rx |
| const size_t | nr_tx |
| const size_t | iports |
Related Functions | |
| (Note that these are not member functions.) | |
| propertylist_Equalizer (not_a_function) | |
Parameters in Micos parameter file:
type: set this to "<code>mimoequalizer</code>"
nr_rx: Set this to the length M of the input vector.
nr_tx: Set this to the length M of the output vector.
|
||||||||||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
|
Implements simth::Device. |
|
|
Implements simth::Device. |
|
|
Reimplemented from simth::Device. |
|
||||||||||||||||||||||||
|
|
|
|
These are the properties of class Equalizer . This list is auto-generated from the XML-Devicelist of this device by means of an XSLT transformation script. Description of this device in the XML file: MIMO Equalizer. FIXME: Need to check whether this does the same as the MIMO Decoders. Note that this class also has the Properties of its base classes. The direct base class is simth::Device ; direct link to its propertylist should be propertylist_Device(). The list below usually includes the properties that have been inherited from the base classes; the properties which belong only to this class can be found at the end of this list.
|
|
|
|
|
|
|
|
|
|
1.4.1