jean-pierre charras 5d5363396c Add automatically generated files needed for translations.
These help files are created from the .md source files and contain I18n strings,
but do not exist if kicad is not built from sources.
However they are needed by translators.
2020-01-29 18:47:06 +01:00

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"
"" );