Create radio frequency transmitter site
Use the txsite
object to create a radio frequency
transmitter site.
tx = txsite
creates a radio frequency transmitter
site.
tx = txsite(coordsys)
creates a transmitter site with
the specified coordinate system. You can specify either
'geographic'
or 'cartesian'
coordinate system.
tx = txsite(___,Name,Value)
sets
properties using one or more name-value pairs. For example, tx =
txsite('Name','TX Site')
creates a transmitter site with the
name TX Site
. Enclose each property name in
quotes.
You can create multiple transmitter sites by using
Name
, Latitude
, and
Longitude
properties. For example: names =
["Fenway Park","Faneuil Hall","Bunker Hill Monument"]; lats =
[42.3467,42.3598,42.3763]; lons =
[-71.0972,-71.0545,-71.0611];
. 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 |
los | Plot or compute the line-of-sight (LOS) visibility between sites on a map |
coverage | Display coverage map |
sinr | Display signal-to-interference-plus-noise ratio (SINR) map |
pattern | Plot antenna radiation pattern on map |