v0.4.0
LongwaveModePropagator v0.4.0
- Radiation resistance correction for transmitting antennas elevated above the ground
- This can be toggled on by setting
radiationresistancecorrection = true
inLMPParams()
. By default,radiationresistancecorrection = false
until the implementation can be quantitatively verified against another model. The radiation resistance correction assumes a perfectly conductive ground, rather than the realisticGround
defined by the user at the transmitter.
- This can be toggled on by setting
- The returned electric field
E
is no longer set to a value matching LWPC if the x distance from the transmitter is less than 1 meter. Instead, if the distance is 0 meters from the transmitter, than the returned field will beInf
. - compat version bumps, including minimum Julia version of 1.10
Merged pull requests:
Closed issues: