What is the relationship between return loss, VSWR, and reflection coefficient and how do I convert between them?
Understanding Impedance Match Metrics
Every RF interface where the impedance is not perfectly matched reflects some portion of the incident signal back toward the source. These three metrics quantify the severity of this reflection from different mathematical perspectives. Engineers routinely convert between them depending on the context and convention.
Reflection coefficient (Γ or S11) is the fundamental measurement from a network analyzer. It is a complex number with magnitude and phase, plotted on the Smith Chart. The magnitude tells you how much power is reflected; the phase tells you the nature of the mismatch (inductive vs. capacitive). Component designers and matching network designers work primarily with Γ.
Return loss converts the magnitude of Γ to a logarithmic scale in dB. Higher return loss means better match (less reflection). System specifications typically use return loss because it maps intuitively to power budget accounting: 20 dB return loss means 1% of power reflected, which represents a 0.04 dB mismatch loss. Most system specs require 15 to 20 dB return loss at interfaces.
VSWR describes the standing wave pattern on a transmission line caused by the reflected wave interfering with the incident wave. It ranges from 1:1 (perfect match) to infinity (total reflection). VSWR was historically measured with slotted lines and remains the preferred specification for cables, connectors, and antennas.
VSWR = (1 + |Γ|)/(1 - |Γ|)
RL (dB) = -20·log₁₀(|Γ|) = 20·log₁₀((VSWR+1)/(VSWR-1))
Mismatch Loss = -10·log₁₀(1 - |Γ|²) dB
Frequently Asked Questions
Which metric should I use?
Use return loss for system interface specifications and link budgets. Use VSWR for cable, connector, and antenna specifications. Use Γ for circuit design, matching network synthesis, and Smith Chart analysis. They all describe the same physical phenomenon.
What is a 'good' match?
For most RF systems: VSWR < 2:1 (RL > 9.5 dB) is the minimum acceptable match. VSWR < 1.5:1 (RL > 14 dB) is good. VSWR < 1.2:1 (RL > 20 dB) is excellent. Precision measurement systems require 40+ dB return loss.
Does return loss include cable effects?
Measured return loss includes all reflections between the measurement reference plane and the DUT, including connectors and cable imperfections. De-embedding or calibration at the DUT reference planes is needed to isolate the DUT's return loss from the test fixture contributions.