Skip to content

Commit 37660a4

Browse files
committed
Standardize MultiCapture ChannelEstimation headers and device details
- switch ChannelEstimation Min Avg Max visual to canonical device block device.mac_address and device.system_description - remove legacy CODING_AGENTS device injection block from ChannelEstimation Min Avg Max visual - remove sampled points wording from ChannelEstimation Min Avg Max and Echo Detection IFFT chart headers - keep chart header labels concise with frequency or delay ranges only - 2026-03-03 08:05:37
1 parent 25b43b5 commit 37660a4

8 files changed

Lines changed: 302385 additions & 120204 deletions

docs/visual-previews/MultiCapture/ChannelEstimation/Ofdm-ChannelEstimation-Analysis-Echo-Detection-IFFT.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/visual-previews/MultiCapture/ChannelEstimation/Ofdm-ChannelEstimation-Analysis-Min-Avg-Max.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/visual/MultiCapture/ChannelEstimation/Ofdm-ChannelEstimation-Analysis-Echo-Detection-IFFT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ var template = `
162162

163163
<div class="panel">
164164
<div class="panel-title">All Channels ({{channel_count}}) · IFFT Magnitude Aligned by Delay</div>
165-
<div class="panel-info">Master Axis: {{combined.delay_start_us}} - {{combined.delay_end_us}} μs ({{combined.total_points}} points, showing {{combined.display_points}} sampled)</div>
165+
<div class="panel-info">Master Axis: {{combined.delay_start_us}} - {{combined.delay_end_us}} μs</div>
166166
<canvas id="chart-all-aligned" class="chart-canvas" height="150"></canvas>
167167
</div>
168168

@@ -260,7 +260,7 @@ var template = `
260260

261261
var info = document.createElement('div');
262262
info.className = 'panel-info';
263-
info.textContent = 'Delay Range: ' + ch.delay_start_us + ' - ' + ch.delay_end_us + ' μs (' + ch.total_points + ' points, showing ' + ch.display_points + ' sampled)';
263+
info.textContent = 'Delay Range: ' + ch.delay_start_us + ' - ' + ch.delay_end_us + ' μs';
264264
panel.appendChild(info);
265265

266266
var chips = document.createElement('div');

0 commit comments

Comments
 (0)