pub fn reader<R: PhysicalRead>(
reader: R,
frame_len: usize,
) -> CodingReader<TcRandomizer, AsmDeframer, ViterbiDecoder, R, PLTU_BUF>Expand description
Creates a Proximity-1 coding read pipeline.
Pipeline: reader → 24-bit ASM sync → Viterbi → derandomizer.