Package: inet.physicallayer.wireless.common.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/wireless/common/pathloss/UwbIrStochasticPathLoss.ned