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

Pi-section matching network synthesis. More...

#include <PiMatching.h>

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

Public Member Functions

 PiMatching (MatchingNetworkDesignParameters AS, double freq, double Q, PiNetworkMask mask)
 
void synthesize ()
 Synthesize the 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

Pi-section matching network synthesis.

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

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

Rv = max(ZS, ZL) / (Q²+1) is always smaller than both ZS and ZL.

Reference: Microwave and RF Design Networks. Steer, M. 2019. North Carolina State University Libraries. Page 174.

Constructor & Destructor Documentation

◆ PiMatching()

PiMatching::PiMatching ( MatchingNetworkDesignParameters  AS,
double  freq,
double  Q,
PiNetworkMask  mask 
)
inline
Parameters
ASDesign specifications
freqMatching frequency in Hz
QLoaded Q factor (must satisfy Q > sqrt(max/min − 1))
maskTopology selection

Member Function Documentation

◆ synthesize()

void PiMatching::synthesize ( )
virtual

Synthesize the network.

Implements Network.


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