#include <transmitter.h>
Inheritance diagram for simthlib::Transmitter:
Public Member Functions | |
Transmitter (int deviceID, simth::DeviceSystemIntf *system, const simth::PropertyList &pl) | |
virtual void | makeSignal (const simth::ModSeq &modSeq, simth::TimeSignal *outSignal)=0 |
virtual void | process () |
virtual 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_Transmitter (not_a_function) |
Transmitter is an abstract class which provides an interface for transforming a sequence of complex values to a time signal which is represented by discrete (complex) time samples.
|
Class constructor. |
|
|
|
Transform a modulation sequence (a sequence of complex values) to a time signal (which is represented by its samples)
Implemented in simthlib::OfdmTransmitter, and simthlib::SingleCarrierTransmitter. |
|
Reimplemented from simth::Device. Reimplemented in simthlib::OfdmTransmitter, and simthlib::SingleCarrierTransmitter. |
|
Implements simth::Device. |
|
These are the properties of class Transmitter . 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: Abstract base class of a Transmitter. 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.
|