<< uW_S2P_flip S2P files uW_S2P_read >>

Microwave Toolbox >> S2P files > uW_S2P_freq

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

Authors

Tibault Reveyrand

www.reveyrand.fr


Report an issue
<< uW_S2P_flip S2P files uW_S2P_read >>