Create RF budget object and compute RF budget results for chain of 2-port elements
Use the rfbudget
object to create an rfbudget element to
calculate RF budget results of a circuit. You can use any 2-port element in this circuit
such as amplifier
,
nport
, or
modulator
. Open
the complete rfbudget
circuit in an RF
Budget Analyzer app. You can also export the completed circuit to RF Blockset™.
rfobj = rfbudget
creates an rfbudget
object, rfobj
, with default empty property values.
rfobj = rfbudget(
creates an RF budget object from the input RF elements, and independently
computes an RF budget analysis at the specified input frequencies, available
input power, and signal bandwidth. The input arguments are stored in the
elements
,inputfreq
,inputpwr
,bandwidth
)Elements
, InputFrequency
,
AvailableInputPower
, and
SignalBandwidth
properties. The analysis results are
stored in dependent properties. By default, if any of the input properties
are changed, the object recomputes results.
rfobj = rfbudget(___,
sets
the autoupdate
)AutoUpdate
property. Setting
AutoUpdate
to false turns off automatic budget
recomputation as parameters are changed. You can use this syntax with any of
the previous syntaxes.
rfobj = rfbudget(...,Name,Value)
creates RF budget
object with additional properties specified by one or more name-value pair
arguments. Name
is the property name and
Value
is the corresponding value. You can specify
several name-value pair arguments in any order as Name1
,
Value1
, ...
,
NameN
, ValueN
. Properties not
specified retain their default values.
show | Graphical summary of all relevant spurs and spur-free zones |
computeBudget | Compute results of rfbudget object |
exportScript | Export MATLAB code that generates RF budget object |
exportRFBlockset | Create RF Blockset model from RF budget object |
exportTestbench | Create measurement testbench from RF budget object |
rfplot | Plot cumulative RF budget result versus cascade input frequency |
smithplot | Plot impedance transformation for selected matching network on smith chart |
polar | Plot specified object parameters on polar coordinates |