21 #ifndef INCLUDED_RADAR_SPLIT_FSK_CC_H 22 #define INCLUDED_RADAR_SPLIT_FSK_CC_H 24 #include <gnuradio/tagged_stream_block.h> 46 typedef boost::shared_ptr<split_fsk_cc>
sptr;
57 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:46
Definition: crop_matrix_vcvc.h:28
#define RADAR_API
Definition: api.h:31
This block splits a FSK signal consisting of two separate signals. samp_per_freq items are taken and ...
Definition: split_fsk_cc.h:43