Extract Sparameters from rfbudget object

조회 수: 2 (최근 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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Data Import and Network Parameters에 대해 자세히 알아보기

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by