cst_matching_quarter_wave
Design quarter-wave transformer matching networks to match source and load impedances. Supports single and multi-section designs with binomial or Chebyshev profiles.
Instructions
Design a quarter-wave transformer matching network. Supports single and multi-section designs with maximally flat (binomial) or Chebyshev impedance profiles. Pure Python computation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| design | No | Multi-section design method (default maximally_flat) | maximally_flat |
| z_load | Yes | Load impedance in ohms | |
| z_source | Yes | Source impedance in ohms | |
| num_sections | No | Number of quarter-wave sections (1-4, default 1) | |
| frequency_ghz | Yes | Design center frequency in GHz |