Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | List of all members
DeltaCombiner Class Reference

Delta resistive power splitter. More...

#include <DeltaCombiner.h>

Inheritance diagram for DeltaCombiner:
Inheritance graph
[legend]
Collaboration diagram for DeltaCombiner:
Collaboration graph
[legend]

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.
 

Detailed Description

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

Constructor & Destructor Documentation

◆ DeltaCombiner()

DeltaCombiner::DeltaCombiner ( PowerCombinerParams  PS)
inline

Constructor with power combiner parameters.

Parameters
paramsPower combiner specification parameters

Member Function Documentation

◆ synthesize()

void DeltaCombiner::synthesize ( )
overridevirtual

Synthesize the Wye resistive splitter network.

Implements Network.


The documentation for this class was generated from the following files: