20 #ifndef GNSS_SDR_UNPACK_BYTE_4BIT_SAMPLES_H 21 #define GNSS_SDR_UNPACK_BYTE_4BIT_SAMPLES_H 24 #include <gnuradio/sync_interpolator.h> 34 using unpack_byte_4bit_samples_sptr = gnss_shared_ptr<unpack_byte_4bit_samples>;
36 unpack_byte_4bit_samples_sptr make_unpack_byte_4bit_samples();
47 int work(
int noutput_items,
48 gr_vector_const_void_star &input_items,
49 gr_vector_void_star &output_items);
52 friend unpack_byte_4bit_samples_sptr make_unpack_byte_4bit_samples_sptr();
58 #endif // GNSS_SDR_UNPACK_BYTE_4BIT_SAMPLES_H This interface represents a GNSS block.
This class implements conversion between byte packet samples to 4bit_cpx samples 1 byte = 1 x complex...