Infer Skin-Effect Transmission-Line Dispersion from Calibration Data¶
- Task ID:
electrical_engineering.lossy_tline_skin - Domain:
electrical_engineering - Subdomain:
signal_integrity_transmission_lines - Status:
test - Tags:
signal_integrity,transmission_line,skin_effect,telegrapher_equations,pulse_dispersion,inverse_problem,calibration_transfer
Public Summary¶
This page is generated from task metadata and selected public-safe excerpts.
Example B1 Prompt Excerpt¶
# Skin-Effect Transmission-Line Calibration and Prediction
## Problem
You are given raw measured transfer functions for several lossy PCB-like transmission-line samples. The measurements are not pure line responses: they contain intrinsic line propagation, a shared launch/fixture transfer function, and small per-line amplitude/delay normalization errors. The calibration set contains repeated width/roughness geometries at different lengths. Use that structure to infer an intrinsic frequency-dependent line model, then predict the intrinsic target-line transfer functions and received pulse waveforms.
Use SI units and the `exp(+j*omega*t)` phasor convention.
One reliable route is:
1. For calibration lines with the same width and roughness but different lengths, compare log transfer functions to estimate the length-dependent propagation constant while canceling most shared fixture response.
2. Fit a compact geometry-dependent propagation model to the de-embedded calibration behavior.
3. Use a telegrapher-style propagation factor for targets:
Notes¶
- This page is a generated site artifact.
- Higher-level prompt details and internal benchmark specifics may remain intentionally undisclosed.