NED File src/inet/physicallayer/pathloss/TwoRayInterference.ned
Name | Type | Description |
---|---|---|
TwoRayInterference | compound module | (no description) |
Source code
package inet.physicallayer.pathloss; import inet.physicallayer.contract.packetlevel.IPathLoss; module TwoRayInterference like IPathLoss { parameters: @class(TwoRayInterference); @display("i=block/control"); double epsilon_r = default(1.02); }