9#ifndef CASCADEDLCSECTIONS_H
10#define CASCADEDLCSECTIONS_H
51 void CreateLowpassSolution();
54 void CreateHighpassSolution();
Abstract base class for network implementations.
Cascaded L-section matching network synthesis Reference: Inder J. Bahl. "Fundamentals of RF and micro...
Definition CascadedLCSections.h:21
void synthesize()
Calculate component values and build schematic.
Definition CascadedLCSections.cpp:12
virtual ~CascadedLCSections()
Class destructor.
Definition CascadedLCSections.h:38
CascadedLCSections(MatchingNetworkDesignParameters AS, double freq)
Class constructor with parameters.
Definition CascadedLCSections.h:31
CascadedLCSections()
Class constructor.
Definition CascadedLCSections.h:24
Abstract base class for network implementations.
Definition Network.h:27
Graphical component representation in schematic (definition)
Matching network design parameters.
Definition structures.h:220