21 #ifndef INCLUDED_RADAR_TS_FFT_CC_IMPL_H 22 #define INCLUDED_RADAR_TS_FFT_CC_IMPL_H 47 int work(
int noutput_items,
48 gr_vector_int& ninput_items,
49 gr_vector_const_void_star& input_items,
50 gr_vector_void_star& output_items);
fftwf_plan d_fft_plan
Definition: ts_fft_cc_impl.h:42
int calculate_output_stream_length(const gr_vector_int &ninput_items)
int work(int noutput_items, gr_vector_int &ninput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
Definition: ts_fft_cc_impl.h:30
Definition: crop_matrix_vcvc.h:28
ts_fft_cc_impl(int packet_len, const std::string &len_key)
fftwf_complex * d_buffer
Definition: ts_fft_cc_impl.h:43
int d_packet_len
Definition: ts_fft_cc_impl.h:44
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