22 #ifndef INCLUDED_RADAR_OFDM_CYCLIC_PREFIX_REMOVER_CVC_H
23 #define INCLUDED_RADAR_OFDM_CYCLIC_PREFIX_REMOVER_CVC_H
26 #include <gnuradio/tagged_stream_block.h>
44 typedef boost::shared_ptr<ofdm_cyclic_prefix_remover_cvc>
sptr;
54 static sptr make(
int fft_len,
int cp_len, std::string len_key=
"packet_len");
boost::shared_ptr< ofdm_cyclic_prefix_remover_cvc > sptr
Definition: ofdm_cyclic_prefix_remover_cvc.h:44
#define RADAR_API
Definition: api.h:30
This block removes the cyclic prefix of a OFDM signal by cut away the cyclic prefix data...
Definition: ofdm_cyclic_prefix_remover_cvc.h:41