circuit object -凯发k8网页登录
circuit object
description
use circuit
object to build a circuit object which can
contain elements like resistor, capacitor, and inductor.
creation
syntax
description
cktobj = circuit
creates a circuit object
cktobj
with a default name.
cktobj = circuit(cktname)
creates a circuit object
cktobj
with name of
cktname
.
cktobj = circuit([
creates a circuit object elem1,...,elemn
])cktobj
by cascading the
specified 2-port elements.
cktobj = circuit([
creates a cascaded circuit object elem1,...,elemn
],cktname)cktobj
with the name,
cktname
.
input arguments
properties
object functions
sparameters | calculate s-parameters for rf data, network, circuit, and matching network objects |
group delay of s-parameter object or rf filter object or rf toolbox circuit object | |
insert circuit element or circuit object into circuit | |
delete circuit object and decouple its elements | |
set ports of circuit object | |
set terminals of circuit object | |
create copy of existing circuit element or circuit object | |
convert lumped element circuit to distributed element circuit using richards' transformation |
examples
version history
introduced in r2013b