22 #ifndef INCLUDED_VOCODER_CVSD_ENCODER_SB_H
23 #define INCLUDED_VOCODER_CVSD_ENCODER_SB_H
113 static sptr make(
short min_step=10,
short max_step=1280,
114 double step_decay=0.9990234375,
double accum_decay= 0.96875,
116 short pos_accum_max=32767,
short neg_accum_max=-32767);
118 virtual short min_step() = 0;
119 virtual short max_step() = 0;
120 virtual double step_decay() = 0;
121 virtual double accum_decay() = 0;
124 virtual short pos_accum_max() = 0;
125 virtual short neg_accum_max() = 0;
boost::shared_ptr< cvsd_encode_sb > sptr
Definition: cvsd_encode_sb.h:91
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
synchronous N:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_decimator.h:37
#define VOCODER_API
Definition: gr-vocoder/include/gnuradio/vocoder/api.h:30
This block performs CVSD audio encoding. Its design and implementation is modeled after the CVSD enco...
Definition: cvsd_encode_sb.h:87