23 #ifndef INCLUDED_VOCODER_FREEDV_RX_H 24 #define INCLUDED_VOCODER_FREEDV_RX_H 46 typedef boost::shared_ptr<freedv_rx_ss>
sptr;
54 static sptr make(
int mode=freedv_api::MODE_1600,
float squelch_thresh=-100.0);
56 virtual void set_squelch_thresh(
float squelch_thresh) = 0;
57 virtual float squelch_thresh() = 0;
boost::shared_ptr< freedv_rx_ss > sptr
Definition: freedv_rx_ss.h:46
Include this header to use the message passing features.
Definition: basic_block.h:45
#define VOCODER_API
Definition: gr-vocoder/include/gnuradio/vocoder/api.h:30
The abstract base class for all 'terminal' processing blocks.A signal processing flow is constructed ...
Definition: block.h:65
FreeDV demodulatorInput: 16-bit short values of an audio signal with sampling rate 8 kHz...
Definition: freedv_rx_ss.h:43