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

5 visualizaciones (últimos 30 días)
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

Respuesta aceptada

IanC65
IanC65 el 7 de Sept. de 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)

Más respuestas (0)

Categorías

Más información sobre Visualization and Data Export en Help Center y File Exchange.

Productos


Versión

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by