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

Ads

Discussion Groups

Free Online Books

See Also

Embedded SystemsFPGAElectronics

Discussion Groups | Comp.DSP | .wav-> G.723

There are 4 messages in this thread.

You are currently looking at messages 0 to 4.


.wav-> G.723 - learningdsp - 2004-05-27 15:17:00

Hello,
I am a beginner and trying to understand the working of G.723 ADPCM.

I have been able to get all the C files from ITU for the G.723 ADPCM.

I have a basic question.

According to the documentation and block diagram the first block
converts the input signal from linear or A-law or U-law to uniform PCM
signal. Then come the next steps of finding the difference signal,
etc..

I have written code to read in a .wav file one sample at a time(16
bit, sampled at 8000 Hz). That is, I read in 16 bits.

Then I want to give this as input to the G.723 codec. Can I do this?
Can I give the program a .wav (16 bit, sampled at 8000 Hz) input?
Do I have to modify it in any way before giving as input to this
program.

After doing the encoding and decoding, I again want to write the
output to .wav file. Can I do this?

Sorry, this might be too basic for some of you, but I am trying to
understand the working of this.

Hoping for a reply,
Thanks,
Still Learning.
______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.

Re: .wav-> G.723 - Phil Frisbie, Jr. - 2004-05-27 16:39:00



learningdsp wrote:

> Hello,
> I am a beginner and trying to understand the working of G.723 ADPCM.
<snip>

I already answered this exact post on comp.compression. Please learn to properly 
cross post.

-- 
Phil Frisbie, Jr.
Hawk Software
http://www.hawksoft.com

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

Re: .wav-> G.723 - Jerry Avins - 2004-05-27 17:51:00

Phil Frisbie, Jr. wrote:

> learningdsp wrote:
> 
>> Hello,
>> I am a beginner and trying to understand the working of G.723 ADPCM.
> 
> <snip>
> 
> I already answered this exact post on comp.compression. Please learn to 
> properly cross post.
> 
Phil,

Since I upgraded it, my browser doesn't mark as read separate instances
of properly cross-posted messages. (I lost some other nice fratures,
too.)

Jerry
-- 
Engineering is the art of making what you want from things you can get.
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯

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

Re: .wav-> G.723 - Phil Frisbie, Jr. - 2004-05-28 12:30:00

Jerry Avins wrote:

> Phil Frisbie, Jr. wrote:
> 
>> learningdsp wrote:
>>
>>> Hello,
>>> I am a beginner and trying to understand the working of G.723 ADPCM.
>>
>> <snip>
>>
>> I already answered this exact post on comp.compression. Please learn 
>> to properly cross post.
>>
> Phil,
> 
> Since I upgraded it, my browser doesn't mark as read separate instances
> of properly cross-posted messages. (I lost some other nice fratures,
> too.)

I know what you mean. Are you using Netscape/Mozilla also? I hope they fix this 
in the next version.

> Jerry

-- 
Phil Frisbie, Jr.
Hawk Software
http://www.hawksoft.com

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