rf-toolbox, rfplot(), plot only at a given frequency?
Mostrar comentarios más antiguos
hi, im using rfplot() to plot my .s2p files. Lets say i have 100 of these .s2p files and i would like to plot the phase or magnitude at a certain frequency only. So basically i have many .s2p files and i would like to take only the data at a certain frequency out of every single s2p file and show the result in one plot.
I would like to see if at a certain frequency the magnitude stays the same/constant for a given period of time.
I have no idea how to accomplish this task so i reall appreciate every hint.
Thank you! :)
Respuestas (2)
Walter Roberson
el 15 de En. de 2016
0 votos
You would need to read every file, extract the portion of the data you need and record it and throw the rest of the information from that file away.
Miroslav Lach
el 15 de En. de 2016
Editada: Miroslav Lach
el 15 de En. de 2016
0 votos
Categorías
Más información sobre RF Network Construction en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!