Package: inet.physicallayer.pathloss
UWBIRStochasticPathLoss
compound module(no description)
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Parameters
Name | Type | Default value | Description |
---|---|---|---|
PL0 | double | ||
muGamma | double | ||
muSigma | double | ||
sigmaGamma | double | ||
sigmaSigma | double | ||
shadowing | bool |
Properties
Name | Value | Description |
---|---|---|
class | UWBIRStochasticPathLoss | |
display | i=block/control |
Source code
module UWBIRStochasticPathLoss like IPathLoss { parameters: double PL0; double muGamma; double muSigma; double sigmaGamma; double sigmaSigma; bool shadowing; @class(UWBIRStochasticPathLoss); @display("i=block/control"); }File: src/inet/physicallayer/pathloss/UWBIRStochasticPathLoss.ned