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

See Also

Embedded SystemsFPGAElectronics

Discussion Groups > Levinson

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

We found 50 threads matching "levinson"

You are looking at page 1 of 2.

The most relevant threads are listed first

Levinson-Durbin Vs Generalezed Levinson-Durbin algorithm

stef - 2006-09-19 04:34:00
Good morning experties, I'm using the generalized Levinson-Durbin algrithm to solve the system R*hinv=q. Where q(l)=h(N-l), N is the length of the filter to be inverted and hinv is its inverse. R is a symmetric Toeplitz matrix. I used the MATLAB code from Bob Cain in http://www.musicdsp.org/sho...Levinson-Durbin Vs Generalezed Levinson-Durbin algorithm

faster algorithm than levinson-durbin recursion

Lars Hansen - 2005-09-08 08:41:00
Hello I am looking for a _stable_ algorithm that performs better in terms of speed than the levinson-durbin recursive algorithm. Any suggestions? Thank you. ...faster algorithm than levinson-durbin recursion

Levinson algo. wtih complex coef. required

herbert arthur - 2003-12-30 07:10:00
Hi, I am desperatly looking for a generalized Levinson algorithm that can cope with complex autocorrelation values and giving complex filter coefficients... I would like to implement it in C, and i have only found the classical LPC analysis but it can not deal with complex coefficients.....Levinson algo. wtih complex coef. required

calculating gain with levinson-durbin.

Johan Kleuskens - 2006-03-17 05:20:00
Hi, I'm using the levinson-durbin algorithm to calculate an all-pole filter. This all-pole filter is used to generate background noise to overcome silence when the telephone line is muted. I believe a description of the all-pole filter is : H(z) = G / (a0+a1*z-1 + a2*z-2....). Calcula...calculating gain with levinson-durbin.

Re: Difference between LPC & LPC vocoder

pal.debabrata123 - 2007-09-10 05:48: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 pitc...Re: Difference between LPC & LPC vocoder

Levinson-Durbin Recursion revisited

panu - 2008-11-19 15:06:00
I know this subject has been discussed in the past on this site in relation to inverse filter design, and this is also the subject of this post. My specific application is acoustics. If you have experience with the Levinson-Durbin algorithm in C/C++ I could use your help. I have been using the co...Levinson-Durbin Recursion revisited

Re: Need help about stability of Levinson-Durbin algorithm in Matlab

Andor - 2006-05-23 05:59:00
kenshen wrote: > Hi, expertises, > > I am programming levinson-durbin algorithm in Matlab and desperately find > that it comes out with unstable results, especially for the multivariate > case. LD recursion is an algorithm to find solutions to linear equations with special structure....Re: Need help about stability of Levinson-Durbin algorithm in Matlab

Levinson-Durbin algorithm

stef - 2006-09-19 03:02:00
Good morning experties, I'm using Levinson-durbin algorithm to invert room impulse responses. I used the MAtLAB code writen by Bob Cain in the following page http://www.musicdsp.org/showone.php?id=188 The code works well, but I can't understand why it works! The following equation should be ...Levinson-Durbin algorithm

Help in understanding Levinson Durbin

Sumeet - 2006-10-16 08:31:00
Hello friends, I am an undergraduate student from India and have taken up Advanced DSP as my course. I am referring to the book by Proakis and Manolakis. I have thoroughly read upto filters. However, I find the Linear Prediction chapter a bit heavy to understand. I find the derivations dif...Help in understanding Levinson Durbin

autocorrelation with 0 lag for LPC in speex library

Anton - 2006-07-28 18:35:00
Hi, I saw in the sources for the speex library (http://www.speex.org/) that they add some value to the first autocorrelation result. The results are used to produce a IIR with a levinson durbin recursion. float d; int i; while (lag--) { for (i = lag, d = 0; i < n...autocorrelation with 0 lag for LPC in speex library

Re: Inverse FIR computation

Bob Cain - 2004-11-13 12:58:00
Number 6 wrote: > Why are you using FFTs - surely a simple recursion will perform the inverse. Which one might that be? The one that finds the LMS inverse (arbitrary length, no time domain aliasing) in O(N^2) involves solving a Toeplitz matrix within the framework of the Levinson-Dur...Re: Inverse FIR computation

Input parameters of Levinson-Durbin algorithm

stef - 2006-05-07 14:44:00
Hello experties, I'm using Durbin-Levinson algorithm to calculate the inverse impulse response of a given impulse response h in the time domaine. The algorithm requires three input parameters: - Impulse response h - The delay time of the inverse impulse response of h - The length of the inverse...Input parameters of Levinson-Durbin algorithm

Order selection of AR process

dreamerg - 2007-01-07 10:27:00
Hi Can anyone explain how one choses the order of the AR process when trying to estimate it's coefficient (Via levinson durbin algorithm). Is this a try and error? Thanks ...Order selection of AR process

Re: Fitting AR model to stohastic signal

Rune Allnor - 2003-09-03 17:30:00
anglomont@yahoo.com (TI) wrote in message news: ... > Hi > I have a sample of a Stohastic signal with very slowly variable mean, > and would like to find AR model for it perhaps using Burg parameter > estimation model (explained in book by Kay). Kay has written several books. I assume yo...Re: Fitting AR model to stohastic signal

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

inversion of a matrix

Henrietta Denoue - 2005-08-23 01:59:00
Hi I need to inverse a rather large symmetric matrix. Using 'inv' takes much time and I need to speed this up. What I actually have is the the follwing: A'*inv(R)*A Where A is convmtx(a,n) where a is a vector of length less than 'n' and R is A*A' .(or actually the pre-whitened, adde...inversion of a matrix

Levinson Durbin / Reflection coefficients

Sebastian Gesemann - 2004-05-01 16:16:00
Hi ! I want to learn more about different representations of the LP coefficients (ie reflection coefficients, spectral frequency line, and so on). How to transform between those representations and what they actually mean. I'm searching for an easy representation which is robust against ...Levinson Durbin / Reflection coefficients

Vector Quantization: Problem with designing codebook

Jake - 2005-12-30 08:54:00
Hi I am trying to do vector quantization for noise-free speech segments. The algorithm I have programmed works like this: 1) Update 240-point frame F with pre-emphasized block x of 10 speech samples. 2) Update estimate of power spectrum P based on updated frame 3) Calculate vector B=...Vector Quantization: Problem with designing codebook

Re: Computational complexity of FLAC?

John - 2007-10-24 21:15:00
On Oct 24, 5:26 pm, Chris Eilbeck wrote: > How difficult do you guys think it would be to recode FLAC to run on a > microcontroller like an AVR? I'm tinkering with a small audio recorder and > figured I could get more recording time without having a re-design for a > second flash device....Re: Computational complexity of FLAC?

Re: Article

Bob Cain - 2006-05-01 04:54:00
Randy Yates wrote: > Sorry - you might actually have to get up from > your chair and drive to a university library. Assuming one realistically has that option, then what? Living in Palo Alto I used to be able to browse Stanford's stacks (mid '70s) but I doubt that I could now get in the b...Re: Article

Re: Inverse impulse response

stef - 2006-03-31 18:09:00
> stef wrote: > > > Hello experties, > > > > Any body have an idea how to calculate the inverse impulse response in the > > time domaine of an impuse response h using MATLAB ? > > I'll be happy if you help me. > > Thank you in advance > > You probably want something like this: > ...Re: Inverse impulse response

Levinson durban recursion

mobi - 2006-08-02 12:02:00
Hi, I am trying to get forward/backward predictor coefficients from the ladder relection coefficients using the following recursion. (From haykins book) a_m(n) = [a_{m-1}(n) 0] + k_{f, m} [0 c_{m-1}(n-1)] --------- (1) c_m(n) = [0 c_{m-1}(n-1) + k_{b, m} [a_{m-1}(n) 0] --------- (2) wher...Levinson durban recursion

Demixing two audio Signals in the time domaine

stef - 2006-04-13 07:43:00
Hello experties, I have the following System in the time domaine that I want to solve with the unknown x1 and x2: y1 = h11*x1 + h21*x2 (1) 0 = h12*x1 + h22*x2 (2) with: h11, h21, h12, h22 are the room impulse responses. I found the following solution: x1 = [(h11-h21(h22^-1)h12)^-1]*y1 x2...Demixing two audio Signals in the time domaine

Re: Inverse matrix

stef - 2006-03-30 15:09:00
> > "stef" wrote in message > news:6q-dnSbKc7TRSbbZRVn-qw@giganews.com... > > Hello, i'm new to this group > > I'm trying to demix two audio signal. > > My audio signals are y1 and y2 (Y=[y1;y2]) > > The impulse resonses: H11, H12, H21, H22. > > The matrix form of the system is: y=H...Re: Inverse matrix

Re: Regarding the Linear prediction

2007-09-25 08:26:00
On Sep 25, 7:44 am, "neelufar.2005" wrote: > Hi, > > I am currently trying to implement the linear prediction analysis in c to > decorrelate the speech signal. I have implemented the livenson durbin code > in C. Is there any method to cross check that the linear filter coefficient > a...Re: Regarding the Linear prediction

spectral factorization using cepstral deconvolution

emre - 2006-12-22 23:28:00
Hi there, I want to find the minimum phase spectral factor of a real autocorrelation sequence using cepstral deconvolution. However I run into problems when the spectrum has a null. Is there a way to get around this problem, or is the cepstral deconvolution doomed to fail in case of a null? Could...spectral factorization using cepstral deconvolution

Re: Levinson-Durbin Adaptive Filter....How?

Vicki - 2005-05-24 12:36:00
OK, I'm still being a bit thick! What would anyone recommend as a simple test signal that I could use to put through the L-D block in simulink and what should I expect as the output? If I have only one signal can I put that through the L-D? I know that the LD solves for a number of equatio...Re: Levinson-Durbin Adaptive Filter....How?

Re: solving systems of linear equations

Carlos Moreno - 2005-12-11 17:10:00
galreuven@gmail.com wrote: > Hi folks, > I'm looking for code which solves systems of linear equations for TI's > C67 processors. > I have the "numerical recipes" code but I rather use an optmized code. What is "optimized"?? One thing that I recall from my Matrix Numerical Methods cour...Re: solving systems of linear equations

Noise cancelling approach

alexryu - 2008-12-01 13:42:00
Hello I have a data vector/time-series d = s + n (where s is signal and n is noise). n is somewhat localized in frequency, with two distinct peaks. (in actuality of course, there is also white noise, but that's a different subject). I have around 1 second of reference noise (compared to 12 seconds...Noise cancelling approach

System Identification

Vladimir Vassilevsky - 2008-06-30 13:50:00
Hello All, There is a physical system which is described well by the 2nd order pole only model. The poles can be complex (Q up to 10), or real, including the degenerated cases with one pole or no poles at all. The impulse response can be measured. The problem is to find the system para...System Identification

Re: Linear predictive coefficient computation

2005-11-30 07:03:00
RAMU wrote: > To find the Linear predictive coefficents all are using auto > correlation with levinson durbin equation. I want to know is there any > alternative method availble that still reduces the computational > complexity to find the LPC coefficients. If you are willing to trade f...Re: Linear predictive coefficient computation

QRD-LSL

mobi - 2006-07-24 05:23:00
Hi all, I am having problems regarding weight extraction in QRD-LSL algorithm i.e., I want to know the unknown filter coefficients of the QRD-LSL adaptive filter. I have implemented QRD-LSL algorithm, given on page 666 of symon hakin book on adaptive filtering. On page 686 he mentions weight ex...QRD-LSL

Re: AR model order

Rune Allnor - 2008-08-14 15:07:00
On 14 Aug, 20:31, "a_mann" wrote: > Hi, > I am a student doing a project in DSP. My signals measure the blood volume > pulse changes at three different stages. So i have 3 different signals for > each subject. I am using the AIC model order selection criteria for > selecting the model o...Re: AR model order

Re: Filter design, minimal group delay, maximal variance

Rune Allnor - 2006-04-19 08:12:00
crowlogic skrev: > Hi all, > > I want to design a filter (invertable if possible) that has the minimum > amount of group delay I may be wrong now, but I *think* "minimum group delay" means that the filter has to be "minimum phase", which in turn means it is invertible. > and captu...Re: Filter design, minimal group delay, maximal variance

Noise Subtraction

2005-08-11 12:08:00
My boss showed me a feature on some commercial software he wants me to incorporate into our system. Basically, you show the software a patch of noise (samples w/o the signal). Later, the program lets you subtracts that noise from a signal contaminated by that same noise. IOW, subtract the fa...Noise Subtraction

Re: Measurement Noise of PSD estimation (AR)

Rune Allnor - 2009-07-14 08:28:00
On 14 Jul, 14:03, "m.alawieh" wrote: > Here I might be way too wrong, > 1-we take the AC matrix obtained from AR estimation for example. > 2-use MUSIC (or any subspace method) to get the eigen values for the corr > matrix > 3- Yeooo, I have signal and noise separated spaces. Not qu...Re: Measurement Noise of PSD estimation (AR)

Re: Estimate Observation Noise Variance

Rune Allnor - 2008-06-23 14:00:00
On 23 Jun, 19:35, Chris Maryan wrote: > Can anyone give some pointers on estimating observation noise variance > from an observed set. > > I have an process (ARMA) that I am estimating the parameters of (blind > estimation, I don't know the input sequence, I only see the output), > it...Re: Estimate Observation Noise Variance

Re: Professional Exams for Digital Signal Processing!?

Rune Allnor - 2007-08-30 09:20:00
On 30 Aug, 14:20, Scott Seidman wrote: > Rune Allnor wrote in news:1188451007.296145.109460 > @r29g2000hsg.googlegroups.com: > > > Whenever I encountered students who knew DSP from > > matlab, I had a hard time de-teaching that stuff out of them > > so I could teach practical DS...Re: Professional Exams for Digital Signal Processing!?

Re: FIR Lattice Filter Reflection Coefficients in Terms of Direct Coefficients?

Spiros Lakkos - 2004-11-01 22:00:00
You can find the relevant information in the following textbooks: (1) "Advanced Digital Signal Processing", J.G.Proakis, C.M.Rader, F.Ling, C.L.Nikias, ISBN 0-02-396841-9, Chapter 4 (Linear Prediction and Optimum Linear Filters), pp 219-221 (2) "Optimum Signal Processing, An Introduction, ...Re: FIR Lattice Filter Reflection Coefficients in Terms of Direct Coefficients?

Re: De-mixing two audio streams using Room Impulse Response (Matlab)

Bob Cain - 2005-10-31 00:00:00
jeremyscerri@gmail.com wrote: > Hi, new to this group...I am using Matlab to SIMULATE the de-mixing of > two audio streams. What I did is as follows: > > 1. found two clean audio sources on the internet S1, S2. (4 seconds at > 11kHz, 16bit) > 2. found four room/hall impulse response...Re: De-mixing two audio streams using Room Impulse Response (Matlab)
| 1 | 2 | next