X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gnuradio-core%2Fsrc%2Flib%2Ffilter%2Fgr_adaptive_fir_ccf.h;h=f860f4faa1b7d3244dc8b91bcb119ef97cd70792;hb=ea29b08aeb54227e6628f655ccfdb96fe4d8c378;hp=6df0bf5b2f8cde1eacf61f70cd743cd985812396;hpb=09a1e803a9e6587c78d20cdf16891e5295874668;p=debian%2Fgnuradio diff --git a/gnuradio-core/src/lib/filter/gr_adaptive_fir_ccf.h b/gnuradio-core/src/lib/filter/gr_adaptive_fir_ccf.h index 6df0bf5b..f860f4fa 100644 --- a/gnuradio-core/src/lib/filter/gr_adaptive_fir_ccf.h +++ b/gnuradio-core/src/lib/filter/gr_adaptive_fir_ccf.h @@ -27,7 +27,7 @@ /*! * \brief Adaptive FIR filter with gr_complex input, gr_complex output and float taps - * \ingroup filter + * \ingroup filter_blk */ class gr_adaptive_fir_ccf : public gr_sync_decimator { @@ -44,9 +44,10 @@ protected: // Override to calculate new weight from old, corresponding input virtual void update_tap(float &tap, const gr_complex &in) = 0; - + + gr_adaptive_fir_ccf(const char *name, int decimation, const std::vector &taps); + public: - gr_adaptive_fir_ccf(char *name, int decimation, const std::vector &taps); void set_taps(const std::vector &taps); int work(int noutput_items,