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 std::shared_ptr<split_fsk_cc>
sptr;
57 make(
int samp_per_freq,
int samp_discard,
const std::string& len_key =
"packet_len");
#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:44
static sptr make(int samp_per_freq, int samp_discard, const std::string &len_key="packet_len")
Return a shared_ptr to a new instance of radar::split_fsk_cc.
std::shared_ptr< split_fsk_cc > sptr
Definition split_fsk_cc.h:46
Definition crop_matrix_vcvc.h:28