kicad/pcb_calculator/attenuators/tee_formula.h

13 lines
602 B
C
Raw Normal View History

// Do not edit this file, it is autogenerated by CMake from the .md file
_HKI( "### Tee Attenuator\n"
"___a___ is attenuation in dB \n"
"___Z<sub>in</sub>___ is desired input impedance in &#x2126; \n"
"___Z<sub>out</sub>___ is desired output impedance in &#x2126;\n"
"\n"
"___L = 10<sup>a/20</sup>___ \n"
"___A = (L+1) / (L&minus;1)___ \n"
"___R<sub>2</sub> = 2&sdot;&radic;(L &sdot; Z<sub>in</sub> &sdot; Z<sub>out</sub>) / (L&minus;1)___ \n"
"___R<sub>1</sub> = Z<sub>in</sub> &sdot; A &minus; R<sub>2</sub>___ \n"
"___R<sub>3</sub> = Z<sub>out</sub> &sdot; A &minus; R<sub>2</sub>___\n"
"" );