This class implements quadrature binary phase-shift keying defined in 20.3.9.4.3 HT-SIG definition.
More...
|
| | QbpskModulation () |
| |
| virtual void | printToStream (std::ostream &stream) 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...
|
| |
| | MqamModulationBase (double normalizationFactor, const std::vector< ApskSymbol > *constellation) |
| |
| virtual double | getNormalizationFactor () const |
| |
| | ApskModulationBase (const std::vector< ApskSymbol > *constellation) |
| |
| virtual std::ostream & | printToStream (std::ostream &stream, int level, int evFlags=0) const override |
| | Prints this object to the provided output stream. More...
|
| |
| 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 class implements quadrature binary phase-shift keying defined in 20.3.9.4.3 HT-SIG definition.