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