Interpolates the S-Parameter sweep file with the specified parameter values.
Syntax |
Description |
---|---|
M = readnportsparameterat("coupler_s_parameter_sweep.txt", sweep_param) |
Interpolates the S-Parameter sweep file with the specified parameter values. coupler_s_parameter_sweep.txt: S-Parameter sweep file sweep_param: specified sweep parameters, usually in the format of a matrix |
sweep_param = matrix( 3 );
sweep_param(1)=radius; sweep_param(2)=Lc; sweep_param(3)=gap; ?M = readnportsparameterat("coupler_s_parameter_sweep.txt", sweep_param );
See Also