Go to the documentation of this file.
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);
This blocks takes a tagged stream and returns a FFT of the length of the input stream....
Definition: ts_fft_cc.h:41
fftwf_plan d_fft_plan
Definition: ts_fft_cc_impl.h:42
ts_fft_cc_impl(int packet_len, const std::string &len_key)
int d_packet_len
Definition: ts_fft_cc_impl.h:44
Definition: ts_fft_cc_impl.h:30
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: crop_matrix_vcvc.h:28
fftwf_complex * d_buffer
Definition: ts_fft_cc_impl.h:43