|
Qucs-S S-parameter Viewer & RF Synthesis Tools
|
Delta resistive power splitter. More...
#include <DeltaCombiner.h>


Public Member Functions | |
| DeltaCombiner () | |
| Default constructor. | |
| DeltaCombiner (PowerCombinerParams PS) | |
| Constructor with power combiner parameters. | |
| virtual | ~DeltaCombiner () |
| Destructor. | |
| void | synthesize () override |
| Synthesize the Wye resistive splitter network. | |
Public Member Functions inherited from Network | |
| virtual | ~Network () |
| Destructor. | |
Additional Inherited Members | |
Public Attributes inherited from Network | |
| SchematicContent | Schematic |
| Circuit data including components, nets, and simulation info. | |
Delta resistive power splitter.
The Delta resistive combiner is a network of three resistors connected in Delta shape. It could be implemented for N-outputs, but the layout would be a mesh. For this reason, it is only implemented with two outputs, giving a power split of 6 dB The resistors are all Z0
This value simultaneously matches all ports to Z0 and splits power equally.
Port_in -—[R0]-----— Port2 | | | [R0] | | └–[R0]-----— Port3
[1] https://www.microwaves101.com/encyclopedias/resistive-power-splitters
|
inline |
Constructor with power combiner parameters.
| params | Power combiner specification parameters |
|
overridevirtual |
Synthesize the Wye resistive splitter network.
Implements Network.