23 #ifndef INCLUDED_INSPECTOR_SIGNAL_EXTRACTOR_C_IMPL_H 24 #define INCLUDED_INSPECTOR_SIGNAL_EXTRACTOR_C_IMPL_H 27 #include <gnuradio/filter/pfb_arb_resampler.h> 35 int d_signal, d_length;
36 bool d_ready, d_resample;
37 float d_out_rate, d_oversampling, d_rate;
38 std::vector<gr_complex> d_samples;
39 gr_complex* d_msg_buffer;
40 filter::kernel::pfb_arb_resampler_ccf *d_resampler;
51 int work(
int noutput_items,
52 gr_vector_const_void_star &input_items,
53 gr_vector_void_star &output_items);
57 signal_extractor_c_impl::d_signal = d_signal;
Definition: ofdm_bouzegzi_c.h:30