txsite with 'CoordinateSystem' set to 'cartesian'.

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 日

0 投票

Hi,
You may find this link helpful.

4 件のコメント

Varsha Radhakrishnan
Varsha Radhakrishnan 2020 年 12 月 24 日
Thanks for the reply Pratyush. I have seen this link but it doesn't shows any example. I am not sure how to display the transmitter as show and pattern shows error while trying to display using the coordinate set to cartesian.
Thanks, Varsha
Varsha Radhakrishnan
Varsha Radhakrishnan 2021 年 1 月 7 日
hi Pratysh,
My question is that I am using the txsite with cordinate system set to cartesian and antenna positions set. I would ike to know how could I display the trasmitter beam/pattern as I tried with 'show' and 'pattern' and it shows the error...... The 'show' function is not supported for sites with 'CoordinateSystem' set to 'cartesian'....
Could you please help me on this.
Thanks,
varsha
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 日

0 投票

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!

カテゴリ

ヘルプ センター および File ExchangeEvent Functions についてさらに検索

製品

質問済み:

2020 年 12 月 21 日

Community Treasure Hunt

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

Start Hunting!

Translated by