logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

coax - determine impedance of a coaxial structure, where the inner may be offset from the centre if

Description

       coax computes the impedance of a coaxial cable, given the outside diameter of the inner conductor d,  the
       internal  diameter  of the outer conductor D and the relative permittivity of the dielectric Er. If there
       is an offset between the inner and outer (i.e. the coax is eccentric), the  offset  can  be  given  as  a
       option. coax uses the equation
       Zo=59.95849160 ln(x+sqrt(x^2-1)) /sqrt(Er)  Ohms
       where x=(d^2+D^2-4 O^2)/(2*D*d)

Files

       coax does not read/write any files.

Name

coax  -  determine  impedance  of  a  coaxial structure, where the inner may be offset from the centre if
       necessary.

See Also

atlc(1)
       create_bmp_for_circ_in_circ(1)
       create_bmp_for_circ_in_rect(1)
       create_bmp_for_microstrip_coupler(1)
       create_bmp_for_rect_cen_in_rect(1)
       create_bmp_for_rect_cen_in_rect_coupler(1)
       create_bmp_for_rect_in_circ(1)
       create_bmp_for_rect_in_rect(1)
       create_bmp_for_stripline_coupler(1)
       create_bmp_for_symmetrical_stripline(1)
       design_coupler(1)
       dualcoax(1)
       find_optimal_dimensions_for_microstrip_coupler(1)
       readbin(1)

       http://atlc.sourceforge.net      - Home page
       http://sourceforge.net/projects/atlc   - Download area
       /usr/local/share/atlc/docs/html-docs/index.html  - HTML docs
       /usr/local/share/atlc/docs/qex-december-1996/atlc.pdf - theory paper
       /usr/local/share/atlc/examples    - examples

Dr. David Kirkby                            atlc-4.6.0 28th Oct 2003                                     coax(1)

Synopsis

coax[-Ooffset]dDEr

See Also