24 #ifndef INCLUDED_FILTER_FILTERBANK_H
25 #define INCLUDED_FILTER_FILTERBANK_H
59 std::vector< std::vector<float> >
d_taps;
80 virtual void set_taps(
const std::vector<std::vector<float> > &
taps);
90 std::vector<std::vector<float> >
taps()
const;