Normalized altitudinal pattern of radiated energy as a function of altitude
at a given distance from the radar. antenna
and height
should be given in
reference to the same reference plane (e.g. ground level or sea level).
gaussian_beam_profile(
height,
range,
elev,
antenna = 0,
beam_angle = 1,
k = 4/3,
lat = 35,
re = 6378,
rp = 6357
)
Numeric. Height in m.
Numeric. Slant range, i.e. the length of the skywave path between target and the radar antenna, in m.
Numeric. Beam elevation, in degrees.
Numeric. Height of the centre of the radar antenna, in m.
Numeric. Beam opening angle in degrees, typically the angle between the half-power (-3 dB) points of the main lobe.
Numeric. Standard refraction coefficient.
Numeric. Geodetic latitude of the radar, in degrees.
Numeric. Earth equatorial radius, in km.
Numeric. Earth polar radius, in km.
numeric.
Beam profile is calculated using beam_height and beam_width. height
and
antenna
should be given in reference to the same reference plane (e.g. ground level or sea level)
Other beam_functions:
beam_distance()
,
beam_height()
,
beam_profile()
,
beam_profile_overlap()
,
beam_range()
,
beam_width()