GNU Radio 3.6.5 C++ API

vocoder_cvsd_decode_bs.h File Reference

#include <vocoder_api.h>
#include <gr_sync_interpolator.h>

Go to the source code of this file.

Classes

class  vocoder_cvsd_decode_bs
 This block performs CVSD audio decoding. Its design and implementation is modeled after the CVSD encoder/decoder specifications defined in the Bluetooth standard. More...

Functions

VOCODER_API
vocoder_cvsd_decode_bs_sptr 
vocoder_make_cvsd_decode_bs (short min_step=10, short max_step=1280, double step_decay=0.9990234375, double accum_decay=0.96875, int K=32, int J=4, short pos_accum_max=32767, short neg_accum_max=-32767)
 Constructor parameters to initialize the CVSD decoder. The default values are modeled after the Bluetooth standard and should not be changed, except by an advanced user.