21#ifndef LIB_BER_CALCULATOR_IMPL_H_
22#define LIB_BER_CALCULATOR_IMPL_H_
38 gr_vector_int& ninput_items,
39 gr_vector_const_void_star& input_items,
40 gr_vector_void_star& output_items)
override;
45 const size_t m_frame_size;
46 const size_t m_nframes;
54 void create_pdu(pmt::pmt_t msg);
56 void received_pdu(pmt::pmt_t msg);
Definition: ber_calculator_impl.h:31
ber_calculator_impl(size_t frame_size=64, size_t nframes=0, size_t skip=10)
int general_work(int noutput_items, gr_vector_int &ninput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) override
A block that calculates the BER of a packet passed system using the FER (Frame Error Rate)
Definition: ber_calculator.h:38
Definition: amsat_duv_decoder.h:29