21#ifndef INCLUDE_SATNOGS_BER_CALCULATOR_H_
22#define INCLUDE_SATNOGS_BER_CALCULATOR_H_
24#include <gnuradio/block.h>
40 using sptr = std::shared_ptr<ber_calculator>;
42 static sptr make(
size_t frame_size = 64,
size_t nframes = 0,
size_t skip = 10);
#define SATNOGS_API
Definition: api.h:19
A block that calculates the BER of a packet passed system using the FER (Frame Error Rate)
Definition: ber_calculator.h:38
std::shared_ptr< ber_calculator > sptr
Definition: ber_calculator.h:40
static sptr make(size_t frame_size=64, size_t nframes=0, size_t skip=10)
Definition: amsat_duv_decoder.h:29