X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gnuradio-core%2Fsrc%2Flib%2Ffilter%2Fgr_fft_filter_fff.cc;h=57232f3fb2e354e1e4beeeb5f2af29294ce6ab13;hb=ea29b08aeb54227e6628f655ccfdb96fe4d8c378;hp=865f8a1eb42fdb63a7618f570beb91fda0bc646c;hpb=09a1e803a9e6587c78d20cdf16891e5295874668;p=debian%2Fgnuradio diff --git a/gnuradio-core/src/lib/filter/gr_fft_filter_fff.cc b/gnuradio-core/src/lib/filter/gr_fft_filter_fff.cc index 865f8a1e..57232f3f 100644 --- a/gnuradio-core/src/lib/filter/gr_fft_filter_fff.cc +++ b/gnuradio-core/src/lib/filter/gr_fft_filter_fff.cc @@ -32,7 +32,10 @@ #include #include + +#include #include +#include gr_fft_filter_fff_sptr gr_make_fft_filter_fff (int decimation, const std::vector &taps) { @@ -57,6 +60,7 @@ gr_fft_filter_fff::~gr_fft_filter_fff () delete d_invfft; } +#if 0 static void print_vector_complex(const std::string label, const std::vector &x) { @@ -74,6 +78,7 @@ print_vector_float(const std::string label, const std::vector &x) std::cout << x[i] << " "; std::cout << "\n"; } +#endif void gr_fft_filter_fff::set_taps (const std::vector &taps)