|
Qucs-S S-parameter Viewer & RF Synthesis Tools
|
Pi-section matching network synthesis (definition) More...


Go to the source code of this file.
Classes | |
| class | PiMatching |
| Pi-section matching network synthesis. More... | |
Enumerations | |
| enum class | PiNetworkMask : int { LP_LP = 1 , LP_HP = 2 , HP_LP = 3 , HP_HP = 4 } |
| Pi network topology mask (same encoding as TeeNetworkMask) More... | |
Pi-section matching network synthesis (definition)
|
strong |
Pi network topology mask (same encoding as TeeNetworkMask)
The Pi network is built from two back-to-back L-sections sharing a virtual intermediate resistance Rv. Each half can independently be low-pass (LP) or high-pass (HP):
| Mask | 1st half | 2nd half |
|---|---|---|
| 1 | LP | LP |
| 2 | LP | HP |
| 3 | HP | LP |
| 4 | HP | HP |