22 #ifndef INCLUDED_RADAR_ESTIMATOR_SYNC_PULSE_C_H
23 #define INCLUDED_RADAR_ESTIMATOR_SYNC_PULSE_C_H
26 #include <gnuradio/tagged_stream_block.h>
43 typedef boost::shared_ptr<estimator_sync_pulse_c>
sptr;
53 static sptr make(
int num_xcorr,
const std::string len_key=
"packet_len");
55 virtual void set_num_xcorr(
int num) = 0;
boost::shared_ptr< estimator_sync_pulse_c > sptr
Definition: estimator_sync_pulse_c.h:43
#define RADAR_API
Definition: api.h:30
This block can be used to estimate the shift of a signal on input 1 in relation to an other on input ...
Definition: estimator_sync_pulse_c.h:40