cst_matching_stub
Compute stub length and distance for single-stub impedance matching using Smith chart transmission-line matching. Accepts load impedance, characteristic impedance, frequency, and stub type.
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 |