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 std::shared_ptr<estimator_sync_pulse_c>
sptr;
58 static sptr make(
int num_xcorr,
const std::string len_key =
"packet_len");
#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 another on input 2...
Definition estimator_sync_pulse_c.h:46
static sptr make(int num_xcorr, const std::string len_key="packet_len")
Return a shared_ptr to a new instance of radar::estimator_sync_pulse_c.
virtual void set_num_xcorr(int num)=0
std::shared_ptr< estimator_sync_pulse_c > sptr
Definition estimator_sync_pulse_c.h:48
Definition crop_matrix_vcvc.h:28