Sign in

username:

password:



Not a member?

Search matlab



Search tips

Subscribe to matlab



matlab by Keywords

Atanh | Autocorrelation | Bandpass Filter | C++ | Conv | Database | Deconv | Excel | FFT | Filter | Filtering | FIR | Fourier Transfrom | FSK | Gaussian Noise | Haykin | IFFT | Image | Java | LFSR | LMS | LPC | MEX | OFDM | QPSK | Radix | Random | Sampling | Segmentation | Simulink | Visual Basic | Waveform | Wavelet

Ads

Discussion Groups

Discussion Groups | Matlab DSP | Real Time voice compression using LPC

Technical discussion about Matlab and issues related to Digital Signal Processing.

  

Post a new Thread

Real Time voice compression using LPC - Rudy Panjaitan - May 4 3:49:00 2004



I have a LPC (linear predictive Coding) listing, but it can't compress voice by real time. it only can compress a *.wav file. Does anyone know how to make it real time?
Thanks before. 





(You need to be a member of matlab -- send a blank email to matlab-subscribe@yahoogroups.com )

Re: Real Time voice compression using LPC - dai Guangfa - May 7 1:33:00 2004

I  think your matlab code do the simulation for the  voice compressing using LPC,but it works the same principle as the Real Time Compressing.You code should do the code and uncode work at a same time,and you could not understand the LPC premeter by you ear,for we can only hear wave voice,so the matlab code only store the uncoded voice in  *.wav format on the computer,which gerneral voice play can play and you can hear.
If you can find out the input LPC premeter of the uncodec system,perhaps it is what you want,which is error-protected coded and transfered on the channel.
Also,I think there is  a few difference between you matlab implementation and the C reference code for the Real Time implementation ,which you can get from UTI website.
 

Rudy Panjaitan <n...@yahoo.com> wrote:
I have a LPC (linear predictive Coding) listing, but it can't compress voice by real time. it only can compress a *.wav file. Does anyone know how to make it real time?
Thanks before. 






(You need to be a member of matlab -- send a blank email to matlab-subscribe@yahoogroups.com )