Package: inet.physicallayer.wireless.common.contract.packetlevel
IPathLoss
module interfaceThe path loss model describes the reduction of power as the signal propagates through space.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Implemented by
Name | Type | Description |
---|---|---|
BreakpointPathLoss | compound module | (no description) |
FreeSpacePathLoss | compound module | (no description) |
LogNormalShadowing | compound module | (no description) |
NakagamiFading | compound module | (no description) |
RayleighFading | compound module | (no description) |
RicianFading | compound module | (no description) |
SuiPathLoss | compound module | (no description) |
TwoRayGroundReflection | compound module | (no description) |
TwoRayInterference | compound module | (no description) |
UwbIrStochasticPathLoss | compound module | (no description) |
Used in compound modules
Name | Type | Description |
---|---|---|
RadioMedium | compound module |
The medium model describes the shared physical medium where communication takes place. It keeps track of radios, noise sources, ongoing transmissions, background noise, and other ongoing noises. The medium computes when, where and how transmissions and noises arrive at receivers. It also efficiently provides the set of interfering transmissions and noises for the receivers. |
Properties
Name | Value | Description |
---|---|---|
display | i=block/control |
Source code
// // The path loss model describes the reduction of power as the signal // propagates through space. // moduleinterface IPathLoss { parameters: @display("i=block/control"); }File: src/inet/physicallayer/wireless/common/contract/packetlevel/IPathLoss.ned