Compound Module APSKErrorModel

Package: inet.physicallayer.apskradio.packetlevel.errormodel
File: src/inet/physicallayer/apskradio/packetlevel/errormodel/APSKErrorModel.ned

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.

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

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);
}