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