45 void buildMatchingNetwork_IdealTL(
double d,
double lstub);
48 void buildMatchingNetwork_Microstrip(
double d,
double lstub);
55 double normalizePhase(
double phase);
63 double calculateSusceptance(
double t,
double RL,
double XL,
double Z0);
70 double calculateT(
double RL,
double XL,
double Z0);
76 double calculateLineDistance(
double t,
double lambda);
83 double calculateStubLength(
double B,
double Z0,
double lambda);
Synthesize microstrip lines (definition)
Abstract base class for network implementations.
Abstract base class for network implementations.
Definition Network.h:27
Definition SingleStub.h:19
virtual ~SingleStub()
Class destructor.
Definition SingleStub.h:33
void synthesize()
Calculate component values and build schematic.
Definition SingleStub.cpp:12
SingleStub()
Class constructor.
Definition SingleStub.h:22
SingleStub(MatchingNetworkDesignParameters AS, double freq)
Class constructor with parameters.
Definition SingleStub.h:27
Graphical component representation in schematic (definition)
Matching network design parameters.
Definition structures.h:220