kicad/pcb_calculator/attenuators/tee_formula.h

14 lines
510 B
C

// Do not edit this file, it is autogenerated by CMake from the .md file
_HKI( "## Tee attenuator\n"
"__Zin__ desired input impedance in &#x2126;<br>\n"
"__Zout__ desired output impedance<br>\n"
"__Zin = Zout__<br><br>\n"
"\n"
"* __a__ attenuation in dB\n"
"* __L = 10<sup>a/20</sup>__ (the loss)\n"
"* ___A = (L + 1)/(L - 1)___<br><br>\n"
"* ___R2 = 2&radic;(L \\* Z<sub>in</sub> \\* Z<sub>out</sub> )/(L - 1)___\n"
"* ___R1 = Z<sub>in</sub> \\* A - R2___\n"
"* ___R3 = Z<sub>out</sub> \\* A - R2___\n"
"" );