SYNOPSIS[N_out, len_out, fill_out] = air_coil_syn(L, len, fill, AWG, rho, dia, freq, flag)PARAMETERSINPUT PARAMETERS
OUTPUT VALUES
DESCRIPTIONFunction to synthesize the physical parameters of a single layer, uniformly spaced, air core, solenoid inductor. The physical dimensions of the coil are synthesized from an inductance specification. EXAMPLE// we want 220 nH L=220e-9; // we'll synthesize the number of turns N=0; // we'll synthesize the length/fill len=0; // we'll synthesize the length/fill fill=0; // wire size AWG=22; // Resistivity of copper (ohm-m) rho=1.72e-8; // 0.25 inches inside diameter dia=0.25*0.0254; // 10 MHz operation f=10e6; // synthesize for minimum number of turns flag=0; [Nout,len_out,fill_out] = air_coil_syn(L,N,len,fill,AWG,rho,dia,f,flag); disp(sprintf('Number of turns = %g ',Nout)); disp(sprintf('Length=%g inches',len_out/0.0254)); disp(sprintf('Fill=%g',fill_out)); 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. |