VSWR Calculator Formula
Understand the math behind the vswr calculator. Each variable explained with a worked example.
Formulas Used
VSWR
vswr = (1 + gamma) / (1 - gamma)Reflection Coefficient
reflection_coeff = gammaReturn Loss
return_loss = -20 * log10(gamma)Mismatch Loss
mismatch_loss = -10 * log10(1 - pow(gamma, 2))Power Reflected
power_reflected_pct = pow(gamma, 2) * 100Variables
| Variable | Description | Default |
|---|---|---|
z_load | Load Impedance(Ω) | 75 |
z0 | Characteristic Impedance(Ω) | 50 |
gamma | Derived value= abs((z_load - z0) / (z_load + z0)) | calculated |
How It Works
What is VSWR?
VSWR (Voltage Standing Wave Ratio) measures impedance mismatch between a transmission line and its load. A perfect match is 1:1.
Formulas
Gamma = |Z_load - Z_0| / |Z_load + Z_0|
VSWR = (1 + Gamma) / (1 - Gamma)
Return Loss = -20 x log10(Gamma) dB
Interpretation
Worked Example
75 ohm load on a 50 ohm transmission line.
z_load = 75z0 = 50
- 01Gamma = |75 - 50| / |75 + 50| = 25 / 125 = 0.2000
- 02VSWR = (1 + 0.2) / (1 - 0.2) = 1.2 / 0.8 = 1.50
- 03Return loss: -20 x log10(0.2) = 13.98 dB
- 04Power reflected: 0.04 = 4.0%
Ready to run the numbers?
Open VSWR Calculator