21 #ifndef INCLUDED_RADAR_TS_FFT_CC_H 22 #define INCLUDED_RADAR_TS_FFT_CC_H 24 #include <gnuradio/tagged_stream_block.h> 44 typedef boost::shared_ptr<ts_fft_cc>
sptr;
54 static sptr make(
int packet_len,
const std::string& len_key =
"packet_len");
boost::shared_ptr< ts_fft_cc > sptr
Definition: ts_fft_cc.h:44
Definition: crop_matrix_vcvc.h:28
#define RADAR_API
Definition: api.h:31
This blocks takes a tagged stream and returns a FFT of the length of the input stream. The output is NOT normalized on the number of input items and no window is used.
Definition: ts_fft_cc.h:41