11 #ifndef INCLUDED_VOCODER_CVSD_DECODE_BS_H 12 #define INCLUDED_VOCODER_CVSD_DECODE_BS_H 82 typedef std::shared_ptr<cvsd_decode_bs>
sptr;
105 static sptr make(
short min_step = 10,
106 short max_step = 1280,
107 double step_decay = 0.9990234375,
108 double accum_decay = 0.96875,
111 short pos_accum_max = 32767,
112 short neg_accum_max = -32767);
114 virtual short min_step() = 0;
115 virtual short max_step() = 0;
116 virtual double step_decay() = 0;
117 virtual double accum_decay() = 0;
120 virtual short pos_accum_max() = 0;
121 virtual short neg_accum_max() = 0;
std::shared_ptr< cvsd_decode_bs > sptr
Definition: cvsd_decode_bs.h:82
synchronous 1:N input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_interpolator.h:25
This block performs CVSD audio decoding. Its design and implementation is modeled after the CVSD enco...
Definition: cvsd_decode_bs.h:78
GNU Radio logging wrapper.
Definition: basic_block.h:29
#define VOCODER_API
Definition: gr-vocoder/include/gnuradio/vocoder/api.h:18