Extract Sparameters from rfbudget object

3 ビュー (過去 30 日間)
Nathan Tyler
Nathan Tyler 2023 年 1 月 16 日
コメント済み: Nathan Tyler 2023 年 2 月 28 日
I'm creating an rfbudget object of a 7-element RF chain. I'd like to extract the Sparameter data of the complete rf chain for post-processing but I'm not finding documentation on how to do this (if possible). Essentially I'd like a way to get the array data of this plot created by rfplot-ing an rfbudget object:
.
Thanks in advance.

採用された回答

Raghunathraju
Raghunathraju 2023 年 2 月 28 日
Hi,
As per my understanding, you want to extract s-parameters data from RF object of 7 element RF chain.
The total RF chain s-parameter data is the last stage s-parameter data.
To get s-parameter data of a stage you can use the below code.
sparameters(b.Elements(end),2.1e9)
You can also use RFBudgetAnalyzer app.
For more information refer sparameters
  1 件のコメント
Nathan Tyler
Nathan Tyler 2023 年 2 月 28 日
This worked - thank you!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeRF Network Construction についてさらに検索

製品


リリース

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by