This modulation implements gray coded rectangular quadrature amplitude modulation with 256 symbols.
More...
#include <Qam256Modulation.h>
|
| | Qam256Modulation () |
| |
| virtual std::ostream & | printToStream (std::ostream &stream, int level, int evFlags=0) const override |
| | Prints this object to the provided output stream. More...
|
| |
| | MqamModulationBase (double normalizationFactor, const std::vector< ApskSymbol > *constellation) |
| |
| virtual double | getNormalizationFactor () const |
| |
| virtual double | calculateSER (double snir, Hz bandwidth, bps bitrate) const override |
| | Returns the symbol error rate as a function of the signal to noise and interference ratio, the bandwidth, and the gross (physical) bitrate. More...
|
| |
| virtual double | calculateBER (double snir, Hz bandwidth, bps bitrate) const override |
| | Returns the bit error rate as a function of the signal to noise and interference ratio, the bandwidth, and the gross (physical) bitrate. More...
|
| |
| | ApskModulationBase (const std::vector< ApskSymbol > *constellation) |
| |
| virtual const std::vector< ApskSymbol > * | getConstellation () const |
| |
| virtual unsigned int | getConstellationSize () const override |
| |
| virtual unsigned int | getCodeWordSize () const override |
| |
| virtual const ApskSymbol * | mapToConstellationDiagram (const ShortBitVector &symbol) const |
| |
| virtual ShortBitVector | demapToBitRepresentation (const ApskSymbol *symbol) const |
| |
| virtual | ~IPrintableObject () |
| |
| virtual std::string | printToString () const |
| |
| virtual std::string | printToString (int level, int evFlags=0) const |
| |
| virtual std::string | getInfoStringRepresentation (int evFlags=0) const |
| |
| virtual std::string | getDetailStringRepresentation (int evFlags=0) const |
| |
| virtual std::string | getDebugStringRepresentation (int evFlags=0) const |
| |
| virtual std::string | getTraceStringRepresentation (int evFlags=0) const |
| |
| virtual std::string | getCompleteStringRepresentation (int evFlags=0) const |
| |
This modulation implements gray coded rectangular quadrature amplitude modulation with 256 symbols.
http://en.wikipedia.org/wiki/Quadrature_amplitude_modulation
◆ Qam256Modulation()
| inet::physicallayer::Qam256Modulation::Qam256Modulation |
( |
| ) |
|
◆ printToStream()
| virtual std::ostream& inet::physicallayer::Qam256Modulation::printToStream |
( |
std::ostream & |
stream, |
|
|
int |
level, |
|
|
int |
evFlags = 0 |
|
) |
| const |
|
inlineoverridevirtual |
◆ constellation
| const std::vector< ApskSymbol > inet::physicallayer::Qam256Modulation::constellation |
|
staticprotected |
◆ singleton
The documentation for this class was generated from the following files: