kicad/pcb_calculator/attenuators/tee_formula.md

384 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