8#ifndef RECOMBINANT3WAYWILKINSON_H
9#define RECOMBINANT3WAYWILKINSON_H
44 double Z1, Z2, Z3, Z4, Z5, Z6, R1, R2;
47 void calculateParams();
50 void buildRecombinant3Way_IdealTL();
53 void buildRecombinant3Way_Microstrip();
56 void setComponentsLocation();
63 QVector<QPoint> Ports_pos;
66 QVector<QPoint> Riso_pos;
69 QVector<QPoint> TL_pos;
72 QVector<QPoint> N_pos;
Synthesize microstrip lines (definition)
Abstract base class for network implementations.
Abstract base class for network implementations.
Definition Network.h:27
Recombinant 3-way Wilkinson-type power combiner/divider network References: [1] "Power combiners,...
Definition Recombinant3WayWilkinson.h:24
Recombinant3WayWilkinson(PowerCombinerParams PS)
Constructor with power combiner parameters.
Definition Recombinant3WayWilkinson.h:31
void synthesize()
Synthesize the network.
Definition Recombinant3WayWilkinson.cpp:23
Recombinant3WayWilkinson()
Class constructor.
Definition Recombinant3WayWilkinson.h:27
virtual ~Recombinant3WayWilkinson()
Class destructor.
Definition Recombinant3WayWilkinson.h:34
Graphical component representation in schematic (definition)
Utility functions needed across the whole project.
Power combiner parameters.
Definition structures.h:261