#include <convert.h>
Inheritance diagram for simthlib::LlrToBit:
Public Member Functions | |
LlrToBit (int deviceID, simth::DeviceSystemIntf *system, const simth::PropertyList &pl) | |
void | process () |
void | print (std::ostream &os) const |
Static Public Member Functions | |
static void | init (const std::string &fileName, simth::Device **dev, simth::DeviceSystemIntf *sysPtr, int ID, const std::string ®ionQualifier) |
Related Functions | |
(Note that these are not member functions.) | |
propertylist_LlrToBit (not_a_function) |
Implementation class for a conversion block between different sample and sequence types, where the type of the data sequence is specified through the type template.
Parameters in Micos parameter file:
type: set this to "llrtobit"
|
|
|
Reimplemented from simthlib::Multiplexer. |
|
Reimplemented from simthlib::Multiplexer. |
|
Reimplemented from simthlib::Multiplexer. |
|
These are the properties of class LlrToBit . 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: Converts a LlrSeq (log-likelihood-ratios) to a BitSeq (bits). Implicitly, this means that a hard decision is performed. Input values x greater than 0.0 will be mapped to false (0); input values x smaller or equal to 0.0 will be mapped to true (1). (By the way, in the C++ code this class is a derivative of simth::Device, but to increase readability it is grouped under simthlib::Converter.) Note that this class also has the Properties of its base classes. The direct base class is simthlib::Converter ; direct link to its propertylist should be propertylist_Converter(). 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. |