pub fn output_len(n_bits: usize, sps: usize) -> usizeExpand description
Returns the number of output samples for a GMSK frame.
Each input bit produces sps I/Q sample pairs, plus a tail
of TRUNC / 2 * sps samples for the pulse filter to ring
down.