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

Direct N-way Wye resistive power splitter. More...

#include <WyeCombiner.h>

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

Public Member Functions

 WyeCombiner ()
 Default constructor.
 
 WyeCombiner (PowerCombinerParams PS)
 Constructor with power combiner parameters.
 
virtual ~WyeCombiner ()
 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

Direct N-way Wye resistive power splitter.

The Wye splitter is the simplest N-way power divider. It connects an input port to N output ports through N resistors, whose values are:

R = Z0 * (N - 1) / (N + 1)

This value simultaneously matches all ports to Z0 and splits power equally. The network is inherently lossy: (N-1)/N of the input power is dissipated.

Port_in –[R_in]– Node –[R1]– Port1 ← top output(s) |-—[R2]– Port2 : └-—[Rk]– Portk ← bottom output(s) [1] https://www.microwaves101.com/encyclopedias/resistive-power-splitters

Constructor & Destructor Documentation

◆ WyeCombiner()

WyeCombiner::WyeCombiner ( PowerCombinerParams  PS)
inline

Constructor with power combiner parameters.

Parameters
paramsPower combiner specification parameters

Member Function Documentation

◆ synthesize()

void WyeCombiner::synthesize ( )
overridevirtual

Synthesize the Wye resistive splitter network.

Implements Network.


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