kicad/pcb_calculator/attenuators/tee_formula.md

377 B

Tee attenuator

Zin desired input impedance in Ω
Zout desired output impedance
Zin = Zout

  • a attenuation in dB
  • L = 10a/20 (the loss)
  • A = (L + 1)/(L - 1)

  • R2 = 2√(L * Zin * Zout )/(L - 1)
  • R1 = Zin * A - R2
  • R3 = Zout * A - R2