#include <arith.h>
Inheritance diagram for mimo::AwgnGenerator:
Public Member Functions | |
AwgnGenerator (int deviceID, simth::DeviceSystemIntf *system, const simth::PropertyList &pl=simth::PropertyList()) | |
~AwgnGenerator () | |
virtual void | process () |
virtual void | setSNR (double snr) |
void | updateInputLengths () |
void | updateOutputLengths () |
void | startOfSimulation () |
Related Functions | |
(Note that these are not member functions.) | |
propertylist_AwgnGenerator (not_a_function) |
|
|
|
|
|
Implements simth::Device. |
|
Sets the signal-to-noise ratio to the snr given in dB as argument. Hence, the linear signal-to-noise ratio is computed by 10^(snr/10). Since the noise power per quadrature component is assumed to be 0.5, the noise power is computed by snrLin*0.5 where snrLin is the linear signal-to-noise ratio. |
|
Implements simth::Device. |
|
Implements simth::Device. |
|
Reimplemented from simth::Device. |
|
These are the properties of class AwgnGenerator . 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: Add AWGN noise to input signal 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.
|