Main Content

vswr

VSWR at given reflection coefficient Γ

Description

example

ratio = vswr(gamma) calculates the voltage standing-wave ratio VSWR at the given reflection coefficientΓ as

VSWR=1+|Γ|1|Γ|

Examples

collapse all

Calculate the VSWR for a given reflection coefficient.

gamma = 1/3;
ratio = vswr(gamma)
ratio = 2.0000

Input Arguments

collapse all

Reflection coefficient, returned as a M element complex vector.

Data Types: double

Output Arguments

collapse all

Voltage standing wave ratio, returned as a real vector.

Version History

Introduced before R2006a