|
Qucs-S S-parameter Viewer & RF Synthesis Tools
|
Double stub matching network synthesis Reference: 'Microwave Engineering', David Pozar. John Wiley and Sons. 4th Edition. Pg 241-245. More...
#include <DoubleStub.h>


Public Member Functions | |
| DoubleStub () | |
| Class constructor. | |
| DoubleStub (MatchingNetworkDesignParameters AS, double freq) | |
| Class constructor with parameters. | |
| virtual | ~DoubleStub () |
| Class destructor. | |
| void | synthesize () |
| Calculate component values and build schematic. | |
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. | |
Double stub matching network synthesis Reference: 'Microwave Engineering', David Pozar. John Wiley and Sons. 4th Edition. Pg 241-245.
Double stub matching network synthesis Reference: 'Microwave Engineering', David Pozar. John Wiley and Sons. 4th Edition. Pg 234-241.
|
inline |
Class constructor with parameters.
| AS | Design specifications |
| freq | Matching frequency |
|
virtual |
Calculate component values and build schematic.
Implements Network.