sparameters
R2026bS-parameters for antenna or array
Syntax
Description
[___] = sparameters(___,
calculates the complex S-parameter of antenna or array using Z0)Z0
reference impedance.
[___] = sparameters(___,
uses the parallel pool to calculate S-parameter of antenna or array for each frequency. To
use this feature, you need a Parallel Computing Toolbox™ license.UseParallel=true)
[___,
uses the specified frequency sweep interpolation method to calculate S-parameters of
antenna or array, and returns the type of interpolation method and rational fit parameters
in addition to the calculated S-parameters.sweepobj] = sparameters(___,SweepOption=Value)
converts the network parameter object, sobj = sparameters(netparamobj)netparamobj, to S-parameter
object with the default reference impedance.
converts the network parameter object sobj = sparameters(netparamobj,Z0)netparamobj to S-parameter object
with a Z0 reference impedance.
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.
References
[1] Yuan, Hao-Bo, Wen-Tao Bao, Chung Hyun Lee, Brian F. Zinser, Salvatore Campione, and Jin-Fa Lee. “A Method of Moments Wide Band Adaptive Rational Interpolation Method for High-Quality Factor Resonant Cavities.” IEEE Transactions on Antennas and Propagation 70, no. 5 (2022): 3595–604. https://doi.org/10.1109/TAP.2022.3142281.
Version History
Introduced in R2015aSee Also
Functions
sparameters(RF Toolbox) |vswr|returnLoss|impedance|feedCurrent|efficiency|correlation

