19 #ifndef GNSS_SDR_UNPACK_NTLAB_2BIT_SAMPLES_H 20 #define GNSS_SDR_UNPACK_NTLAB_2BIT_SAMPLES_H 23 #include <gnuradio/sync_interpolator.h> 35 using unpack_ntlab_2bit_samples_sptr = gnss_shared_ptr<unpack_ntlab_2bit_samples>;
37 unpack_ntlab_2bit_samples_sptr make_unpack_ntlab_2bit_samples(
64 int work(
int noutput_items,
65 gr_vector_const_void_star &input_items,
66 gr_vector_void_star &output_items);
69 static constexpr
int SAMPLES_PER_BYTE = 4;
71 friend unpack_ntlab_2bit_samples_sptr make_unpack_ntlab_2bit_samples_sptr(
81 #endif // GNSS_SDR_UNPACK_NTLAB_2BIT_SAMPLES_H This class implements conversion between byte packet multichannel samples to 2bit samples 1 byte = 4 ...
This interface represents a GNSS block.