|
Qucs-S S-parameter Viewer & RF Synthesis Tools
|
Pi-section matching network synthesis. More...
#include <PiMatching.h>


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. | |
Pi-section matching network synthesis.
The Pi topology uses a shunt-series-shunt arrangement:
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.
|
inline |
| AS | Design specifications |
| freq | Matching frequency in Hz |
| Q | Loaded Q factor (must satisfy Q > sqrt(max/min − 1)) |
| mask | Topology selection |
|
virtual |
Synthesize the network.
Implements Network.