Compound Module NakagamiFading

Package: inet.physicallayer.pathloss
File: src/inet/physicallayer/pathloss/NakagamiFading.ned

(no description)

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
FreeSpacePathLoss compound module (no description)

Parameters:

Name Type Default value Description
alpha double 2
systemLoss double 0dB
shapeFactor double 1

Properties:

Name Value Description
class NakagamiFading
display i=block/control

Source code:

module NakagamiFading extends FreeSpacePathLoss
{
    parameters:
        double shapeFactor = default(1);
        @class(NakagamiFading);
}