mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-15 02:33: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.
13 lines
471 B
C
13 lines
471 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 Ω<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 \\* √ ( (Zin \\* Zout) / L)___\n"
|
|
"* ___R1 = 1/( A/Zin - 1/R2 )___\n"
|
|
"* ___R3 = 1/ (A/Zout - 1/R2 )___" );
|