22 #ifndef INCLUDED_GR_FFT_FILTER_CCC_H
23 #define INCLUDED_GR_FFT_FILTER_CCC_H
50 #if 1 // don't enable the sse version until handling it is worked out
55 std::vector<gr_complex> d_new_taps;
70 void set_taps (
const std::vector<gr_complex> &taps);
71 std::vector<gr_complex>
taps ()
const;
76 void set_nthreads(
int n);
83 int work (
int noutput_items,
84 gr_vector_const_void_star &input_items,
85 gr_vector_void_star &output_items);
size_t decimation(void) const
Definition: gr_block.h:424
Fast FFT filter with gr_complex input, gr_complex output and gr_complex taps.
Definition: gri_fft_filter_ccc_generic.h:36
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
#define GR_CORE_API
Definition: gr_core_api.h:30
Fast FFT filter with gr_complex input, gr_complex output and gr_complex taps.
Definition: gri_fft_filter_ccc_sse.h:36
GR_CORE_API gr_fft_filter_ccc_sptr gr_make_fft_filter_ccc(int decimation, const std::vector< gr_complex > &taps, int nthreads=1)
int nthreads() const
Get number of threads being used.
Fast FFT filter with gr_complex input, gr_complex output and gr_complex taps.
Definition: gr_fft_filter_ccc.h:41
Definition: gr_sync_decimator.h:27
virtual int work(int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
just like gr_block::general_work, only this arranges to call consume_each for you ...
static const float taps[NSTEPS+1][NTAPS]
Definition: gnuradio-core/src/lib/filter/interpolator_taps.h:9