#include <mimo-lsd-decoder.h>
Inheritance diagram for mimo::LsdDecoder:
Public Member Functions | |
LsdDecoder (int deviceID, simth::DeviceSystemIntf *system, const simth::PropertyList &pl) | |
virtual | ~LsdDecoder () |
virtual int | getDataLength (int codedLength) const |
virtual int | getCodeLength (int rawLength) const |
virtual void | Decode (const CVectorSeq &input_vectors, const MatrixFreqSignal &channel_estimation, simth::ModSeq &output_symbols, simth::ModSeq *output_softout) |
virtual void | decodeOut (CVector &invec, CMatrix &IsIMatrix, CVector &alpha) |
virtual CMatrix | calcGmmse (CMatrix &IsIMatrix, CMatrix &Lambda) |
void | setSNR (double snr) |
Related Functions | |
(Note that these are not member functions.) | |
propertylist_LsdDecoder (not_a_function) |
|
|
|
|
|
This method has to be implemented in a derived class. Returns the length of an uncoded input sequence for the given length of the coded output sequence. If the coded length does fit (codedLength codedBitsPerStep() == 0) the function the function returns the length of a data sequence which is encoded by the coder from a coded sequence of the given length. In general the function returns the maximal length of a data sequence whose encoded length is smaller or equal code_length.
Implements mimo::Decoder. |
|
This method has to be implemented in a derived class. Returns the length of a coded output sequence for a given length of the uncoded input sequence. If the data length does not fit (dataLength dataBitsPerStep() != 0) an FitErr exception is thrown, which should be caught in the scope calling the function.
Implements mimo::Decoder. |
|
Encodes the given sequence of symbols into the given output sequence of vectors. This is the main method that has to be implemented in a derived class.
Implements mimo::Decoder. |
|
The received vector is decoded here |
|
This function calculates the MMSE matrix |
|
Callback function that sets the signal-to-noise ratio to 'snr', while the signal power is kept constant. |
|
These are the properties of class LsdDecoder . 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: Note that this class also has the Properties of its base classes. The direct base class is mimo::Decoder ; direct link to its propertylist should be propertylist_Decoder(). 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.
|