Extract Sparameters from rfbudget object
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Nathan Tyler
el 16 de En. de 2023
Comentada: Nathan Tyler
el 28 de Feb. de 2023
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:
. ![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1265635/image.jpeg)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1265635/image.jpeg)
Thanks in advance.
0 comentarios
Respuesta aceptada
Raghunathraju
el 28 de Feb. de 2023
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
Más respuestas (0)
Ver también
Categorías
Más información sobre RF Network Construction en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!