17 #ifndef GNSS_SDR_INTERLEAVED_SHORT_TO_COMPLEX_SHORT_H 18 #define GNSS_SDR_INTERLEAVED_SHORT_TO_COMPLEX_SHORT_H 21 #include <gnuradio/sync_decimator.h> 31 using interleaved_short_to_complex_short_sptr = gnss_shared_ptr<interleaved_short_to_complex_short>;
33 interleaved_short_to_complex_short_sptr make_interleaved_short_to_complex_short();
42 int work(
int noutput_items,
43 gr_vector_const_void_star &input_items,
44 gr_vector_void_star &output_items);
47 friend interleaved_short_to_complex_short_sptr make_interleaved_short_to_complex_short();
54 #endif // GNSS_SDR_INTERLEAVED_SHORT_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...