Sign in

username:

password:



Not a member?

Search compdsp



Search tips

comp.dsp by Keywords

Adaptive Filter | ADPCM | ADSP | ADSP-2181 | Aliasing | AMR | Anti-Aliasing | ARMA | Autocorrelation | AutoCovariance | Beamforming | Bessel | Blackfin | Butterworth | C6713 | CCS | Chebyshev | CIC Filter | Circular Convolution | Code Composer Studio | Comb Filter | Compression | Convolution | Cross Correlation | DCT | Decimation | Deconvolution | Demodulation | DM642 | DSP Boards | DSP/BIOS | DTMF | Echo Cancellation | Equalization | Equalizer | ETSI | EZLITE (Ez-kit Lite) | FFT | FFTW | FIR Filter | Fixed Point | FSK | G.711 | G.723 | G.729 | Gaussian Noise | Goertzel | GPIO | Hilbert Transform | IFFT | IIR Filter | Interpolation | Invariance | JTAG | Kalman | Laplace Transform | Levinson | LPC | McBSP | MIPS | Modulation | MPEG | Multirate | Notch Filter | Nyquist | OFDM | Oversampling | Pink Noise | Pitch | PLL | Polyphase | QAM | QDMA | Quantization | Quantizer | Radar | Random Noise | Reed Solomon | Remez | Resampling | RTDX | Sampling | Sharc | TI C6711 | Undersampling | Viterbi | Wavelets | White Noise | Wiener Filter | Windowing | XDS510PP | Z Transform


Discussion Groups

Free Online Books

See Also

Embedded SystemsFPGAElectronics

Discussion Groups | Comp.DSP | G.722 ADPCM Help

There are 3 messages in this thread.

You are currently looking at messages 0 to 3.


G.722 ADPCM Help - Al Clark - 2004-06-30 17:46:00

We have an application that uses a sub band ADPCM (G.722) coder and 
decoder. Our goal is data reduction with good quality, minimal computation 
overhead and extended speech bandwidth. We chose G.722 because we didn't 
want to reinvent the wheel and it appeared to be a good candidate.

We have several examples in C (Embree) and asm (ADI 21xx) and none of them 
give answers that make sense (at least to us). 
For example, if we input a 4K sequence (.5,0,-.5,0), we get nothing similar 
out.

I understand that there is some kind of test sequence available that we 
could use as a sanity check. I don't have a copy of the standard. Does 
anyone have this sequence?

Any suggestions?

-- 
Al Clark
Danville Signal Processing, Inc.
--------------------------------------------------------------------
comp.dsp conference July 28 - Aug 1, 2004

details at http://www.danvillesignal.com/index.php?id=compdsp
email: c...@danvillesignal.com

Who says you can't teach an old dog a new DSP trick?
______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.

Re: G.722 ADPCM Help - Adrian Hey - 2004-06-30 18:58:00



Al Clark wrote:

> We have an application that uses a sub band ADPCM (G.722) coder and
> decoder. Our goal is data reduction with good quality, minimal computation
> overhead and extended speech bandwidth. We chose G.722 because we didn't
> want to reinvent the wheel and it appeared to be a good candidate.
> 
> We have several examples in C (Embree) and asm (ADI 21xx) and none of them
> give answers that make sense (at least to us).
> For example, if we input a 4K sequence (.5,0,-.5,0), we get nothing
> similar out.
> 
> I understand that there is some kind of test sequence available that we
> could use as a sanity check. I don't have a copy of the standard. Does
> anyone have this sequence?
> 
> Any suggestions?

You can get the test documentation and sequences from www.itu.int for
a small fee of 52 CHF. You want to look for G.722 Appendix II.

Regards
--
Adrian Hey 

______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.

Re: G.722 ADPCM Help - Al Clark - 2004-06-30 20:38:00

Adrian Hey <a...@NoSpicedHam.iee.org> wrote in news:arqdnSKd-
a...@nildram.net:

> www.itu.int 

Thanks Adrian,

Actually, I found out that you can download three publications for free.

-- 
Al Clark
Danville Signal Processing, Inc.
--------------------------------------------------------------------
comp.dsp conference July 28 - Aug 1, 2004

details at http://www.danvillesignal.com/index.php?id=compdsp
email: c...@danvillesignal.com

Who says you can't teach an old dog a new DSP trick?
______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.