Display signal-to-interference-plus-noise ratio (SINR) map
sinr(
displays the
signal-to-interference-plus-noise ratio (SINR) for transmitter sites,
txs
)txs
. The map contours are generated using SINR values
computed for receiver site locations on the map. For each location, the signal
source is the transmitter site in TXS with the greatest signal strength. The
remaining transmitter sites in txs
with the same transmitter
frequency act as sources of interference. If txs
is scalar or
there are no sources of interference the resultant map displays signal-to-noise
ratio (SNR).
sinr(___,
sets
properties using one or more name-value pairs, in addition to the input arguments in
previous syntaxes. For example, Name,Value
)sinr(txs,'MaxRange',8000)
sets
the range from the site location at 8000 meters to include in the SINR map
region.
returns
computed SINR data in the propagation data object, pd
= sinr(txs,___)pd
. No plot is
displayed and any graphical only name-value pairs are ignored.