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


Go to the source code of this file.
Classes | |
| class | TeeMatching |
| Tee-section matching network synthesis. More... | |
Enumerations | |
| enum class | TeeNetworkMask : int { LP_LP = 1 , LP_HP = 2 , HP_LP = 3 , HP_HP = 4 } |
| Tee network topology mask: selects which combination of LP/HP sub-sections is used for the two halves of the Tee. More... | |
Tee-section matching network synthesis (definition)
|
strong |
Tee network topology mask: selects which combination of LP/HP sub-sections is used for the two halves of the Tee.
The Tee network is built from two back-to-back L-sections that share a virtual intermediate resistance Rv. Each half can independently be a low-pass (LP) or high-pass (HP) L-section, giving four combinations:
| Mask | 1st half | 2nd half |
|---|---|---|
| 1 | LP | LP |
| 2 | LP | HP |
| 3 | HP | LP |
| 4 | HP | HP |
| Enumerator | |
|---|---|
| LP_LP | Both halves low-pass. |
| LP_HP | 1st half low-pass, 2nd half high-pass |
| HP_LP | 1st half high-pass, 2nd half low-pass |
| HP_HP | Both halves high-pass. |