Skip to main content

output_len

Function output_len 

Source
pub fn output_len(n_bits: usize, sps: usize) -> usize
Expand 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.