24 #ifndef INCLUDED_DIGITAL_CORRELATE_AND_SYNC_CC_H
25 #define INCLUDED_DIGITAL_CORRELATE_AND_SYNC_CC_H
79 static sptr make(
const std::vector<gr_complex> &symbols,
80 const std::vector<float> &filter,
81 unsigned int sps,
unsigned int nfilts=32);
83 virtual std::vector<gr_complex> symbols()
const = 0;
84 virtual void set_symbols(
const std::vector<gr_complex> &symbols) = 0;