#include <transmitter.h>
Inheritance diagram for simthlib::SingleCarrierTransmitter:
Public Member Functions | |
SingleCarrierTransmitter (int deviceID, simth::DeviceSystemIntf *system, const simth::PropertyList &pl) | |
virtual | ~SingleCarrierTransmitter () |
virtual void | makeSignal (const simth::ModSeq &modSeq, simth::TimeSignal *outSignal) |
virtual void | updateInputLengths () |
virtual void | updateOutputLengths () |
virtual void | print (std::ostream &os) const |
Protected Member Functions | |
double | modulationSymbolDistance () const |
int | samplesBetweenModulationSymbols () const |
double | deltaT () const |
int | numSamplesOfPulse () const |
int | numTimeSamples (int numModSymbols) const |
Related Functions | |
(Note that these are not member functions.) | |
propertylist_SingleCarrierTransmitter (not_a_function) |
|
Class constructor.
|
|
|
|
Returns the time space between subsequent samples of the time signal created by the element function makeSignal() |
|
Transforms a sequence of complex values to samples of a signal Implements simthlib::Transmitter. |
|
Returns the time space between subsequent modulation symbols. |
|
Returns the number of samples of the modulation pulse. |
|
Returns the number of samples of the time signal created by the element function makeSignal(). The number of input symbols is given by numModSymbols. |
|
Reimplemented from simthlib::Transmitter. |
|
Returns the number of samples between two modulation Symbols. |
|
Implements simth::Device. |
|
Implements simth::Device. |
|
These are the properties of class SingleCarrierTransmitter . 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: This is a single carrier transmitter. Note that this class also has the Properties of its base classes. The direct base class is simthlib::Transmitter ; direct link to its propertylist should be propertylist_Transmitter(). 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.
|