22 #ifndef INCLUDED_RADAR_ESTIMATOR_SYNC_PULSE_C_H 23 #define INCLUDED_RADAR_ESTIMATOR_SYNC_PULSE_C_H 25 #include <gnuradio/tagged_stream_block.h> 48 typedef boost::shared_ptr<estimator_sync_pulse_c>
sptr;
58 static sptr make(
int num_xcorr,
const std::string len_key =
"packet_len");
60 virtual void set_num_xcorr(
int num) = 0;
boost::shared_ptr< estimator_sync_pulse_c > sptr
Definition: estimator_sync_pulse_c.h:48
Definition: crop_matrix_vcvc.h:28
#define RADAR_API
Definition: api.h:31
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:45