LC ladder object
lcladder
class creates an LC ladder object that you can add
to an existing circuit. Create filters and calculate S-parameters of filters using
lcladder
class. You can also add the lcladder
object to an existing circuit.
You can also use the lcladder
object to convert the
rffilter
object to an LC ladder, LCLad =
lcladder(rffiltobj)
, where rffiltobj
is an rffilter
object.
lcobj = lcladder(
creates an LC ladder object, topology
,inductances
,capacitances
)lcobj
, with a topology,
top
, inductor values, l
, and
capacitor values, c
.
lcobj = lcladder(
creates an LC ladder object, rffilterobj
)lcobj
, with a name,
lcname
from an RF filter object, rffilter
.
lcobj = lcladder(___,
creates an LC ladder object, lcname
)lcobj
, with a name,
lcname
. lcname
must be a character
vector.
clone | Create copy of existing circuit element or circuit object |