txsite with 'CoordinateSystem' set to 'cartesian'.

조회 수: 7 (최근 30일)
Varsha Radhakrishnan
Varsha Radhakrishnan 2020년 12월 21일
댓글: Varsha Radhakrishnan 2021년 1월 18일
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

답변 (2개)

Pratyush Roy
Pratyush Roy 2020년 12월 24일
Hi,
You may find this link helpful.
  댓글 수: 4
Pratyush Roy
Pratyush Roy 2021년 1월 8일
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 2021년 1월 11일
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

댓글을 달려면 로그인하십시오.


Pratyush Roy
Pratyush Roy 2021년 1월 13일
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!

카테고리

Help CenterFile Exchange에서 Spatial Search에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by