SYNOPSIS[] = parallel_rc_p2s(Cp, Rp, Qp, freq, flag, Cs, Rs, Qs, Cp, Rp, Qp)PARAMETERSINPUT PARAMETERS
OUTPUT VALUESDESCRIPTIONFunction to calculate an equivalent series RC network from an input parallel RC network. EXAMPLE% 10 pF Cp=10e-12; % 5 kOhms Rp=5e3; % This value will be replaced Qp=100; % 100 MHz operation f=100e6; % Use Rp (and calculate Qp) flag=0; [Cs, Rs, Qs, Cp, Rp, Qp] = parallel_rc_p2s(Cp, Rp, Qp, f, flag); disp(sprintf('Equivalent series C = %g pF', Cs/1e-12)); 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 MEX-Wcalc page. |
||||||||||
|
Copyright © 2001, 2002, 2004, 2005, 2006 Dan McMahill ALL RIGHTS RESERVED. |