37 EndCoupled(FilterSpecifications FS) { Specification = FS; }
44 struct FilterSpecifications Specification;
48 void buildFilter_IdealTL(
const std::deque<double>& gi);
52 void buildFilter_Microstrip(
const std::deque<double>& gi);
Calculation of the normalized lowpass filter coefficients (definition)
Synthesize microstrip lines (definition)
Abstract base class for network implementations.
Implements an end-coupled resonator bandpass filter.
Definition EndCoupled.h:26
EndCoupled()
Default constructor.
Definition EndCoupled.h:29
EndCoupled(FilterSpecifications FS)
Constructor with filter specifications.
Definition EndCoupled.h:37
void synthesize()
Synthesizes the filter based on the provided specifications.
Definition EndCoupled.cpp:15
virtual ~EndCoupled()
Virtual destructor.
Definition EndCoupled.h:32
Abstract base class for network implementations.
Definition Network.h:27
Graphical component representation in schematic (definition)