Name
uW_S2P_write — Write S data into a S2P file.
Calling Sequence
uW_S2P_write(S,filename,comments)
Parameters
- filename
-
String parameter : filename of the S2P file including the path.
- S
-
tlist containing the S parameters.
- comments
-
vector of string. The comments line to write into the S2P file.
Description
This function write S parameters data into a S2P file.
Examples
// Get the T11 parameter of a measured device
//
freq=linspace(1,20,201).';
S=uW_cal_thru(freq);
filename=tk_getfile("*.s2p");
uW_S2P_write(S,filename,"Thru");
Authors
- Tibault Reveyrand
www.reveyrand.fr