21#ifndef INCLUDED_RADAR_ESTIMATOR_FMCW_H
22#define INCLUDED_RADAR_ESTIMATOR_FMCW_H
24#include <gnuradio/block.h>
52 typedef std::shared_ptr<estimator_fmcw>
sptr;
#define RADAR_API
Definition api.h:31
This block estimates range and veloicty from peaks of a FMCW spectrum. Input messages are data with t...
Definition estimator_fmcw.h:50
static sptr make(int samp_rate, float center_freq, float sweep_freq, int samp_up, int samp_down, bool push_power)
Return a shared_ptr to a new instance of radar::estimator_fmcw.
std::shared_ptr< estimator_fmcw > sptr
Definition estimator_fmcw.h:52
Definition crop_matrix_vcvc.h:28