X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gnuradio-core%2Fsrc%2Flib%2Ffilter%2Fgr_fft_filter_ccc.cc;h=3dd40d56dcd3c7a31a9f3b1bcc698b97155e30f3;hb=ea29b08aeb54227e6628f655ccfdb96fe4d8c378;hp=a4e6c9919f54e705410ba9ced649566761dd5393;hpb=09a1e803a9e6587c78d20cdf16891e5295874668;p=debian%2Fgnuradio diff --git a/gnuradio-core/src/lib/filter/gr_fft_filter_ccc.cc b/gnuradio-core/src/lib/filter/gr_fft_filter_ccc.cc index a4e6c991..3dd40d56 100644 --- a/gnuradio-core/src/lib/filter/gr_fft_filter_ccc.cc +++ b/gnuradio-core/src/lib/filter/gr_fft_filter_ccc.cc @@ -37,7 +37,9 @@ #include #include +#include #include +#include gr_fft_filter_ccc_sptr gr_make_fft_filter_ccc (int decimation, const std::vector &taps) { @@ -65,6 +67,7 @@ gr_fft_filter_ccc::~gr_fft_filter_ccc () delete d_invfft; } +#if 0 static void print_vector_complex(const std::string label, const std::vector &x) { @@ -73,6 +76,7 @@ print_vector_complex(const std::string label, const std::vector &x) std::cout << x[i] << " "; std::cout << "\n"; } +#endif void gr_fft_filter_ccc::set_taps (const std::vector &taps)