Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Mar 18:20
· 24 commits to main since this release
29ed585

LongwaveModePropagator v0.4.0

Diff since v0.3.5

  • Radiation resistance correction for transmitting antennas elevated above the ground
    • This can be toggled on by setting radiationresistancecorrection = true in LMPParams(). 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 realistic Ground defined by the user at the transmitter.
  • 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 be Inf.
  • compat version bumps, including minimum Julia version of 1.10

Merged pull requests:

Closed issues:

  • Register v0.3.5 (#61)
  • Using LMP to estimate waveguide attenuation of a signal propagating through the ionosphere (#62)