How can I select a frequency-range on a Sparameter object?
Mostra commenti meno recenti
I have a Sobject obtain by:
SLNA = sparameters('LNA.s2p');
WIth a frequency range between 1 GHz to 60 GHz. I am trying to get another Sobject, of the same LNA, but with another Frequency range.
The SLNA.Frequencies gives an array in Hz, not in GHz. What I am trying to do is:
new_freq = (27:0.001:32)*10^9;
new_SNLA = sparameters(SLNA,new_freq)
However, I get this error:

I dont understand as the impedance of the SLNA is 50. The main point of it is that for a couple of s2p parameters, I want to align it on frequency and add them.
Risposte (1)
janakinadh yanamadala
il 24 Mag 2021
0 voti
rfinterp1 should solve your problem.
Categorie
Scopri di più su 2-D and 3-D Plots in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!