17 #ifndef GNSS_SDR_INTERLEAVED_BYTE_TO_COMPLEX_BYTE_H 18 #define GNSS_SDR_INTERLEAVED_BYTE_TO_COMPLEX_BYTE_H 21 #include <gnuradio/sync_decimator.h> 32 using interleaved_byte_to_complex_byte_sptr = gnss_shared_ptr<interleaved_byte_to_complex_byte>;
34 interleaved_byte_to_complex_byte_sptr make_interleaved_byte_to_complex_byte();
43 int work(
int noutput_items,
44 gr_vector_const_void_star &input_items,
45 gr_vector_void_star &output_items);
48 friend interleaved_byte_to_complex_byte_sptr make_interleaved_byte_to_complex_byte();
55 #endif // GNSS_SDR_INTERLEAVED_BYTE_TO_COMPLEX_BYTE_H This interface represents a GNSS block.
This class adapts an 8-bits interleaved sample stream into a 16-bits complex stream (std::complex<uns...