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);
83 set_act_threshold(
float thrld) = 0;
The CW to Symbol block tries to translate the input signal into Morse symbols. The input signal shoul...
Definition: cw_to_symbol.h:43
boost::shared_ptr< cw_to_symbol > sptr
Definition: cw_to_symbol.h:45
Definition: amsat_duv_decoder.h:29
#define SATNOGS_API
Definition: api.h:30