Go to the documentation of this file.
22 #ifndef _ATSC_FS_CORRELATOR_H_
23 #define _ATSC_FS_CORRELATOR_H_
56 virtual void reset () = 0;
57 virtual void filter (
float input_sample,
float *output_sample,
float *output_tag) = 0;
62 virtual int delay ()
const = 0;