The RF propagation toolbox has SINR function that is used to calculate and display an SINR map, I just want the SINR values and don't want it to be displayed
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Anandu S
el 13 de Ag. de 2019
Editada: Jacob Halbrooks
el 3 de Abr. de 2020
sinr(txs)
%The above mentioned function calculates and the displays SINR values for a transmitter site "txs". I want to acquire the SINR values.
0 comentarios
Respuesta aceptada
Jacob Halbrooks
el 13 de Ag. de 2019
Editada: Jacob Halbrooks
el 3 de Abr. de 2020
UPDATE: As of R2020a, the sinr function now supports returning output values when provided transmitter site inputs:
ORIGINAL ANSWER:
When passed transmitter sites, the sinr function performs visualization only and does not support an output argument. However in R2019a a new syntax was added to sinr that supports output values calculated at specified receiver sites:
In order to get the SINR values corresponding to the visualization, you could create an array of receiver sites and pass them as the first input. As an example of creating a grid of sites, see the Planning Radar Network Coverage over Terrain example where meshgrid is used to generate a grid of latitude/longitude coordinates.
Más respuestas (0)
Ver también
Categorías
Más información sobre Kernel Creation from MATLAB Code en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!