#include <diffdemodulator.h>
Inheritance diagram for simthlib::DiffSubSeqDemodulatorMetric:
Public Member Functions | |
DiffSubSeqDemodulatorMetric (int deviceID, simth::DeviceSystemIntf *system, const simth::PropertyList &pl, std::auto_ptr< MappingScheme > mapp, int subSeqLength, simth::SequenceType outType) | |
virtual | ~DiffSubSeqDemodulatorMetric ()=0 |
virtual void | demodulate (const simth::ModSeq &receivedSym, simth::LlvSeq *correspondingLlvValues, double noise=0, const simth::ModSeq *trans=NULL) |
virtual void | demodulate (const simth::ModSeq &receivedSym, simth::LlrSeq *correspondingLlrValues, double noise=0, const simth::ModSeq *trans=NULL) |
virtual void | adachiDemodulate (const simth::ModSeq &receivedSym, simth::LlvSeq *correspondingLlvValues1, simth::LlvSeq *correspondingLlvValues2, double noise=0, const simth::ModSeq *trans=NULL) |
virtual void | print (std::ostream &os) const |
Related Functions | |
(Note that these are not member functions.) | |
propertylist_DiffSubSeqDemodulatorMetric (not_a_function) |
|
Class constructor. |
|
This pure virtual constructor assures that it is not possible to create an instance of this class |
|
See "Viterbi-Decoding Differential Detection of DPSK", Adachi, Electronic Letters 1992, Vol. 28 No. 23 Reimplemented from simthlib::DiffDemodulatorMetric. |
|
Demodulates a sequence of received data words to a sequence of log-likelihood-ratio (llr) values; each simth::LLR_-value represents the hard decisions of one bit and the probability of this decision. The hard decision (the bit itselfs) is determined by the sign of the simth::LLR_-Value, whereas the probability is described by the absolute value of the log-likelihood ratio:
Reimplemented from simthlib::DiffDemodulatorMetric. |
|
Demodulates a sequence of received data words to a sequence of log-likelihood-values (llv). Reimplemented from simthlib::DiffDemodulatorMetric. |
|
|
These are the properties of class DiffSubSeqDemodulatorMetric . 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: DOCUMENTME Note that this class also has the Properties of its base classes. The direct base class is simthlib::DiffDemodulatorMetric ; direct link to its propertylist should be propertylist_DiffDemodulatorMetric(). 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. The above properties have been inherited from the base class simthlib::DiffDemodulatorMetric .
|