kicad/pcb_calculator/attenuators/pi_formula.h

13 lines
484 B
C

// Do not edit this file, it is autogenerated by CMake from the .md file
_HKI( "### PI 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 = (L- 1) / 2 \\* &radic; ( (Zin \\* Zout) / L)___\n"
"* ___R1 = 1 / (A / Zin - 1 / R2)___\n"
"* ___R3 = 1 / (A / Zout - 1 / R2)___" );