vswr
R2026bCalculate and plot voltage standing wave ratio (VSWR) of antenna or array element
Syntax
Description
[___,
uses the specified frequency sweep interpolation method to calculate the antenna
or array element VSWR, and additionally returns the interpolation method type
and rational fit parameters stored in a frequency sweep object
sweepobj] = vswr(___,SweepOption=Value)sweepobj.
[___] = vswr(___,
specifies additional options using one or more name-value
arguments. For example,
Name=Value)vswr(dipole,60e6:1e6:80e6,UseParallel=true) uses parallel
pool to perform VSWR calculation at each frequency for a dipole antenna.
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Tips
Interpolating frequency sweeps may report results at frequencies that differ from the frequencies you specify. If you require results at exact frequencies, either use the default direct sweep, or set the
NumFreqsproperty of thefrequencySweepobject greater than or equal to the number of frequencies you provide.When using the
"interp"or"interpWithGrad"sweep options, provide more than 30 frequency points to have the sweep use your frequency resolution exactly; otherwise the sweep defaults to 100 points across the band.
