X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gnuradio-core%2Fsrc%2Flib%2Fgeneral%2Fgr_fft_vcc.i;h=24757137405f2bc8af7eb76b91f0062fff1ed32f;hb=ea29b08aeb54227e6628f655ccfdb96fe4d8c378;hp=435b583402e5b5c937c12365f900c074a21c2421;hpb=09a1e803a9e6587c78d20cdf16891e5295874668;p=debian%2Fgnuradio diff --git a/gnuradio-core/src/lib/general/gr_fft_vcc.i b/gnuradio-core/src/lib/general/gr_fft_vcc.i index 435b5834..24757137 100644 --- a/gnuradio-core/src/lib/general/gr_fft_vcc.i +++ b/gnuradio-core/src/lib/general/gr_fft_vcc.i @@ -1,6 +1,6 @@ /* -*- c++ -*- */ /* - * Copyright 2004 Free Software Foundation, Inc. + * Copyright 2004,2007,2008 Free Software Foundation, Inc. * * This file is part of GNU Radio * @@ -23,13 +23,13 @@ GR_SWIG_BLOCK_MAGIC(gr, fft_vcc) gr_fft_vcc_sptr -gr_make_fft_vcc (int fft_size, bool forward, const std::vector window); +gr_make_fft_vcc (int fft_size, bool forward, const std::vector window, bool shift=false); class gr_fft_vcc : public gr_sync_block { protected: - gr_fft_vcc (int fft_size, bool forward, const std::vector window); + gr_fft_vcc (int fft_size, bool forward, const std::vector &window, bool shift); public: - bool set_window(const std::vector window); + bool set_window(const std::vector &window); };