SYNOPSIS[] = parallel_rl_s2p(Ls, Rs, Qs, freq, flag, Ls, Rs, Qs, Lp, Rp, Qp)PARAMETERSINPUT PARAMETERS
OUTPUT VALUESDESCRIPTIONFunction to calculate an equivalent parallel RL network from an input series RL network. EXAMPLE% 10 nH Ls=10e-9; % 0.5 Ohms Rs=0.5; % This value will be replaced Qs=100; % 100 MHz operation f=100e6; % Use Rs (and calculate Qs) flag=0; [Ls, Rs, Qs, Lp, Rp, Qp] = parallel_rl_s2p(Ls, Rs, Qs, f, flag); disp(sprintf('Equivalent parallel L = %g nH', Lp/1e-9)); disp(sprintf('Equivalent parallel R = %g kOhm', Rp/1e3)); disp(sprintf('Quality factor =%g',Qp)); SEE ALSOair_coil_calc AUTHORDan McMahill BUGSNone known Please report any bugs on the Wcalc Sourceforge Project Page Return to the MEX-Wcalc page. |
||||||||||
|
Copyright © 2001, 2002, 2004, 2005, 2006 Dan McMahill ALL RIGHTS RESERVED. |