22#ifndef INCLUDED_DAB_OFDM_FFE_ALL_IN_ONE_H
23#define INCLUDED_DAB_OFDM_FFE_ALL_IN_ONE_H
26#include <gnuradio/sync_block.h>
39 typedef std::shared_ptr<ofdm_ffe_all_in_one>
sptr;
49 static sptr make(
unsigned int symbol_length,
unsigned int fft_length,
unsigned int num_symbols,
float alpha,
unsigned int sample_rate);
#define DAB_API
Definition api.h:19
<+description of block+>
Definition ofdm_ffe_all_in_one.h:37
static sptr make(unsigned int symbol_length, unsigned int fft_length, unsigned int num_symbols, float alpha, unsigned int sample_rate)
Return a shared_ptr to a new instance of dab::ofdm_ffe_all_in_one.
std::shared_ptr< ofdm_ffe_all_in_one > sptr
Definition ofdm_ffe_all_in_one.h:39
Definition complex_to_interleaved_float_vcf.h:29
Definition complex_to_interleaved_float_vcf.h:28