Dragos Ilie
Dragos Ilie
I have configured a Ubunt 22.04 Server VM (ARM64) with default settings on UTM 3.2.4 (58) under MacOS Monterey 12.4 (Apple Sillicon). The shared interface was changed to a host-only...
Hi, I am looking into the source code for computing Rayleigh fading in INET/INETMANET https://github.com/inet-framework/inet/blob/d93b7bc29def3ead5727f4de880a02be19810a44/src/inet/physicallayer/wireless/common/pathloss/RayleighFading.cc#L32-L39 ```c++ double RayleighFading::computePathLoss(mps propagationSpeed, Hz frequency, m distance) const { m waveLength = propagationSpeed /...