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

5 visualizzazioni (ultimi 30 giorni)
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

Risposta accettata

IanC65
IanC65 il 7 Set 2023
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)

Più risposte (0)

Categorie

Scopri di più su Visualization and Data Export in Help Center e File Exchange

Prodotti


Release

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by