21 #ifndef INCLUDED_RADAR_SPLIT_FSK_CC_H 22 #define INCLUDED_RADAR_SPLIT_FSK_CC_H 25 #include <gnuradio/tagged_stream_block.h> 43 typedef boost::shared_ptr<split_fsk_cc>
sptr;
53 static sptr make(
int samp_per_freq,
int samp_discard,
const std::string& len_key=
"packet_len");
boost::shared_ptr< split_fsk_cc > sptr
Definition: split_fsk_cc.h:43
Definition: crop_matrix_vcvc.h:28
#define RADAR_API
Definition: api.h:30
This block splits a FSK signal consisting of two separate signals. samp_per_freq items are taken and ...
Definition: split_fsk_cc.h:40