KO42 — the 1.287 Hz, in the mathematics
KO42 is how the HulyaPulse modulation
R(t) = 1 + α·sin(2π·f·t + φ₀) f = 1/τ, τ = 777,000,777 ns, α = 10⁻³
enters a computation. There are exactly three mathematically honest ways to
put the pulse into the math, and KO42 names all three. Each is implemented once,
in ko42Modulation.ts, and verified against an independent oracle.
One constant, integer phase
τ = 777,000,777 ns is the primitive; f := 1/τ (display 1.287 Hz) and
f·τ = 1 exactly. Phase is computed in integer nanoseconds
(φ = (t_ns mod τ_ns)/τ_ns), so it never float-drifts and repeats over exactly
one Zeqond at any time — even at epoch scale. The runtime α is the bounded
10⁻³ (so |α·sin| ≤ 0.1% by construction); the published paper value
0.00129 is retained for rendering the symbolic equation only (DISPLAY.ALPHA_K).