22 #ifndef GNSS_SDR_UNPACK_BYTE_2BIT_CPX_SAMPLES_H 23 #define GNSS_SDR_UNPACK_BYTE_2BIT_CPX_SAMPLES_H 26 #include <gnuradio/sync_interpolator.h> 36 using unpack_byte_2bit_cpx_samples_sptr = gnss_shared_ptr<unpack_byte_2bit_cpx_samples>;
38 unpack_byte_2bit_cpx_samples_sptr make_unpack_byte_2bit_cpx_samples();
49 int work(
int noutput_items,
50 gr_vector_const_void_star &input_items,
51 gr_vector_void_star &output_items);
54 friend unpack_byte_2bit_cpx_samples_sptr make_unpack_byte_2bit_cpx_samples_sptr();
60 #endif // GNSS_SDR_UNPACK_BYTE_2BIT_CPX_SAMPLES_H This class implements conversion between byte packet samples to 2bit_cpx samples 1 byte = 2 x complex...
This interface represents a GNSS block.