Go to the source code of this file.
|
| _HKI ("### 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" "\n" "___K = V<sub>I</sub>/V<sub>O</sub> = 10<sup>a/20</sup>___<br>\n" "___L = K<sup>2</sup> = 10<sup>a/10</sup>___<br>\n" "___A = (L+1) / (L−1)___<br><br>\n" "___R2 = 2·√(L · Z<sub>in</sub> · Z<sub>out</sub>) / (L−1)___<br>\n" "___R1 = Z<sub>in</sub> · A − R2___<br>\n" "___R3 = Z<sub>out</sub> · A − R2___\n" "") |
|
◆ _HKI()