txsite
Create RF transmitter site
Description
Use a txsite
object to create a radio frequency transmitter
site.
A transmitter consists of an RF circuit and an antenna, where the RF circuit excites the antenna with a signal and power. Key characteristics of a transmitter include its output power, operating frequency, and antenna radiation pattern.
Creation
Description
tx = txsite
creates a radio frequency transmitter
site in geographic coordinates.
tx = txsite(
sets the
coordsys
)CoordinateSystem
property. By default, transmitter sites use
a geographic coordinate system. Create a transmitter site that uses a
Cartesian coordinate system by specifying coordsys
as
"cartesian"
.
tx = txsite(___,
sets properties
using one or more name-value arguments. Name=Value
)
For geographic transmitter sites, you can specify the location by setting the
Latitude
,Longitude
, andAntennaHeight
properties.For Cartesian transmitter sites, you can specify the location by setting the
AntennaPosition
property.
Properties
Object Functions
show | Show site in Site Viewer |
hide | Hide site from Site Viewer |
distance | Distance between sites |
angle | Angle between sites |
elevation | Elevation of site |
location | Coordinates at distance and angle from site |
los | Display or compute line-of-sight (LOS) visibility status |
coverage | Display or compute coverage map |
sinr | Display or compute signal-to-interference-plus-noise (SINR) ratio |
pattern | Display antenna radiation pattern in Site Viewer |
Examples
Version History
Introduced in R2017b