Create matching network for 1-port network and generate circuit object
Use the matchingnetwork
object to create a matching network
circuit for a 1-port network which match the impedance of given source to the impedance
of given load at a specified center frequency. The matchingnetwork
object stores the generated network as a circuit
object
in the Circuit
property. The function exportCircuits
could be also used to export the selected circuit(s)
generated.
matchnet = matchingnetwork
creates a matching network
object with default property values.
matchnet = matchingnetwork(Name,Value)
sets
properties using one or more name-value pairs. For example,
matchnet = matchingnetwork('SourceImpedance','60')
creates a matching network with a source impedance of 60 ohms.
addEvaluationParameter | Adds performance goal for sort, pass, or fail matching network design |
circuitDescriptions | Tables describing each created matching network's topology and performance |
getEvaluationParameters | Table of evaluation parameters currently used to rank and pass or fail matching network designs |
clearEvaluationParameter | Delete one or more performance goals |
exportCircuits | Select and export generated matching networks as circuit objects from an existing matching network object |
rfplot | Plot cumulative RF budget result versus cascade input frequency |
smithplot | Plot measurement data on Smith chart |
sparameters | S-parameter object |
[1] Ludwig, Reinhold, and Gene Bogdanov. RF Circuit Design: Theory and Applications. Prentice-Hall, 2009.
[2] Bowick, Chris, et al. RF Circuit Design. 2nd ed, 2008.