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