rf.Sparameter
Description
Use the idealized baseband rf.Sparameter
System object™ to model RF complex baseband S-parameter systems for command line simulation.
You can input your S-parameters as a Touchstone file, an sparameters
object,
or as a rational
object. If you describe the S-parameters using a Touchstone
file or an sparameters
object, the software uses rational fitting to derive a
rational
object. You can also model your S-parameters data in either the
time or the frequency domain and plot the S-parameters characteristics.
To model a RF complex baseband S-parameter system:
Create the
rf.Sparameter
object and set its properties.Call the object with arguments, as if it were a function.
To learn more about how System objects work, see What Are System Objects?
Creation
Description
creates an idealized
S-parameter element that allows you to model complex baseband S-parameter systems.rfspara
= rf.Sparameter
sets properties of the rfspara
= rf.Sparameter(Name=Value
)rf.Sparameter
object using one or more name-value
arguments. For example, rfspara = rf.Sparameter(FileName='default.s2p')
creates an idealized S-parameter element using the default.s2p
Touchstone file. Properties you do not specify retain their default values.
Properties
Usage
Syntax
Description
Input Arguments
Output Arguments
Object Functions
To use an object function, specify the
System object as the first input argument. For
example, to release system resources of a System object named obj
, use
this syntax:
release(obj)
Examples
Version History
Introduced in R2024b