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