Package: inet.physicallayer.wireless.common.pathloss
RicianFading
compound module(no description)
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 | |
| k | double | 8dB |
Properties
| Name | Value | Description |
|---|---|---|
| class | RicianFading | |
| display | i=block/control |
Source code
module RicianFading extends FreeSpacePathLoss { parameters: double k @unit(dB) = default(8dB); @class(RicianFading); }File: src/inet/physicallayer/wireless/common/pathloss/RicianFading.ned