cst_matching_stub
Designs a single-stub impedance matching network by calculating the required stub length and distance from the load, using Smith chart transmission-line theory for a given frequency and load impedance.
Instructions
Design a single-stub impedance matching network. Computes the stub length and distance from the load using Smith chart transmission-line matching. Pure Python computation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| z0 | No | Characteristic impedance in ohms (default 50) | |
| stub_type | No | Stub termination type (default open) | open |
| z_load_imag | No | Load reactance in ohms (default 0) | |
| z_load_real | Yes | Load resistance in ohms | |
| frequency_ghz | Yes | Design frequency in GHz |