 |
GNU Radio Manual and C++ API Reference
3.8.2.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
23 #ifndef INCLUDED_VOCODER_FREEDV_RX_H
24 #define INCLUDED_VOCODER_FREEDV_RX_H
46 typedef boost::shared_ptr<freedv_rx_ss>
sptr;
55 static sptr make(
int mode = freedv_api::MODE_1600,
56 float squelch_thresh = -100.0,
57 int interleave_frames = 1);
virtual void set_squelch_en(bool squelch_enable)=0
virtual float squelch_thresh()=0
boost::shared_ptr< freedv_rx_ss > sptr
Definition: freedv_rx_ss.h:46
virtual void set_squelch_thresh(float squelch_thresh)=0
The abstract base class for all 'terminal' processing blocks.
Definition: block.h:72
#define VOCODER_API
Definition: gr-vocoder/include/gnuradio/vocoder/api.h:30
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
FreeDV demodulator.
Definition: freedv_rx_ss.h:44
static sptr make(int mode=freedv_api::MODE_1600, float squelch_thresh=-100.0, int interleave_frames=1)
Make FreeDV modem demodulator block.