21#ifndef INCLUDED_SATNOGS_CW_TO_SYMBOL_H
22#define INCLUDED_SATNOGS_CW_TO_SYMBOL_H
25#include <gnuradio/sync_block.h>
46 typedef std::shared_ptr<cw_to_symbol>
sptr;
80 float conf_level = 0.9,
82 size_t hysteresis = 0);
#define SATNOGS_API
Definition: api.h:19
The CW to Symbol block tries to translate the input signal into Morse symbols. The input signal shoul...
Definition: cw_to_symbol.h:44
virtual void set_act_threshold(float thrld)=0
static cw_to_symbol::sptr make(double sampling_rate, float threshold, float conf_level=0.9, size_t wpm=20, size_t hysteresis=0)
std::shared_ptr< cw_to_symbol > sptr
Definition: cw_to_symbol.h:46
Definition: amsat_duv_decoder.h:29