21#ifndef INCLUDED_MAPPER_PREAMBLE_SYNC_CORRELATOR_H
22#define INCLUDED_MAPPER_PREAMBLE_SYNC_CORRELATOR_H
25#include <gnuradio/gr_complex.h>
47 int d_preamble_symbol_count;
48 std::vector<gr_complex> d_preamble_symbols;
49 std::vector<float> d_preamble_phase_change;
50 std::vector<gr_complex> d_in_stream;
51 void unwrap(
float *phase_array,
int N);
#define MAPPER_API
Definition: api.h:30
Definition: pream_sync_correlator.h:34
pream_sync_correlator * clone() const
pream_sync_correlator(int N, gr_complex *symbols)
void next_symbol(gr_complex next_sym)
float acquire_value(void)
Definition: constellation.h:11