11 #ifndef INCLUDED_IIR_FILTER_CCZ_H
12 #define INCLUDED_IIR_FILTER_CCZ_H
60 typedef std::shared_ptr<iir_filter_ccz>
sptr;
62 static sptr make(
const std::vector<gr_complexd>& fftaps,
63 const std::vector<gr_complexd>& fbtaps,
64 bool oldstyle =
true);
66 virtual void set_taps(
const std::vector<gr_complexd>& fftaps,
67 const std::vector<gr_complexd>& fbtaps) = 0;