look for the PN 511 field sync pattern More...
#include <gnuradio/atsc/sliding_correlator_impl.h>
Public Member Functions | |
atsci_sliding_correlator () | |
~atsci_sliding_correlator () | |
int | input_bit (int bit) |
input hard decision bit, return correlation (0,511) More... | |
int | input_int (int sample) |
input sample, return correlation (0,511) More... | |
int | input_float (float sample) |
input sample, return correlation (0,511) More... | |
void | reset () |
look for the PN 511 field sync pattern
atsci_sliding_correlator::atsci_sliding_correlator | ( | ) |
|
inline |
int atsci_sliding_correlator::input_bit | ( | int | bit | ) |
input hard decision bit, return correlation (0,511)
|
inline |
input sample, return correlation (0,511)
|
inline |
input sample, return correlation (0,511)
|
inline |