18 #ifndef GNSS_SDR_UNPACK_BYTE_2BIT_SAMPLES_H 19 #define GNSS_SDR_UNPACK_BYTE_2BIT_SAMPLES_H 22 #include <gnuradio/sync_interpolator.h> 32 using unpack_byte_2bit_samples_sptr = gnss_shared_ptr<unpack_byte_2bit_samples>;
34 unpack_byte_2bit_samples_sptr make_unpack_byte_2bit_samples();
45 int work(
int noutput_items,
46 gr_vector_const_void_star &input_items,
47 gr_vector_void_star &output_items);
50 friend unpack_byte_2bit_samples_sptr make_unpack_byte_2bit_samples_sptr();
56 #endif // GNSS_SDR_UNPACK_BYTE_2BIT_SAMPLES_H This interface represents a GNSS block.
This class implements conversion between byte packet samples to 2bit samples 1 byte = 4 2bit samples...