txsite with 'CoordinateSystem' set to 'cartesian'.

5 visualizaciones (últimos 30 días)
Varsha Radhakrishnan
Varsha Radhakrishnan el 21 de Dic. de 2020
Comentada: Varsha Radhakrishnan el 18 de En. de 2021
how can I create and display a transmitter txsite with 'CoordinateSystem' set to 'cartesian'?
I am new to matlab and I could not find any examples. Please help

Respuestas (2)

Pratyush Roy
Pratyush Roy el 24 de Dic. de 2020
Hi,
You may find this link helpful.
  4 comentarios
Pratyush Roy
Pratyush Roy el 8 de En. de 2021
Hi Varsha,
Can you share the script that you are working on so that we can understand the issue by reproducing it from our end?
Varsha Radhakrishnan
Varsha Radhakrishnan el 11 de En. de 2021
Hi Pratyush,
I was trying to create a wireless rf transmitter at a particular coordinate location using the code below
txs=txsite('CoordinateSystem','cartesian', ...
'AntennaPosition',[4;4;12], ...
'AntennaHeight',antHeight, ...
'TransmitterFrequency',f, ...
'TransmitterPower',txPower);
coverage(txs);
It shows the error as mentioned before...
Thanks,
varsha

Iniciar sesión para comentar.


Pratyush Roy
Pratyush Roy el 13 de En. de 2021
Hi Varsha,
The RF Propagation interface does not offer visualization support for showing Cartesian sites, their coverage, or their antenna patterns.I have brought this issue to the concerned people and it might be considered in any future release.
As a workaround, one can use MATLAB Graphics to create a custom plot. The following example is available as of R2021a and shows how to plot Cartesian sites and rays using MATLAB Graphics:
Hope this helps!

Categorías

Más información sobre Spatial Search en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by