NED File src/inet/physicallayer/wireless/common/pathloss/LogNormalShadowing.ned
Name | Type | Description |
---|---|---|
LogNormalShadowing | compound module | (no description) |
Source code
// // Copyright (C) 2013 OpenSim Ltd. // // SPDX-License-Identifier: LGPL-3.0-or-later // package inet.physicallayer.wireless.common.pathloss; module LogNormalShadowing extends FreeSpacePathLoss { parameters: double sigma = default(1); @class(LogNormalShadowing); }