Write S data into a S2P file.
S2=uW_S2P_freq(S,freqlist)
tlist containing the S parameters for the new freqency list.
tlist containing the S parameters.
scalar or vector. The new frequency value for to create the new S2P object S2.
This function changes the frequency list of a S2P object. If the value of the S2P data are obtained with splines.
// Display stability circles for 1 frequency : 1 GHz filename=uigetfile("*.s2p"); S=uW_S2P_read(filename); S2=uW_S2P_freq(S,[1.0]*10^9); uW_S2P_stab_display(S2) | ![]() | ![]() |
www.reveyrand.fr