25#ifndef DIRECTCOUPLEDFILTERS_H
26#define DIRECTCOUPLEDFILTERS_H
29#include "./../../../Schematic/Network.h"
30#include "./../../../Schematic/component.h"
31#include "./../LowpassPrototypeCoeffs.h"
52 std::deque<double> gi;
57 void Synthesize_Capacitive_Coupled_Shunt_Resonators();
62 void Synthesize_Inductive_Coupled_Shunt_Resonators();
67 void Synthesize_Capacitive_Coupled_Series_Resonators();
72 void Synthesize_Inductive_Coupled_Series_Resonators();
77 void Synthesize_QuarterWave_Coupled_Shunt_Resonators();
Synthesis of different topologies of Direct-Coupled filters.
Definition DirectCoupledFilters.h:43
virtual ~DirectCoupledFilters()
Class destructor.
Definition DirectCoupledFilters.cpp:29
void synthesize()
Handles the direct-coupled filter implementation.
Definition DirectCoupledFilters.cpp:38
Definition structures.h:115