22 #ifndef INCLUDED_DAB_OFDM_COARSE_FREQUENCY_CORRECT_IMPL_H
23 #define INCLUDED_DAB_OFDM_COARSE_FREQUENCY_CORRECT_IMPL_H
34 float mag_squared(
const gr_complex sample);
35 void correlate_energy(
const gr_complex *symbol);
37 unsigned int d_fft_length;
38 unsigned int d_num_carriers;
39 unsigned int d_cp_length;
40 unsigned int d_symbol_num;
41 unsigned int d_zeros_on_left;
42 unsigned int d_freq_offset;
47 int work (
int noutput_items,
48 gr_vector_const_void_star &input_items,
49 gr_vector_void_star &output_items);
Definition: ofdm_coarse_frequency_correct_impl.h:31
ofdm_coarse_frequency_correct_impl(unsigned int fft_length, unsigned int num_carriers, unsigned int cp_length)
int work(int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
<+description of block+>
Definition: ofdm_coarse_frequency_correct.h:37
Definition: complex_to_interleaved_float_vcf.h:28