impedance
R2026bCalculate and plot input impedance of antenna or scan impedance of array
Syntax
Description
impedance(
calculates and plots the scan impedance of the specified antenna element in an
array.array,frequency,elementnumber)
returns the scan impedance z = impedance(array,frequency,elementnumber)z of the specified antenna element
in an array.
[___,
uses the specified frequency sweep interpolation method to calculate the antenna
impedance or array element scan impedance, and additionally returns the
interpolation method type and rational fit parameters stored in a frequency
sweep object sweepobj] = impedance(___,SweepOption=Value)sweepobj.
[___] = impedance(___,
specifies additional options using one or more name-value
arguments. For example,
Name=Value)impedance(dipole,60e6:1e6:80e6,UseParallel=true) uses
parallel pool to perform impedance 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.
