8#ifndef MATCHINGNETWORKDESIGNER_H
9#define MATCHINGNETWORKDESIGNER_H
66 void synthesize_Two_Ports();
69 QList<ComponentInfo> Components;
70 QList<WireInfo> Wires;
71 QList<NodeInfo> Nodes;
Cascaded L-section matching network synthesis (definition)
Double stub matching network synthesis (definition)
Double-tapped resonator matching network synthesis (definition)
Lambda/8 + Lambda/4 matching network synthesis (definition)
L-section matching network synthesis (definition)
Quarterwave multisection transformer matching (definition)
Abstract base class for network implementations.
Pi-section matching network synthesis (definition)
Single stub matching network synthesis (definition)
Tapped-C transformer matching network synthesis (definition)
Tapped-L transformer matching network synthesis (definition)
Tee-section matching network synthesis (definition)
Management of the matching network design.
Definition MatchingNetworkDesigner.h:28
QMap< QString, QPen > displaygraphs
Display graphs.
Definition MatchingNetworkDesigner.h:51
void synthesize()
Synthesize the matching network.
Definition MatchingNetworkDesigner.cpp:10
~MatchingNetworkDesigner()
Class destructor.
Definition MatchingNetworkDesigner.h:36
QList< ComponentInfo > getComponents()
Get component list.
MatchingNetworkDesigner(MatchingData Params)
Class constructor.
Definition MatchingNetworkDesigner.h:31
QList< WireInfo > getWires()
Get wire list.
QList< NodeInfo > getNodes()
Get node list.
Abstract base class for network implementations.
Definition Network.h:27
Container for schematic circuit data.
Definition SchematicContent.h:27
Graphical component representation in schematic (definition)
Matching network design data.
Definition structures.h:243
Matching network design parameters.
Definition structures.h:220