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

Sponsor

Industry's highest performing at the lowest power DSPs now as low as $5.00*
Start development today!
*volume pricing for 10ku

Discussion Groups

See Also

Embedded SystemsFPGAElectronics

Comp.dsp is a worldwide Usenet news group that is used to discuss various aspects of digital signal processing.

We found 174 threads matching "lpc"

You are looking at page 1 of 5.

The most relevant threads are listed first

Difference between LPC & LPC vocoder

2007-09-10 05:23:00
I'm doing a speech recognition project. Can LPC vocoder be use for speech rocognition? Can anyone help me with the differences between LPC and LPC vocoder? I'm looking at the code which i found in the net and it seems that LPC method were used in LPC vocoder and it is dealing with pitch. I'm not...Difference between LPC & LPC vocoder

LPC-10 vs. Texas Instruments LPC

mhavoc - 2006-10-19 23:05:00
Does anyone here possibly have detailed information on Texas Instruments implementation of the LPC algorithm for speech compression? I am in the process of writing an LPC-T1 and LPC-10 encoder/decoder library in C# and I have Andy Fingerhut's LPC-10 code (which is in C, converted from Fortran). ...LPC-10 vs. Texas Instruments LPC

warped lpc cepstrum

2007-05-09 16:53:00
Hi, I'm wondering if I can use standard LPC -> Cepstrum recursion proposed by Atal for warped LPC. What kind of error do I produce if it is wrong? Cheers, Kosta ...warped lpc cepstrum

lpc on seismic traces

Henrietta Denoue - 2005-05-25 09:54:00
Hi Need help to use matlab's lpc (linear prediction coefficients) on a set of seismic traces. If data is given in a matrix where each column represents a seismic trace (time is the vertical axis and space the horizontal) how do I use matlab's lpc ? I am in particular interested in cases wher...lpc on seismic traces

Formant detection

jon222 - 2007-05-10 11:24:00
Hi, I'm trying to implement an algorithm in Java for detecting the formants in a speech segment. I've found an information, that is a good way to detect it is from spectral envelope, which I can get as power spectrum from LPC. So what I need is to count the power spectrum for LPC, which I get af...Formant detection

LPC and LSF

Don - 2005-05-24 16:26:00
Dear Firndz I have one querry regarding the LPC and LSF parameters Why we compute the LSF paramenter when we already had computed the LPC coefficeint. As far as I know all the relevent info is embeded in the LPC coefficent then why we compute the LSF parameters ? Only on thing I ca...LPC and LSF

LPC using cumulants

shamailsaeed - 2008-07-04 07:29:00
Hi All, I want to implement LPC using cumulants (instead of LPC using autocorrelation ) algorithms in C. Where can I find that algorithms. some formulas or c code. ...LPC using cumulants

lpc vocoder.clarification needed.pls

2007-09-14 09:54:00
Hi i'm using lpc vocoder for my speech recognition. If i'm doing only alphabet A-Z, I only need the encoder part. Is that correct? As i know, lpc vocoder determine the lpc analysis and pitch detector. If i wan to get the coefficients only for my neural network recognition, I dun need the pi...lpc vocoder.clarification needed.pls

New to MFCC & LPC vocoder. Pls help

2007-08-31 02:48:00
I'm new to speech recognition. I would like to ask after generating MFCC, we get the coefficients. What do these coefficients means? Do they represent the amplitude of the speech signal accordingly? Can LPC vocoder use for speech recognition? Is this method better than LPC and LPCC? or even MF...New to MFCC & LPC vocoder. Pls help

LPC spectra estimate

hyeewang - 2009-02-06 02:45:00
LPC spectra should correspond with the envelope of DFT spectra. I plot LPC spectra with matlab. The LPC spectra keep the same shape with the envelope of DFT spectra. But it is larger with a offset than the DFT envelope. Why? Where it go wrong? Here is the matlab script which illustrate it...LPC spectra estimate

Teaching Assistant seeking help.

DarkKobold - 2005-07-20 14:46:00
Dear Sirs I am a teaching assistant at MSU, and have volunteered to create new labs for the ECE Senior Design class. I would like to make the intial project a real-time LPC encoder/decoder. I would have the students play with the pitch value, so they would learn about LPC and also get excited a...Teaching Assistant seeking help.

Question about LPC analysis and noise suppression in speech

Jack - 2006-04-29 17:45:00
Hello, I conducted an experiment in MATLAB related to noise suppression. I have a noisy speech segment X=S+N where S is clean speech and N is noise. I did LPC analysis of a frame of X and obtained an estimate of a noisy excitation (residual) signal u_noisy. I also did LPC analysis of a...Question about LPC analysis and noise suppression in speech

Re: LPC Coefficients

FruitfulToon - 2005-02-02 14:52:00
Hi, I am using an autocorrelatoin method using the Levinson recursion. The algorithm I am using is adapted to java from some non-java code I found in a book. Do you know anywhere that I might find another basic LPC algorithm to test my own. Thanks, Tom wrote in message news:1107...Re: LPC Coefficients

LPC spectra estimate

hyeewang - 2009-02-06 02:42:00
I plot LPC spectra with matlab. The LPC spectra keep the same shape with the envelope of DFT spectra. But it is larger with a offset than the DFT envelope. Why? Where it go wrong? Here is the matlab script which illustrate it. N = 2560; [x,fs] = wavread('lpc.wav',N); % any speech signa...LPC spectra estimate

RLS and LPC comparison

kartikaye - 2008-08-05 21:13:00
Hi All, I have implemented a 10th order Recursive Least Squares filter on Matlab for speech and am comparing the weights thus obtained with the weights using the LPC function. Then I am comparing the speech quality using PESQ MOS values for various speech files. I run my RLS for lambda=...RLS and LPC comparison

LPC for Analysis of 2 Speech Signals

Raeldor - 2010-11-27 19:45:00
Hi All, I am trying to find the best way to analyze 2 speech signals from 2 different speakers and come up with a 'match percentage' as to how close they were (ie, did the speakers say the same thing). I have been reading that LPC is great for encoding the basic parameters of speech, but mo...LPC for Analysis of 2 Speech Signals

Where to find the description for LPC -10 algorithm

Kevin Jiang - 2004-09-05 09:31:00
Dear all, I have downloaded the source code for LPC-10 algorithm. But it maybe a little difficult for me to understand the source. So I want to find some materials about this algorithm. These two papers will be helpful, but I can't find them on Internet. 1) The U.S. DoD's Federal-Standard-1...Where to find the description for LPC -10 algorithm

Regarding LPC to LSF conversion

pasampradeep - 2006-01-20 10:50:00
Hi All, I into iLBC codec.I understood the basics that why the LPC coefs are transformed into LSF theortically, but I find it difficult to understand mathematically. Pls help me with the maths associated with it and links if any. Pradeep ...Regarding LPC to LSF conversion

Speech modulation using LPC

staseer - 2009-10-30 07:54:00
Hi, I am trying to produce a speech based signal from arbitrary values by using LPC technique. My goal is to convert any data into speech like signal, send it to remote end and then reconstruct the data from the speech signal. I am basing my ideas from a paper. I am new to DSP but I am trying...Speech modulation using LPC

speech to LPC coefficients

nani_bez - 2005-05-02 13:37:00
hello can anyone post me a C code for converting the original speech to its LPC coefficients and then to the LSP. Or just tell me the procedure to do it ..thanks This message was sent using the Comp.DSP web interface on www.DSPRelated.com ...speech to LPC coefficients

Re: using lpc to interpolate

Rune Allnor - 2005-07-22 15:07:00
Kamran wrote: > Rune Allnor wrote: > > > > Kamran wrote: > > > > > Hi > > > > > > > > > Could anyone help me on how to use lpc (linear prediction coeff) > > > for interpolation ? I have a vector where some elements(samples) are way > > > off what is reasonable and wonder...Re: using lpc to interpolate

LPC Question

HardySpicer - 2007-09-30 18:11:00
In LPC we estimate a 10th order all pole model of quasi-stationary speech. The predicted speech is then y(k)=-a1y(k-1)-a2y(k-2)....-a10y(k-n) Is the 'gain' estimated at all ie the variance of the driving noise of the AR model? Also is this really a predictor? It is not a Wiener predictor ...LPC Question

Re: Windowing problem before LPC

robert bristow-johnson - 2010-03-17 01:12:00
On Mar 16, 11:08=A0pm, Vladimir Vassilevsky wrote: > hyeewang wrote: > > Why window the signal before computing LPC coefficients? =A0 > > > What is the whys of windowing? =A0I know windowing can prevent spectrum > > leakage,but LPC is none of business of FFT, oh? > > so it ha...Re: Windowing problem before LPC

gaussian mixture model

2008-01-08 09:33:00
i really need help. i'm doing a voice morphing project and is in need of help with the gaussian mixture model method. i know i will need to process an audio file into lpc datas and then using the lpc format to create a codebook. however, i do not know what comes after that. what am i to do so...gaussian mixture model

GMM morphed.

2007-12-04 01:22:00
Hi all, can anyone help me with this? If i were to carry out a Gaussian Mixture Modelling on an LPC data, after that using the resultant i undergo some level of morphing. would i still need to do any reverse GMM on the morphed data in order to get back an LPC format? If yes, can someone roughl...GMM morphed.

Re: unclipping

robert bristow-johnson - 2012-03-04 21:23:00
On 3/4/12 8:12 PM, glen herrmannsfeldt wrote: > I have a digitized WAV file about 71 minutes long (actually, 10 > files totaling 71 minutes) with three samples clipped, I believe > not all consecutive. only three isolated samples? they're at 0x7FFF or 0x8000 ? > > I can't actually he...Re: unclipping

Speech identyfication...

2006-02-15 16:34:00
Hi!!! I have problem with speech identyfication. I use LPC algorithm and extract reflection coeficient (rc). I have this 10 rc and try to identify the person using it. The problem is how I can do this with this rc??? I used Euklides distortion measures but I do not know what can I do next with ...Speech identyfication...

Re: Please Recommend Book on Audio/Speech

tommy - 2006-05-18 16:40:00
The modem speech coding is based on the LPC algorithm in the time domain , multiband algorthim in the frequency domain. LPC based speech codecs are EVRC, QCELP13, AMR series, and ITU-T G.723.1, G.729 series. multiband speech codec are IMBE, and AMBE. The audio coding is based on FFT, MDCT bas...Re: Please Recommend Book on Audio/Speech

LPC cowfficient freeze

pal.debabrata123 - 2007-11-08 10:09:00
In recent past there was a suggestion thrown to me to freeze the LPC coefficient to save computation cycles and the "rational" is speech is stationary in nature! The application is a vocoder. I was shocked and still remain shocked but if you guys have an o...LPC cowfficient freeze

STUPIDENT::Re: LPC in physiological sense

Vladimir Vassilevsky - 2009-07-24 09:35:00
HyeeWang wrote: > On Jul 24, 2:36 pm, HyeeWang wrote: > > > The all pole model is as follows. > > H(z) = G/(1-sum(ak*z.^k)) > > where, a is the lpc coefficients. > > > > The physiological digital model is : exitation system + vocal tract > > system + radiation system. > > ...STUPIDENT::Re: LPC in physiological sense

Question: linear predictive coding, spectral estimation

Lars Hansen - 2005-09-28 02:47:00
Hi I have a question about LPC-analysis. I have a frame of 256 speech samples which I assume is the output of an IIR-filter and I do LPC-analysis of the frame to obtain the coefficients of the IIR-filter. I want to do a comparison of the non-parametric power spectrum (by use of FFT) and ...Question: linear predictive coding, spectral estimation

Re: too many combinations: Transition probability etc.

Peter K. - 2005-11-30 15:31:00
John wrote: > I am trying to do some statistics, but I don't know how to solve the problem > I am working on. > > I have N speech segments and I perform a 10th order LPC-analysis of each > segment and get a 10-dimensional LPC-vector A(j)=[a1(j),a2(j),....a10(j)] > for j=1 to N. > ...Re: too many combinations: Transition probability etc.

Re: Speaker recognition software

vishalendu - 2004-09-20 14:54:00
hi guyz , im just a starter on speaker recognition using LPC , need some real tuts on it and any guidance regarding the programming in c - language. any advice would be helpful, thatd be helpful for the original author of the post 2. so if u have anythn to share plz do. email me on...Re: Speaker recognition software

Voice conversion

drathu - 2007-03-16 12:17:00
Hi, I'm doing a project on Voice Morphing in JAVA. And I am new in DSP stuff. I am wondering if you could help me with the concepts behind this. Voice morphing converts the words of the source speaker to be spoken with the voice of the target speaker. e.g. input : Source speaker says "Hello" ...Voice conversion

Re: fastest way of calculating the roots of a polynomium??

Bob Cain - 2005-11-23 15:25:00
John wrote: > > Why do you want them? If it is to check for stability, that is > > It is not to check for stability....It is because I am more interested in > finding the roots than the LPC-coefficients. If I have the roots I can > quickly calculate the LPC-coefficients if I want t...Re: fastest way of calculating the roots of a polynomium??

Re: Block Processing Issue

Lars Hansen - 2005-10-25 16:57:00
> What type of signal are you filtering? A noise degraded speech signal x=s+n where s is clean speech and n is colored, gaussian noise. > How important is continuity? I don't know to be honest. Maybe you can tell me why you ask that particular question? > How/why are the coefficie...Re: Block Processing Issue

Question regarding LPC Difference equation

EC-AKD - 2004-10-13 05:31:00
Hi, I was going through the Source filter model of speech production given in "Digital Speech" by author Kondoz. The LPC sysnthesis filter looks like : H(z) = G / A(z) where, A(z) = 1 - SUM{a[j]*z^-j} ; j running from 1 to 10 for speech synthesis. If we transform the above ...Question regarding LPC Difference equation

pitch synthesis and lpc codebooks and excitation signal

staseer - 2009-12-12 07:58:00
I am trying to use gsm network to send secure data encoded as voice. For this purpose during my initial research I used 8 bits as lpc codebook index and 4 bits as pitch index. I used these 12 bits to produce 160 samples of voice like data. I am new to dsp so using my limited knowledge I generated...pitch synthesis and lpc codebooks and excitation signal

Re: Power Spectral density

Stan Pawlukiewicz - 2005-11-07 10:29:00
Real_McCoy wrote: > "Stan Pawlukiewicz" wrote in message > news:dkiffa$ic7$1@newslocal.mitre.org... > > > Lars Hansen wrote: > > > > > > Fourier transform of a random process is another random process :) > > > > > > > > what you need to do is perform the above several dozen times (a...Re: Power Spectral density

Re: regarding white noise

2005-12-22 15:06:00
> I want to know why white noise floor is added to the autocorrelation > function in the lpc analysis. I'm not an expert with LPC, but I know with adaptive dsp, you need to keep the inverse of the autocorrelation matrix stable. This is especially true with highly self-correlated signals. ...Re: regarding white noise
| 1 | 2 | 3 | 4 | 5 | next