8#ifndef DOUBLETAPPEDRESONATORMATCHING_H
9#define DOUBLETAPPEDRESONATORMATCHING_H
46 double Q,
double Ltap)
47 : Specs(AS), f_match(freq), Q(Q), Ltap(Ltap) {}
58 void computeValues(
double &L1,
double &L2,
double &C1,
double &C2)
const;
Abstract base class for network implementations.
Double-tapped resonator matching network synthesis.
Definition DoubleTappedResonatorMatching.h:37
DoubleTappedResonatorMatching(MatchingNetworkDesignParameters AS, double freq, double Q, double Ltap)
Definition DoubleTappedResonatorMatching.h:45
void synthesize()
Synthesize the network.
Definition DoubleTappedResonatorMatching.cpp:32
Abstract base class for network implementations.
Definition Network.h:27
Graphical component representation in schematic (definition)
Matching network design parameters.
Definition structures.h:220