Skip to content

Implement group-delay variance/std-dev metric (with test) #8

Description

@RFingAdam

Group-delay dispersion across theta was advertised but never computed — the variance/std block in plot_antenna/groupdelay.py was dead code referencing an undefined name (group_delays_at_freq_ps). The broken block has been removed; this issue tracks implementing the metric properly.

Acceptance criteria

  • Compute per-frequency variance + std-dev of group delay across theta from group_delays_at_freq (seconds), surfaced (return value and/or plot).
  • Unit test with a synthetic dataset asserting known variance/std.

Ref: plot_antenna/groupdelay.py:145-157. From review docs/REVIEW_2026-05.md (R1).

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingrf-accuracyRF math correctness / measurement accuracy

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions