Display Signal-To-Interference-plus-noise Ratio (SINR) Map - MATLAB Sinr
Display Signal-To-Interference-plus-noise Ratio (SINR) Map - MATLAB Sinr
sinr
Display signal-to-interference-plus-noise ratio (SINR) map
Syntax
sinr(txs)
sinr(txs,propmodel)
sinr( ___ ,Name,Value)
Description
sinr(txs) displays the signal-to-interference-plus-noise ratio (SINR) for transmitter sites, txs. Each example
colored contour of the map defines the areas where the corresponding SINR is available to a mobile
receiver. For each location, the signal source is the transmitter site in txs with the greatest signal
strength. The remaining transmitter sites in txs act as interference. If txs is scalar, or there are no
sources of interference, the resultant map displays signal-to-noise ratio (SNR).
sinr(txs,propmodel) displays the SINR map with the propagation model set to the value in
propmodel.
sinr( ___ ,Name,Value) sets properties using one or more name-value pairs, in addition to the input
arguments in previous syntaxes. For example, sinr(txs,'MaxRange',8000) sets the range from the
site location at 8000 meters to include in the SINR map region.
Display the SINR map, where signal source for each location is selected as the transmitter site with the strongest
signal.
sinr(txs)
https://www.mathworks.com/help/antenna/ref/sinr.html 1/5
1/9/2019 Display signal-to-interference-plus-noise ratio (SINR) map - MATLAB sinr
Transmitter site, specified as a txsite object. Use array inputs to specify multiple sites.
Propagation model, specified as a character vector or string. You can use the propagationModel function to
define this input.
You can also use the name-value pair 'PropagationModel' to specify this parameter.
Example: 'MaxRange',8000
Values of SINR for display, specified as numeric vector. Each value is displayed as a different colored, filled on
the contour map. The contour colors are derived using Colormap and ColorLimits.
https://www.mathworks.com/help/antenna/ref/sinr.html 2/5
1/9/2019 Display signal-to-interference-plus-noise ratio (SINR) map - MATLAB sinr
Signal source of interest, specified as 'strongest' or as a transmitter site object. When the signal source of
interest is 'strongest', the transmitter with the greatest signal strength is chosen as the signal source of interest
for that location.
Propagation model to use for path loss calculations, specified as 'freespace', 'close-in', 'rain', 'gas',
'fog', 'longley-rice', or as an object created using the propagationModel function.
Maximum range of the SINR map from each transmitter site, specified as a numeric scalar in meters.
Note
When using terrain, the MaxRange limit is 300000 m.
Resolution of sample location grid used to compute SINR values, specified as 'auto' or a numeric scalar in
meters. If resolution is 'auto', sinr computes a value scaled to MaxRange. Decreasing the resolution increases
the quality of the SINR map and the time required to create it.
Total noise power at mobile receiver, specified as a scalar in dBm. The default value assumes that the receiver
bandwidth is 1 MHz and receiver noise figure is 7 dB.
where,
Mobile receiver gain, specified as a scalar in dB. The receiver gain values include the antenna gain and the
system loss.
Colormap for coloring filled contours, specified as an M-by-3 array of RGB triplets, where M is the number of
individual colors.
Color limits for color maps, specified as a two-element vector of the form [min max]. The color limits indicate the
SINR values that map to the first and last colors in the colormap.
See Also
coverage | propagationModel
Introduced in R2018a
https://www.mathworks.com/help/antenna/ref/sinr.html 4/5
1/9/2019 Display signal-to-interference-plus-noise ratio (SINR) map - MATLAB sinr
https://www.mathworks.com/help/antenna/ref/sinr.html 5/5