written 7.1 years ago by | • modified 6.9 years ago |
Subject: Speech Processing
Topic: LPC and Parametric Speech Coding
Difficulty: Medium
written 7.1 years ago by | • modified 6.9 years ago |
Subject: Speech Processing
Topic: LPC and Parametric Speech Coding
Difficulty: Medium
written 6.9 years ago by |
(i) The system transfer function can be represented as: H(Z)=11+∑Nk=1bkZ−k
The difference equation for this system is given by: y(n)=−N∑k=1bky(n−k)+x(n)
If interchanging the role of input and output, that is interchanging x(n) and y(n), we can write that: x(n)=−N∑k=1bkx(n−k)+y(n)
Rearranging the above equation, we get, y(n)=N∑k=1bkx(n−k)+x(n)=N∑k=0bkx(n−k)
Representing FIR filter: f0=f1(n)−kg0(n−1)g1(n)=k1f0(n)+g0(n−1)
The equation of first stage lattice becomes:
y(n)=f0(n)=f1(n)−k1y(n−1)=x(n)−k1y(n−1)g1(n)=kf0(n)+g0(n−1)=k1y(n)+y(n−1)
Implementation of realization of feedback is shown in the figure: