22#ifndef INCLUDED_IEEE802_15_4_MULTIUSER_CHIRP_DETECTOR_CC_H
23#define INCLUDED_IEEE802_15_4_MULTIUSER_CHIRP_DETECTOR_CC_H
26#include <gnuradio/block.h>
29 namespace ieee802_15_4 {
39 typedef boost::shared_ptr<multiuser_chirp_detector_cc>
sptr;
49 static sptr make(std::vector<gr_complex> chirp_seq,
int time_gap_1,
int time_gap_2,
int len_subchirp,
float threshold);
#define IEEE802_15_4_API
Definition: api.h:25
<+description of block+>
Definition: multiuser_chirp_detector_cc.h:37
static sptr make(std::vector< gr_complex > chirp_seq, int time_gap_1, int time_gap_2, int len_subchirp, float threshold)
Return a shared_ptr to a new instance of ieee802_15_4::multiuser_chirp_detector_cc.
boost::shared_ptr< multiuser_chirp_detector_cc > sptr
Definition: multiuser_chirp_detector_cc.h:39
Definition: access_code_prefixer.h:23