17 #ifndef GNSS_SDR_INTERLEAVED_BYTE_TO_COMPLEX_SHORT_H 18 #define GNSS_SDR_INTERLEAVED_BYTE_TO_COMPLEX_SHORT_H 21 #include <gnuradio/sync_decimator.h> 32 using interleaved_byte_to_complex_short_sptr = gnss_shared_ptr<interleaved_byte_to_complex_short>;
34 interleaved_byte_to_complex_short_sptr make_interleaved_byte_to_complex_short();
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_short_sptr make_interleaved_byte_to_complex_short();
55 #endif // GNSS_SDR_INTERLEAVED_BYTE_TO_COMPLEX_SHORT_H This interface represents a GNSS block.
This class adapts a short (16-bits) interleaved sample stream into a std::complex<short> stream...