22#ifndef INCLUDED_DAB_CORRECT_INDIVIDUAL_PHASE_OFFSET_VFF_H
23#define INCLUDED_DAB_CORRECT_INDIVIDUAL_PHASE_OFFSET_VFF_H
25#include <gr_sync_block.h>
40typedef std::shared_ptr<dab_correct_individual_phase_offset_vff> dab_correct_individual_phase_offset_vff_sptr;
49dab_correct_individual_phase_offset_vff_sptr
71 friend dab_correct_individual_phase_offset_vff_sptr
78 float * d_offset_estimation;
83 int work (
int noutput_items,
84 gr_vector_const_void_star &input_items,
85 gr_vector_void_star &output_items);
Corrects the individual phase offset of each subcarrier by doing an estimation of the error.
Definition dab_correct_individual_phase_offset_vff.h:66
friend dab_correct_individual_phase_offset_vff_sptr dab_make_correct_individual_phase_offset_vff(unsigned int vlen, float alpha)
Return a shared_ptr to a new instance of dab_correct_individual_phase_offset_vff.
int work(int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
~dab_correct_individual_phase_offset_vff(void)
dab_correct_individual_phase_offset_vff_sptr dab_make_correct_individual_phase_offset_vff(unsigned int vlen, float alpha)
Return a shared_ptr to a new instance of dab_correct_individual_phase_offset_vff.