HomeDocs-Technical WhitePaper27-EFT.WP.Packets.Light v1.0

Chapter 3 — Framing & Timebase (epoch / frame / slot / sym)


One-sentence goal: Define the timebase and framing hierarchy for optical packets—epoch → frame → slot → sym—and provide computable conventions and interfaces for alignment, timing, and timestamping so arrival time, queuing, and scheduling are auditable and persistable on a unified clock.


I. Scope & Objects

  1. Inputs
    • TX/RX timebases: timebase_tx, timebase_rx; a unified settlement timebase tau_mono and publication instant ts (see the TimeBase/Sync volume).
    • Framing spec: epoch, frame, slot, sym with { T_epoch, T_f, T_slot, T_sym, T_guard }.
    • Pilots / sync: pilot, preamble, training, and timestamp label ts_tag.
    • Physical parameters: sampling rate Fs, symbol rate Rs = 1 / T_sym, coding / overhead { R_c, OH }.
  2. Outputs
    • Frame alignment / timing estimates: { offset, skew, J } and arrival-time mapping t_rx ↔ t_tx.
    • Structured boundaries: { epoch_id, frame_id, slot_id, sym_id }, the framed packet structure, and conservation checks.
    • Two-form discrepancy: timing difference between counting and continuous conventions, delta_form_frame.
  3. Boundary
    Physical propagation and dispersion are not repeated here; their residuals are external corrections (see Chapters 2 and 8). This chapter focuses on timebase / framing and synchronization.

II. Terms & Variables


III. Postulates P603-*


IV. Minimal Equations S603-*

  1. Hierarchy-to-time mapping
    • Counting form:
      t̂_cnt = t_epoch₀ + epoch_id*T_epoch + frame_id*T_f + slot_id*T_slot + sym_id*T_sym + k_guard*T_guard.
    • Continuous form:
      t̂_cont = ( ∫_{tau_mono,win} w(τ) τ dτ ) / ( ∫_{tau_mono,win} w(τ) dτ ) (weighted centroid of correlation peaks / pilot matching).
  2. Clock model & correction
    • TX→RX mapping: t_rx = (1+skew) * t_tx + offset + J(t).
    • Linear LS estimate:
      min_{offset,skew} ∑_i | t_rx(i) - (1+skew) t_tx(i) - offset |^2, solve for skew, offset.
    • Jitter RMS: σ_J = sqrt( E[ ( J(t) - E[J] )^2 ] ), evaluated in a sliding window.
  3. Frame sync / pilot correlation
    • Autocorrelation peak: r_xy(τ) = ( ∫ x(t) y(t-τ) dt ), boundary locator τ* = argmax_τ r_{pilot,rx}(τ).
    • Symbol timing offset: e_sym = τ* mod T_sym, frame alignment error e_align = τ* mod T_f.
  4. Guard conservation & collision avoidance
    T_slot = N_sym*T_sym + N_gap*T_guard, with conservation assertion:
    T_guard ≥ T_guard_min ≥ 2*σ_J + ΔCD + ΔPMD (includes ISI margin from residual dispersion / PMD).
  5. Rates & throughput
    R_sym = 1 / T_sym; net throughput (with overhead):
    R_net = ( log2(M) * R_c ) * ( N_sym / ( N_sym + N_gap*T_guard/T_sym ) ) / T_sym * (1 - OH ).
  6. Two-form discrepancy
    delta_form_frame = | t̂_cnt - t̂_cont |; publication condition: delta_form_frame ≤ tol_frame (see contracts).

V. Metrology Pipeline M60-3 (Ready → Modeling → Estimation → Checks → Persistence)

  1. Ready: freeze frame_spec = { T_epoch, T_f, T_slot, T_sym, T_guard, N_* }, RefCond, and pilot; align tau_mono / ts.
  2. Modeling: set up the clock model and initial values; configure pilot / training and correlation windows; define tol_frame and conservation thresholds.
  3. Estimation:
    • Counting form via direct index mapping to t̂_cnt;
    • Continuous form via correlation / PLL / zero-crossing to obtain t̂_cont, offset, skew, J;
    • Compute e_align, σ_J, and throughput R_net.
  4. Checks: run check_dim; verify two-form gap and guard conservation; ensure offset / skew / J are within limits; confirm residual ΔCD / ΔPMD margins satisfy (S603-4).
  5. Persistence:
    manifest.packet.frame.* = { frame.hash, RefCond, t̂_cnt, t̂_cont, delta_form_frame, offset/skew/J, e_align, R_net, contracts.*, signature }.

VI. Contracts & Assertions C60-3x (Suggested Thresholds)


VII. Implementation Bindings I60-3* (interfaces, I/O, invariants)


VIII. Cross-References


IX. Quality & Risk Control


Summary


Copyright & License (CC BY 4.0)

Copyright: Unless otherwise noted, the copyright of “Energy Filament Theory” (text, charts, illustrations, symbols, and formulas) belongs to the author “Guanglin Tu”.
License: This work is licensed under the Creative Commons Attribution 4.0 International (CC BY 4.0). You may copy, redistribute, excerpt, adapt, and share for commercial or non‑commercial purposes with proper attribution.
Suggested attribution: Author: “Guanglin Tu”; Work: “Energy Filament Theory”; Source: energyfilament.org; License: CC BY 4.0.

First published: 2025-11-11|Current version:v5.1
License link:https://creativecommons.org/licenses/by/4.0/