cst_matching_pi_network
Design a Pi-section impedance matching network with controllable Q factor for RF impedance matching between source and load.
Instructions
Design a Pi-section impedance matching network (C-L-C or L-C-L). Uses two back-to-back L-sections via a virtual resistance for controllable Q factor. Pure Python computation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q_factor | No | Desired loaded Q factor. Must be > sqrt(R_large/R_small - 1). If omitted, a default Q is chosen automatically. | |
| 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 | |
| z_source_imag | No | Source reactance in ohms (default 0) | |
| z_source_real | Yes | Source resistance in ohms |