21#ifndef INCLUDED_RADAR_OFDM_CYCLIC_PREFIX_REMOVER_CVC_IMPL_H
22#define INCLUDED_RADAR_OFDM_CYCLIC_PREFIX_REMOVER_CVC_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);
Definition ofdm_cyclic_prefix_remover_cvc_impl.h:30
int d_fft_len
Definition ofdm_cyclic_prefix_remover_cvc_impl.h:41
int d_cp_len
Definition ofdm_cyclic_prefix_remover_cvc_impl.h:41
ofdm_cyclic_prefix_remover_cvc_impl(int fft_len, int cp_len, std::string len_key)
int work(int noutput_items, gr_vector_int &ninput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
std::vector< tag_t > d_tags
Definition ofdm_cyclic_prefix_remover_cvc_impl.h:42
~ofdm_cyclic_prefix_remover_cvc_impl()
int calculate_output_stream_length(const gr_vector_int &ninput_items)
This block removes the cyclic prefix of a OFDM signal by cut away the cyclic prefix data....
Definition ofdm_cyclic_prefix_remover_cvc.h:44
Definition crop_matrix_vcvc.h:28