gnuradio.vocoder

gnuradio.vocoder.alaw_decode_bs() → vocoder_alaw_decode_bs_sptr

This block performs alaw audio decoding.

gnuradio.vocoder.alaw_encode_sb() → vocoder_alaw_encode_sb_sptr

This block performs g.711 alaw audio encoding.

gnuradio.vocoder.codec2_decode_ps() → vocoder_codec2_decode_ps_sptr

CODEC2 Vocoder Decoder.

gnuradio.vocoder.codec2_encode_sp() → vocoder_codec2_encode_sp_sptr

CODEC2 Vocoder Encoder.

gnuradio.vocoder.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) → vocoder_cvsd_decode_bs_sptr

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.

gnuradio.vocoder.cvsd_encode_sb(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) → vocoder_cvsd_encode_sb_sptr

Constructor parameters to initialize the CVSD encoder. The default values are modeled after the Bluetooth standard and should not be changed except by an advanced user.

gnuradio.vocoder.g721_decode_bs() → vocoder_g721_decode_bs_sptr

This block performs g721 audio decoding.

gnuradio.vocoder.g721_encode_sb() → vocoder_g721_encode_sb_sptr

This block performs g721 audio encoding.

gnuradio.vocoder.g723_24_decode_bs() → vocoder_g723_24_decode_bs_sptr

This block performs g723_24 audio decoding.

gnuradio.vocoder.g723_24_encode_sb() → vocoder_g723_24_encode_sb_sptr

This block performs g723_24 audio encoding.

gnuradio.vocoder.g723_40_decode_bs() → vocoder_g723_40_decode_bs_sptr

This block performs g723_40 audio decoding.

gnuradio.vocoder.g723_40_encode_sb() → vocoder_g723_40_encode_sb_sptr

This block performs g723_40 audio encoding.

gnuradio.vocoder.gsm_fr_decode_ps() → vocoder_gsm_fr_decode_ps_sptr

GSM 06.10 Full Rate Vocoder Decoder.

gnuradio.vocoder.gsm_fr_encode_sp() → vocoder_gsm_fr_encode_sp_sptr

GSM 06.10 Full Rate Vocoder Encoder

shorts in; 33 byte packets out.

gnuradio.vocoder.ulaw_decode_bs() → vocoder_ulaw_decode_bs_sptr

This block performs ulaw audio decoding.

gnuradio.vocoder.ulaw_encode_sb() → vocoder_ulaw_encode_sb_sptr

This block performs g.711 ulaw audio encoding.

Previous topic

gnuradio.trellis: Object Classes

Next topic

gnuradio.window

This Page