Difficulty: Easy
Correct Answer: 2
Explanation:
Introduction / Context:
VSWR quantifies mismatch on a transmission line. Using a directional coupler or dual-direction power meter, one can read forward power P_f and reflected power P_r, convert to the magnitude of the reflection coefficient |Γ|, and then compute VSWR. This is a standard test-bench task in RF labs.
Given Data / Assumptions:
Concept / Approach:
The power reflection coefficient is |Γ|^2 = P_r / P_f. Hence |Γ| = sqrt(P_r / P_f). VSWR is defined as (1 + |Γ|) / (1 − |Γ|) for 0 ≤ |Γ| < 1. After computing |Γ| from the given readings, plug into the VSWR formula to get the final ratio.
Step-by-Step Solution:
Verification / Alternative check:
Convert |Γ| to return loss: RL = −20 * log10(|Γ|) ≈ 9.58 dB. The VSWR corresponding to about 9.6 dB return loss is ~2:1, which corroborates the calculation.
Why Other Options Are Wrong:
Common Pitfalls:
Using power ratios directly in VSWR without taking the square root for |Γ|; mixing dB and linear units; misreading μW vs mW.
Final Answer:
2
Discussion & Comments