Go to the documentation of this file.
21 #ifndef INCLUDED_RADAR_SPLIT_FSK_CC_IMPL_H
22 #define INCLUDED_RADAR_SPLIT_FSK_CC_IMPL_H
45 int work(
int noutput_items,
46 gr_vector_int& ninput_items,
47 gr_vector_const_void_star& input_items,
48 gr_vector_void_star& output_items);
int d_samp_discard
Definition: split_fsk_cc_impl.h:41
int d_samp_per_freq
Definition: split_fsk_cc_impl.h:41
This block splits a FSK signal consisting of two separate signals. samp_per_freq items are taken and ...
Definition: split_fsk_cc.h:44
std::vector< tag_t > d_tags
Definition: split_fsk_cc_impl.h:42
int work(int noutput_items, gr_vector_int &ninput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
Definition: split_fsk_cc_impl.h:30
Definition: crop_matrix_vcvc.h:28
int d_nblocks
Definition: split_fsk_cc_impl.h:41
split_fsk_cc_impl(int samp_per_freq, int samp_discard, const std::string &len_key)
int calculate_output_stream_length(const gr_vector_int &ninput_items)