mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Don't use substripts in HTML if there is just a number in the subscript: "R1", not "R<sub>1</sub>", except for characteristic impedance. And of course still use "Z<sub>in</sub>", not "Zin". This is also consistent with the images.
12 lines
487 B
C
12 lines
487 B
C
// Do not edit this file, it is autogenerated by CMake from the .md file
|
|
_HKI( "### Bridged Tee Attenuator\n"
|
|
"___a___ is attenuation in dB<br>\n"
|
|
"___Z<sub>in</sub>___ is desired input impedance in Ω<br>\n"
|
|
"___Z<sub>out</sub>___ is desired output impedance in Ω<br>\n"
|
|
"___Z<sub>0</sub> = Z<sub>in</sub> = Z<sub>out</sub>___\n"
|
|
"\n"
|
|
"___L = 10<sup>a/20</up>___<br>\n"
|
|
"___R1 = Z<sub>0</sub> · (L−1)___<br>\n"
|
|
"___R2 = Z<sub>0</sub> / (L−1)___\n"
|
|
"" );
|