0
3.3kviews
Draw a diagram of a single stage lattice and write equation for the lattice
1 Answer
0
147views
written 6.9 years ago by |
Lattice Structure Realization:
Lattice filters are used in implementation of adaptive filter y(n)=x(n)+a1x(n−1) as a filter of order 1, then is only one filter coefficient. The filter coefficient a1 is also called the predictor coefficient, as it is used for predicting the current output samples knowing the currents and previous inputs samples. Here, both the inputs are excited by x(n) and the output is taken top of branch. We can write the expression for f1(n) and g1(n) f1(n)=x(n)+k1x(n−1)g1(n)=kx(n)+x(n−1)
*Note that f0(n) and g0(n) are both are equal to x(n). k1 is known as the reflection coefficient for stage 1 as f0(n) and g0(n) are reflected by factor k1 in the other branch
y(n)=x(n)+a1x(n−1)+a2x(n−2)
ADD COMMENT
EDIT
Please log in to add an answer.