18 #ifndef GNSS_SDR_UNPACK_INTSPIR_1BIT_SAMPLES_H 19 #define GNSS_SDR_UNPACK_INTSPIR_1BIT_SAMPLES_H 22 #include <gnuradio/sync_interpolator.h> 33 using unpack_intspir_1bit_samples_sptr = gnss_shared_ptr<unpack_intspir_1bit_samples>;
35 unpack_intspir_1bit_samples_sptr make_unpack_intspir_1bit_samples();
46 int work(
int noutput_items,
47 gr_vector_const_void_star &input_items,
48 gr_vector_void_star &output_items);
51 friend unpack_intspir_1bit_samples_sptr make_unpack_intspir_1bit_samples_sptr();
57 #endif // GNSS_SDR_UNPACK_INTSPIR_1BIT_SAMPLES_H This class implements conversion between byte packet samples to 2bit samples 1 byte = 4 2bit samples...
This interface represents a GNSS block.