The release focuses on introducing the Port Z (Impedance Renormalization) feature, allowing measurements to be renormalized for 50 or 75 Ohm systems. It also includes comprehensive documentation updates and minor code cleanup.
New Features
-
Impedance Renormalization (Port Z):
- Implemented logic in src/rf/pipeline.c to renormalize S11 measurements when PORT_Z is set to values other than 50 Ohm (e.g., 75 Ohm).
- The formula used: Gamma_new = (Gamma - k) / (1 - Gamma * k) where k is the reflection coefficient of the new reference impedance.