8#ifndef TAPPEDCMATCHING_H
9#define TAPPEDCMATCHING_H
41 : Specs(AS), f_match(freq), Q(Q) {}
53 void computeValues(
double &L,
double &C1,
double &C2,
bool &stepUp)
const;
Abstract base class for network implementations.
Abstract base class for network implementations.
Definition Network.h:27
Tapped-C transformer matching network synthesis.
Definition TappedCMatching.h:33
TappedCMatching(MatchingNetworkDesignParameters AS, double freq, double Q)
Definition TappedCMatching.h:40
void synthesize()
Synthesize the network.
Definition TappedCMatching.cpp:28
Graphical component representation in schematic (definition)
Matching network design parameters.
Definition structures.h:220