How do I keep plot resolution of 501 point in RF Budget Analyser when I export to MATLAB script ?

5 次查看(过去 30 天)
RF Budget Analyser has an option in PLOTS to change the Resolution from the default of 51 points to other numbers (eg 501). I want to keep the selected number of points when I export to a MATLAB script so that I can generate a more detailed plot (and export data to excel) but for some reason it defaults back to 51 points.
RF Budget Analyser only appears to have 'input frequency', 'input power' and 'bandwidth' in input configuration - is there a way to include either 'frequency step' or 'number of points' ??
Hope someone can help
many thanks

采纳的回答

IanC65
IanC65 2023-9-7
The issue is with the plotting routine 'rfplot'. This defaults to 51 points but can be changed by adding 'Resolution' to the parameters.
rfplot (Amplifier,'GainT','Resolution',501)

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Visualization and Data Export 的更多信息

产品


版本

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by