pub fn pack_percept(hz: f32, energy: f32) -> u64Expand description
Pack the percept scalars (dominant Hz, integrated energy) into one metadata word — the only
quantitative residue that leaves the sense path. hz in the high 32 bits, energy in the low.