Create radio frequency receiver site
Use the rxsite
object to create a radio frequency receiver
site.
rx = rxsite
creates a radio frequency receiver
site.
rx = rxsite(coordsys)
creates a receiver site with
coordinate system set to 'geographic'
or
'cartesian'
.
rx = rxsite(Name,Value)
sets properties using one or
more name-value pairs. For example, rx = rxsite('Name','RX
Site')
creates a receiver site with name RX
Site
. Enclose each property name in quotes.
Create a 1-by-N array of receiver sites by specifying a
property value as an array of N columns. Other property
values must be specified with either 1 or N columns. The
Name
, Latitude
, and
Longitude
properties may be specified as either a
row vector or column vector with N elements. The
CoordinateSystem
property must be a string scalar
or a character vector.
show | Show site location on map |
hide | Hide site location on map |
distance | Distance between sites |
angle | Angle between sites |
elevation | Elevation of site |
location | Location coordinates at a given distance and angle from site |
sigstrength | Signal strength due to transmitter |
los | Plot or compute the line-of-sight (LOS) visibility between sites on a map |
link | Display communication link on map |
pattern | Plot antenna radiation pattern on map |