Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Classes | Enumerations
TeeMatching.h File Reference

Tee-section matching network synthesis (definition) More...

#include "Schematic/Network.h"
#include "Schematic/component.h"
Include dependency graph for TeeMatching.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Tee-section matching network synthesis (definition)

Author
Andrés Martínez Mera - andre.nosp@m.smme.nosp@m.ra@pr.nosp@m.oton.nosp@m.mail..nosp@m.com
Date
Jan 6, 2026

Enumeration Type Documentation

◆ TeeNetworkMask

enum class TeeNetworkMask : int
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.