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

Discussion Groups | Comp.DSP | FIR Lattice Filter Reflection Coefficients in Terms of Direct Coefficients?

There are 12 messages in this thread.

You are currently looking at messages 10 to 12.


Re: FIR Lattice Filter Reflection Coefficients in Terms of Direct Coefficients? - Spiros Lakkos - 22:00 01-11-04

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, 2nd Edition",
S.J.Orfanidis, ISBN 0-07-100834-9, Chapter 5 (Linear Prediction),
Section 5.7 (Analysis and Synthesis Lattice Filters), p.225-...

(3) "Adaptive Filter Theory, 2nd Edition", S.Haykin,
ISBN 0-13-013236-5, Chapter 6 (Linear Prediction),
Section 6.3 (Levinson-Durbin Algorithm), pp. 198-205

If you are looking for a computer program to perform this task
you can check the FORTRAN and C code given in Orfanidis' book (2).




Regards

Spiros Lakkos
Electronic & Information Engineer
Ordtech Ltd.






Randy Yates <r...@sonyericsson.com> wrote in 
news:x...@usrts005.corpusers.net:

> Hi Folks,
> 
> Maybe I'm dense, but I don't see a way (recursive or otherwise)
> in P&M to go from the FIR direct form coefficients, the "b[n]" in
> 
>   y[i] = \sum_{n=0}^{N-1} x[i-n] * b[n],
> 
> to FIR lattice filter reflection coeffients K_m. Does anyone know how
> and/or have a reference?


Re: FIR Lattice Filter Reflection Coefficients in Terms of Direct Coefficients? - Randy Yates - 23:50 01-11-04



Spiros Lakkos <s...@hotmail.com> writes:

> 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, 2nd Edition",
> S.J.Orfanidis, ISBN 0-07-100834-9, Chapter 5 (Linear Prediction),
> Section 5.7 (Analysis and Synthesis Lattice Filters), p.225-...
>
> (3) "Adaptive Filter Theory, 2nd Edition", S.Haykin,
> ISBN 0-13-013236-5, Chapter 6 (Linear Prediction),
> Section 6.3 (Levinson-Durbin Algorithm), pp. 198-205
>
> If you are looking for a computer program to perform this task
> you can check the FORTRAN and C code given in Orfanidis' book (2).
>
>
>
>
> Regards
>
> Spiros Lakkos
> Electronic & Information Engineer
> Ordtech Ltd.

Hi Spiros,

Thanks very much for the references. I've got the Haykin book at
work - I can check it out without going to the library.

--Randy


>
>
>
>
>
>
> Randy Yates <r...@sonyericsson.com> wrote in 
> news:x...@usrts005.corpusers.net:
>
>> Hi Folks,
>> 
>> Maybe I'm dense, but I don't see a way (recursive or otherwise)
>> in P&M to go from the FIR direct form coefficients, the "b[n]" in
>> 
>>   y[i] = \sum_{n=0}^{N-1} x[i-n] * b[n],
>> 
>> to FIR lattice filter reflection coeffients K_m. Does anyone know how
>> and/or have a reference?
>

-- 
%  Randy Yates                  % "She's sweet on Wagner-I think she'd die for Beethoven.
%% Fuquay-Varina, NC            %  She love the way Puccini lays down a tune, and
%%% 919-577-9882                %  Verdi's always creepin' from her room." 
%%%% <y...@ieee.org>           % "Rockaria", *A New World Record*, ELO   
http://home.earthlink.net/~yatescr

previous | 1 | 2