|
Qucs-S S-parameter Viewer & RF Synthesis Tools
|
Direct N-way Wye resistive power splitter. More...
#include <WyeCombiner.h>


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. | |
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
|
inline |
Constructor with power combiner parameters.
| params | Power combiner specification parameters |
|
overridevirtual |
Synthesize the Wye resistive splitter network.
Implements Network.