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

Tee-section matching network synthesis. More...

#include <TeeMatching.h>

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

Public Member Functions

 TeeMatching ()
 Default constructor.
 
 TeeMatching (MatchingNetworkDesignParameters AS, double freq, double Q, TeeNetworkMask mask)
 Constructor with parameters.
 
virtual ~TeeMatching ()
 Destructor.
 
void synthesize ()
 Calculate component values and build the schematic.
 
- 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

Tee-section matching network synthesis.

The Tee topology uses a series-shunt-series arrangement:

ZS ---[X1]---+---[X2]--- ZL
|
[B1]
|
GND

The virtual intermediate resistance Rv = (Q²+1)·min(ZS, ZL) controls the loaded Q. Each half is solved as an L-section; the two shunt susceptances are then combined at the centre node.

Reference: RF Design Guide – Systems, Circuits and Equations. Peter Vizmuller, Artech House, 1995.

Constructor & Destructor Documentation

◆ TeeMatching()

TeeMatching::TeeMatching ( MatchingNetworkDesignParameters  AS,
double  freq,
double  Q,
TeeNetworkMask  mask 
)
inline

Constructor with parameters.

Parameters
ASDesign specifications (Z0, ZL, Solution field unused here)
freqMatching frequency in Hz
QLoaded Q factor (must be > Qmin = sqrt(max/min impedance − 1))
maskTopology selection (LP_LP, LP_HP, HP_LP, HP_HP)

Member Function Documentation

◆ synthesize()

void TeeMatching::synthesize ( )
virtual

Calculate component values and build the schematic.

Implements Network.


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