lcladder
Create LC ladder network
Description
Use an lcladder
object:
To create an LC ladder filter.
To convert an
rffilter
object to an LC ladder.To model an LC circuit in cascaded stages using an
rfbudget
object or the RF Budget Analyzer app.
Creation
Description
lcobj = lcladder(
creates an LC ladder object top
,L
,C
)lcobj
and sets the Topology, Inductances, and Capacitances
properties.
lcobj = lcladder(
creates a LC ladder object rffilterobj
)lcobj
from an RF filter object
rffilterobj
.
lcobj = lcladder(___,
creates an LC ladder object lcname
)lcobj
and sets the Name property.
Specify lcname
after all other input arguments.
Input Arguments
Properties
Object Functions
sparameters | Calculate S-parameters for RF data, network, circuit, and matching network objects |
groupdelay | Group delay of S-parameter object or RF filter object or RF Toolbox circuit object |
clone | Create copy of existing circuit element or circuit object |
rfplot | Plot S-parameter data |
Examples
Version History
Introduced in R2013b