rf-toolbox, rfplot(), plot only at a given frequency?
Show older comments
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! :)
Answers (2)
Walter Roberson
on 15 Jan 2016
0 votes
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
on 15 Jan 2016
Edited: Miroslav Lach
on 15 Jan 2016
0 votes
Categories
Find more on RF Network Construction in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!