APSKErrorModel

Package: inet.physicallayer.apskradio.packetlevel.errormodel

APSKErrorModel

compound module

This error model determines packet error rate, bit error rate, and symbol error rate by using the well-known formula that corresponds to the modulation. It assumes no forward error correction or any other techinque is used in the physical signal.

Inheritance diagram

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Extends

Name Type Description
ErrorModelBase compound module

This module servces as the base module for error models.

Properties

Name Value Description
display i=block/broadcast
class APSKErrorModel

Source code

//
// This error model determines packet error rate, bit error rate, and symbol
// error rate by using the well-known formula that corresponds to the modulation.
// It assumes no forward error correction or any other techinque is used in the
// physical signal.
//
module APSKErrorModel extends ErrorModelBase
{
    parameters:
        @class(APSKErrorModel);
}
File: src/inet/physicallayer/apskradio/packetlevel/errormodel/APSKErrorModel.ned