Name

uW_S2P_freq — Write S data into a S2P file.

Calling Sequence

S2=uW_S2P_freq(S,freqlist)

Parameters

filename

tlist containing the S parameters for the new freqency list.

S

tlist containing the S parameters.

freqlist

scalar or vector. The new frequency value for to create the new S2P object S2.

Description

This function changes the frequency list of a S2P object. If the value of the S2P data are obtained with splines.

Examples


// 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)

 
  

See Also

uW_S2P_read , uW_S2P_display

Authors

Tibault Reveyrand

www.reveyrand.fr