create matching network for 1-凯发k8网页登录
create matching network for 1-port network and generate circuit object
since r2019a
description
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 could be also used to export the selected circuit(s)
generated.
you can use matching network designer app to design, visualize, and compare matching networks for one-port load. for more information, see .
creation
description
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.
properties
object functions
adds performance goal for sort, pass, or fail matching network design | |
tables describing each created matching network's topology and performance | |
table of evaluation parameters currently used to rank and pass or fail matching network designs | |
delete one or more performance goals | |
select and export generated matching networks as circuit objects from an existing matching network object | |
plot input reflection coefficient and transducer gain of matching network | |
plot measurement data on smith chart | |
sparameters | calculate s-parameters for rf data, network, circuit, and matching network objects |
examples
references
[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.
version history
introduced in r2019a