mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 18:23:15 +02:00
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.
14 lines
510 B
C
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 Ω<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√(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"
|
|
"" );
|