Reduced complexity recursive least square lattice structure adaptive filter by means of estimating the backward and forward error prediction squares using binomial expansion

Information

  • Patent Grant
  • 7702711
  • Patent Number
    7,702,711
  • Date Filed
    Friday, April 7, 2006
    18 years ago
  • Date Issued
    Tuesday, April 20, 2010
    14 years ago
Abstract
A method for reducing a computational complexity of an m-stage adaptive filter is provided by expanding a weighted sum of forward prediction error squares into a corresponding binomial expansion series, expanding a weighted sum of backward prediction error squares into a corresponding binomial expansion series, and determining coefficient updates of the adaptive filter with the weighted sums of forward and backward prediction error squares approximated by a select number of terms of their corresponding binomial expansion series.
Description
FIELD OF THE INVENTION

The present invention relates, in general to, adaptive filters and, more particularly, to a reduced complexity recursive least square lattice structure adaptive filter.


BACKGROUND

Adaptive filters are found in a wide range of applications and come in a wide variety of configurations, each of which having distinctive properties. A particular configuration chosen may depend on specific properties needed for a target application. These properties, which include among others, rate of convergence, mis-adjustment, tracking, and computational requirements, are evaluated and weighed against each other to determine the appropriate configuration for the target application.


Of particular interest when choosing an adaptive filter configuration for use in a non-stationary signal environment are the rate of convergence, the mis-adjustment and the tracking capability. Good tracking capability is generally a function of the convergence rate and mis-adjustment properties of a corresponding algorithm. However, these properties may be contradictory in nature, in that a higher convergence rate will typically result in a higher convergence error or mis-adjustment of the resulting filter.


A recursive least squares (RLS) algorithm is generally a good tool for the non-stationary signal environment due to its fast convergence rate and low level of mis-adjustment. A recursive least squares lattice (RLSL) algorithm is one particular version of the RLS algorithm. The initial RLSL algorithm was introduced by Simon Haykin, and can be found in the “Adaptive Filter Theory Third Edition” book. The RLS class of adaptive filters exhibit fast convergence rates and are relatively insensitive to variations in an eigenvalue spread. Eigenvalues are a measure of correlation properties of the reference signal and the eigenvalue spread is typically defined as a ratio of the highest eigenvalue to the lowest eigenvalue. A large eigenvalue spread significantly slows down the rate of convergence for most adaptive algorithms.


However, the RLS algorithm typically requires extensive computational resources and can be prohibitive for embedded systems. Accordingly, there is a need to provide a mechanism by which the computational requirements of a RLSL structure adaptive filter are reduced.





BRIEF DESCRIPTION OF THE DRAWINGS


FIGS. 1
a-1d illustrate four schematic diagrams of applications employing an adaptive filter;



FIG. 2 is a block diagram of a RLSL structure adaptive filter according to the invention;



FIG. 3 is a block diagram of a backward reflection coefficient update of the adaptive filter of FIG. 2;



FIG. 4 is a block diagram of a forward reflection coefficient update of the adaptive filter of FIG. 2;



FIG. 5 is a graph illustrating a binomial expansion mean convergence error versus Lambda (λ);



FIG. 6 is a graph illustrating echo return loss enhancements (ERLE) results for different Taylor's Series lengths when λ=0.994924;



FIG. 7 is a graph illustrating echo return loss enhancements (ERLE) results for different Taylor's Series lengths when λ=0.998957;



FIG. 8 is a graph illustrating echo return loss enhancements (ERLE) results for different Taylor's Series lengths when λ=0.999792; and



FIG. 9 is a block diagram of a communication device employing an adaptive filter.





Illustrative and exemplary embodiments of the invention are described in further detail below with reference to and in conjunction with the figures.


DETAILED DESCRIPTION

A method for reducing a computational complexity of an m-stage adaptive filter is provided by expanding a weighted sum of forward prediction error squares into a corresponding binomial expansion series, expanding a weighted sum of backward prediction error squares into a corresponding binomial expansion series, and determining coefficient updates of the adaptive filter with the weighted sums of forward and backward prediction error squares approximated by a select number of terms of their corresponding binomial expansion series. The present invention is defined by the appended claims. This description addresses some aspects of the present embodiments and should not be used to limit the claims.



FIGS. 1
a-1d illustrate four schematic diagrams of filter circuits 100 employing an adaptive filter 10. The filter circuits 100 in general and the adaptive filter 10 may be constructed in any suitable manner. In particular, the adaptive filter 10 may be formed using electrical components such as digital and analog integrated circuits. In other examples, the adaptive filter 10 is formed using a digital signal processor (DSP) operating in response to stored program code and data maintained in a memory. The DSP and memory may be integrated in a single component such as an integrated circuit, or may be maintained separately. Further, the DSP and memory may be components of another system, such as a speech processing system or a communication device.


In general, an input signal u(n) is supplied to the filter circuit 100 and to adaptive filter 10. As shown, the adaptive filter 10 may be configured in a multitude of arrangements between a system input and a system output. It is intended that the improvements described herein may be applied to the widest variety of applications for the adaptive filter 10.


In FIG. 1a, an identification type application of the adaptive filter 10 is shown. In FIG. 1a, the filter circuit 100 includes an adaptive filter 10, a plant 14 and a summer. The plant 14 may be any suitable signal source being monitored. In this arrangement, the input signal u(n) is received at an input 12 and is supplied to the adaptive filter 10 and to a signal processing plant 14 from a system input 16. A filtered signal y(n) 18 supplied by adaptive filter 10 is subtracted from a signal id(n) 20 supplied by plant 14 to produce an error signal e(n) 22, that is fed back to the adaptive filter 10. In this identification type application, signal id(n) 20 also represents an output signal of the system output 24.


In FIG. 1b, an inverse modeling type application of the adaptive filter 10 is shown. In FIG. 1b, the filter circuit 100 includes an adaptive filter 10, a plant 14, summer and a delay process 26. In this arrangement, an input signal originating from system input 16 is transformed into the input signal u(n) 12 of the adaptive filter 10 by plant 14, and converted into signal d(n) 20 by a delay process 26. Filtered signal y(n) 18 of the adaptive filter 10 is subtracted from signal id(n) 20 to produce error signal e(n) 22, that is fed back to the adaptive filter 10.


In FIG. 1c, a prediction type application of the adaptive filter 10 is shown. In FIG. 1c, the filter circuit 100 includes an adaptive filter 10, a summer and a delay process 26. In this arrangement, adaptive filter 10 and delay process 26 are arranged in series between system input 16, now supplying a random signal input 28, and the system output 24. As shown, the random signal input 28 is subtracted as signal d(n) 20 from filtered signal y(n) 18 to produce error signal e(n) 22, that is fed back to the adaptive filter 10. In this prediction type application, error signal e(n) 22 also represents the output signal supplied by system output 24.


In FIG. 1d, an interference canceling type application of the adaptive filter 10 is shown. In FIG. 1d, the filter circuit 100 includes an adaptive filter 10 and a summer. In this arrangement, a reference signal 30 and a primary signal 32 are provided as input signal u(n) 12 and as signal d(n) 20, respectively. As shown, primary signal 32 is subtracted as signal d(n) 20 from filtered signal y(n) 18 to produce error signal e(n) 22, which is fed back to the adaptive filter 10. In this interference canceling type application, error signal e(n) 22 also represents the output signal supplied the system output 24.


Now referring to FIG. 2, a block diagram of an m-stage RLSL structure adaptive filter 100 is shown. The adaptive filter 100 includes a plurality of stages including a first stage 120 and an m-th stage 122. Each stage (m) may be characterized by a forward prediction error ηm(n) 102, a forward prediction error ηm−1(n) 103, a forward reflection coefficient Kf,m−m(n−1) 104, a delayed backward prediction error βm−1(n) 105, a backward prediction error β(n) 106, a backward reflection coefficient Kb,m−(n−1) 107, an a priori estimation error backward ξm(n) 108, an a priori estimation error backward ξm−1(n) 109 and a joint process regression coefficient Km−1(n−1) 110. This m-stage adaptive filter RLSL 100 is shown with filter coefficients updates indicated by arrows drawn through each coefficient block. These filter coefficient updates are recursively computed for each stage (m) of a filter length of the RLSL 100 and for each sample time (n) of the input signal u(n) 12.


An RLSL algorithm for the RLSL 100 is defined below in terms of Equation 1 through Equation 8.











F

m
-
1




(
n
)


=


λ







F

m
-
1




(

n
-
1

)



+



γ

m
-
1




(

n
-
1

)








η

m
-
1




(
n
)




2







Equation





1








B

m
-
1




(

n
-
1

)


=


λ







B

m
-
1




(

n
-
2

)



+



γ

m
-
1




(

n
-
1

)








β

m
-
1




(

n
-
1

)




2







Equation





1








η
m



(
n
)


=



η

m
-
1




(
n
)


+



K

f
,
m




(

n
-
1

)





β

m
-
1




(

n
-
1

)








Equation





2








β
m



(
n
)


=



β

m
-
1




(

n
-
1

)


+



K

b
,
m




(

n
-
1

)





η

m
-
1




(
n
)








Equation





3








K

f
,
m




(
n
)


=



K

f
,
m




(

n
-
1

)


-





γ

m
-
1




(

n
-
1

)





β

m
-
1




(

n
-
1

)





B

m
-
1




(

n
-
1

)






η
m



(
n
)








Equation





4








K

b
,
m




(
n
)


=



K

b
,
m




(

n
-
1

)


-





γ

m
-
1




(

n
-
1

)





η

m
-
1




(

n
-
1

)





F

m
-
1




(
n
)






β
m



(
n
)








Equation





5








γ
m



(

n
-
1

)


=



γ

m
-
1




(

n
-
1

)


-




γ

m
-
1

2



(

n
-
1

)








β

m
-
1




(

n
-
1

)





2









B

m
-
1




(

n
-
1

)








Equation





6








ξ
m



(
n
)


=



ξ

m
-
1




(
n
)


-



K

m
-
1




(

n
-
1

)





β

m
-
1




(
n
)








Equation





7








K

m
-
1




(
n
)


=



K

m
-
1




(

n
-
1

)


+





γ

m
-
1




(
n
)





β

m
-
1




(
n
)





B

m
-
1




(
n
)






ξ
m



(
n
)








Equation





8







Where the variables are defined as follows:

  • Fm(n) Weighted sum of forward prediction error squares for stage m at time n.
  • Bm(n) Weighted sum of backward prediction error squares for stage m at time n.
  • ηm(n) Forward prediction error.
  • βm(n) Backward prediction error.
  • Kb,m(n) Backward reflection coefficient for stage m at time n.
  • Kf,m(n) Forward reflection coefficient for stage m at time n.
  • Km(n) Joint process regression coefficient for stage m at time n.
  • γm(n) Conversion factor for stage m at time n.
  • ζm(n) A priori estimation error for stage m at time n.
  • λ Exponential weighting factor or gain factor.


At stage zero, the RLSL 100 is supplied by signals u(n) 12and d(n) 20. Subsequently, for each stage m, the above defined filter coefficient updates are recursively computed. For example at stage m and time n, the forward prediction error ηm(n) 102 is the forward prediction error ηm−1 (n) 103 of stage m−1 augmented by a combination of the forward reflection coefficient Kf,m−1 (n−1) with the delayed backward prediction error βm−1 (n).


In a similar fashion, at stage m and time n, the backward prediction error βm (n) 106 is the backward prediction error βm−1 (n) 105 of stage m−1 augmented by a combination of the backward reflection coefficient Kb,m−1 (n−1) with the delayed forward prediction error ηm−1 (n).


Moreover, the a priori estimation error backward ζm (n) 107, for stage m at time n, is the a priori estimation error backward ζm−1 (n) 108 of stage m−1 reduced by a combination of the joint process regression coefficient Km−1 (n−1) 109, of stage m−1 at time n−1, with the backward forward prediction error βm−1 (n) 105.


The adaptive filter 100 may be implemented using any suitable component or combination of components. In one embodiment, the adaptive filter is implemented using a DSP in combination with instructions and data stored in an associated memory. The DSP and memory may be part of any suitable system for speech processing or manipulation. The DSP and memory can be a stand-alone system or embedded in another system.


This RLSL algorithm requires extensive computational resources and can be prohibitive for embedded systems. As such, a mechanism for reducing the computational requirements of the RLSL structure adaptive filter 100 is obtained by using binomial expansion series in lieu of the divide function in the updates of the forward error prediction squares Fm(n) and the backward error prediction squares Bm (n).


Typically, processors are substantially efficient at adding, subtracting and multiplying, but not necessarily at dividing. Most processors use a successive approximation technique to implement a divide instruction and may require multiple clock cycles to produce a result. As such, in an effort to reduce computational requirements, a total number of computations in the filter coefficient updates may need to be reduced as well as a number of divides that are required in the calculations of the filter coefficient updates. Thus, the RLSL algorithm filter coefficient updates are transformed to consolidate the divides. First, the time (n) and order (m) indices of the RLSL algorithm are translated to form Equation 9 through Equation 17.











F
m



(
n
)


=


λ







F
m



(

n
-
1

)



+



γ
m



(

n
-
1

)








η
m



(
n
)




2







Equation





9








B
m



(
n
)


=


λ







B
m



(

n
-
1

)



+



γ

m
-
1




(
n
)








β
m



(
n
)




2







Equation





10








η
m



(
n
)


=



η

m
-
1




(
n
)


+



K

f
,
m




(

n
-
1

)





β

m
-
1




(

n
-
1

)








Equation





11








β
m



(
n
)


=



β

m
-
1




(

n
-
1

)


+



K

b
,
m




(

n
-
1

)





η

m
-
1




(
n
)








Equation





12








K

f
,
m




(
n
)


=



K

f
,
m




(

n
-
1

)


-





γ

m
-
1




(

n
-
1

)





β

m
-
1




(

n
-
1

)





B

m
-
1




(

n
-
1

)






η
m



(
n
)








Equation





13








K

b
,
m




(
n
)


=



K

b
,
m




(

n
-
1

)


-





γ

m
-
1




(

n
-
1

)





η

m
-
1




(
n
)





F

m
-
1




(
n
)






β
m



(
n
)








Equation





14








γ
m



(

n
-
1

)


=



γ

m
-
1




(

n
-
1

)


-




γ

m
-
1

2



(
n
)








β

m
-
1




(
n
)





2









B

m
-
1




(
n
)








Equation





15








ξ
m



(
n
)


=



ξ

m
-
1




(
n
)


-



K

m
-
1




(

n
-
1

)





β

m
-
1




(
n
)








Equation





16








K
m



(
n
)


=



K
m



(

n
-
1

)


+





γ
m



(
n
)





β
m



(
n
)





B
m



(
n
)






ξ

m
+
1




(
n
)








Equation





17







Then, the forward error prediction squares Fm(n) and the backward error prediction squares Bm(n) are inverted and redefined to be their reciprocals as shown in Equation 18, Equation 20 and Equation 21. Thus, by inverting Equation 9 we get:










1


F
m



(
n
)



=

1


λ







F
m



(

n
-
1

)



+



γ
m



(

n
-
1

)








η
m



(
n
)




2








Equation





18







Then redefine the forward error prediction squares Fm(n):










F


=

1
F





Equation





19







Then insert into Equation 18 and simplify:














F
m




(
n
)


=

1


λ


1


F
m




(

n
-
1

)




+



γ
m



(

n
-
1

)








η
m



(
n
)




2










=



F
m




(

n
-
1

)



λ
+



F
m




(

n
-
1

)





γ
m



(

n
-
1

)








η
m



(
n
)




2











Equation





20







By the same reasoning the backwards error prediction square Equation 10 becomes











B
m




(
n
)


=



B
m




(

n
-
1

)



λ
+



B
m




(

n
-
1

)





λ
m



(
n
)








β
m



(
n
)




2








Equation





21







Further, new definitions for the forward and backward error prediction squares, F′m (n) and B′m(n), are inserted back into the remaining equations, Equation 13, Equation 14, Equation 15, and Equation 17, to produce the algorithm coefficient updates as shown below in Equation 22 through Equation 30.











F
m




(
n
)


=



F
m




(

n
-
1

)



λ
+



F
m




(

n
-
1

)





γ
m



(

n
-
1

)








η
m



(
n
)




2








Equation





22








B
m




(
n
)


=



B
m




(
n
)


=



B
m




(

n
-
1

)



λ
+



B
m




(

n
-
1

)





γ
m



(

n
-
1

)








β
m



(
n
)




2









Equation





23








β
m



(
n
)


=



β

m
-
1




(

n
-
1

)


+



K

b
,
m




(

n
-
1

)





η

m
-
1




(
n
)








Equation





24








K

b
,
m




(
n
)


=



K

b
,
m




(

n
-
1

)


-



γ

m
-
1




(

n
-
1

)





η

m
-
1




(
n
)





β
m



(
n
)





F

m
-
1





(
n
)








Equation





25








η
m



(
n
)


=



η

m
-
1




(
n
)


+



K

f
,
m




(

n
-
1

)





β

m
-
1




(
n
)








Equation





26








K

f
,
m




(
n
)


=



K

f
,
m




(

n
-
1

)


-



γ

m
-
1




(

n
-
1

)





η

m
-
1




(
n
)





B

m
-
1





(
n
)








Equation





27








ξ
m



(
n
)


=



ξ

m
-
1




(
n
)


-



K

m
-
1




(

n
-
1

)





β

m
-
1




(
n
)








Equation





28








K
m



(
n
)


=



K
m



(

n
-
1

)


+



γ
m



(
n
)





β
m



(
n
)





ξ

m
+
1




(
n
)





B
m




(
n
)








Equation





29








γ
m



(

n
-
1

)


=



γ

m
-
1




(

n
-
1

)


-



γ

m
-
1

2



(
n
)








β

m
-
1




(
n
)





2









B

m
-
1





(
n
)








Equation





30







Now referring to FIG. 3, a block diagram of the backward reflection coefficient update Kb,m(n) 30 as evaluated in Equation 25 is shown. The block diagram of FIG. 3 is representative of, for example, a digital signal processor operation or group of operations. The backward reflection coefficient update Kb,m(n) 30 is supplied to a delay 32 and the output of delay 32 Kb,m(n−1) is summed to a product of the forward error prediction squares F′m (n) with the backward prediction error βm(n), the forward prediction error ηm−1 (n), and the conversion factor γm(n−1).


Now referring to FIG. 4, a block diagram of the forward reflection coefficient update Kf,m(n) 40 as evaluated in Equation 28 is shown. Similar to FIG. 3, the block diagram of FIG. 4 is representative of, for example, a digital signal processor operation or group of operations. The backward reflection coefficient update Kb,m(n) 40 is supplied to a delay 42. The output of delay 42 Kf,m(n−1) is summed to a product of the backward error prediction squares B′m−1 (n−1) with the backward prediction error βm−1 (n), the forward prediction error ηm(n), and the conversion faction γm−1 (n−1).


As stated above, the mechanism for reducing the computational requirements of the RLSL structure adaptive filter RLSL 100 is provided by using binomial expansion in lieu of the divide function in the updates of the forward error prediction squares Fm(n) and the backward error prediction squares Bm (n).


Typical processors use an iterative approach to perform a divide function and therefore require substantial resources and real time to calculate a multiply or an add function. As such, the divide function present in each of Equation 22 and Equation 23 for computing the updates of the forward error prediction squares F′m(n) and the backward error prediction squares B′m (n).is replaced with Taylor series expansions to approximate the forward and backward error prediction squares update recursions.


As such, a general binomial series is introduced in Equation 31 as an expansion of Taylor's theorem to provide a tool to estimate the divide function within a given region of convergence. In general, several terms of the series are needed to achieve a predetermined accuracy.











(

a
-
bx

)


-
1


=



1
a



(

1
+

bx
a

+



b
2



x
2



a
2


+



b
3



x
3



a
3


+


)






for






b
2



x
2


<

a
2






Equation





31







In order to replace the divide functions in the RLS recursion updates of the forward error prediction squares F′m(n) and the backward error prediction squares B′m (n) found in Equation 22 and Equation 23, respectively, let:

a=λ and bx=−F′m(n−1)γm(n−1)|ηm(n)|2


Then, using the first two terms in the expansion series of Equation 31, the forwards error prediction squares F′m(n) becomes:










1

λ
+



F
m




(

n
-
1

)





γ
m



(

n
-
1

)








η
m



(
n
)




2







1
λ



(

1
-


1
λ




F
m




(

n
-
1

)





γ
m



(

n
-
1

)








η
m



(
n
)




2



)






Equation





32







Since λ is a constant, then






1
λ





can be pre-calculated and therefore reduces overhead computation to the recursion loop of the filter updates. After applying the same reasoning to Equation 23, the backwards error prediction squares B′m (n) becomes:










1

λ
+



B
m




(

n
-
1

)





γ
m



(
n
)








β
m



(
n
)




2







1
λ



(

1
-


1
λ




B
m




(

n
-
1

)





γ
m



(
n
)








β
m



(
n
)




2



)






Equation





33







The resulting RLS algorithm with all divides eliminated is given in Equation 34 through Equation 42, as follows:











F
m




(
n
)


=



F
m




(

n
-
1

)




1
λ



(

1
-


1
λ




F
m




(

n
-
1

)





γ
m



(

n
-
1

)








η
m



(
n
)




2



)






Equation





34








B
m




(
n
)


=



B
m




(

n
-
1

)




1
λ



(

1
-


1
λ




B
m




(

n
-
1

)





γ
m



(
n
)








β
m



(
n
)




2



)






Equation





35








β
m



(
n
)


=



β

m
-
1




(

n
-
1

)


+



K

b
,
m




(

n
-
1

)





η

m
-
1




(
n
)








Equation





36








K

b
,
m




(
n
)


=



K

b
,
m




(

n
-
1

)


-



γ

m
-
1




(

n
-
1

)





η

m
-
1




(
n
)





β
m



(
n
)





F

m
-
1





(
n
)








Equation





37








η
m



(
n
)


=



η

m
-
1




(
n
)


+



K

f
,
m




(

n
-
1

)





β

m
-
1




(

n
-
1

)








Equation





38








K

f
,
m




(
n
)


=



K

f
,
m




(

n
-
1

)


-



γ

m
-
1




(

n
-
1

)





β

m
-
1




(

n
-
1

)





η
m



(
n
)





B

m
-
1





(

n
-
1

)








Equation





39








ξ
m



(
n
)


=



ξ

m
-
1




(
n
)


-



K

m
-
1




(

n
-
1

)





β

m
-
1




(
n
)








Equation





40








K
m



(
n
)


=



K
m



(

n
-
1

)


+



γ
m



(
n
)





β
m



(
n
)





ξ

m
+
1




(
n
)





B
m




(
n
)








Equation





41













γ
m



(
n
)


=



γ

m
-
1




(
n
)


-



γ

m
-
1

2



(
n
)








β

m
-
1




(
n
)




2




B

m
-
1





(
n
)









Equation





42







As given earlier in Equation 31, the region of convergence needs to be satisfied for the binomial expansion to hold true, and the term “b2 x2” needs to be substantially smaller than the term “a2” for a single term in the series to provide sufficient convergence precision. It was found that as λ approaches “1”, “b2X2” becomes substantially smaller than “a2”.


Referring to FIG. 5, the graph shows how the “b2 x2” term decreases relative to the “a2” term in the series expansion as λ approaches “1”. This FIG. 5 graph plots the convergence error versus λ for the forward error prediction squares F′m(n) an the backward error prediction squares B′m (n), as shown in the following equation:







(



b
2



x
2



a
2


)

=


(



-


F
m




(

n
-
1

)






γ
m



(

n
-
1

)








η
m



(
n
)




2


λ

)

2









and




(



-


B
m




(

n
-
1

)






γ
m



(
n
)








β
m



(
n
)




2


λ

)

2






vs






λ
.





To satisfy the region of convergence criteria, this relation only needs to be less than “1” which simply implies that as the number of terms in the series expansion summed together increases, the convergence error approaches zero. However, to reduce real time requirements, as few terms as possible may need to be used in order to achieve the required convergence precision. FIG. 5 indicates that a large λ (close to “1”) needs to be used to approach this required convergence precision. In practice, typically values for λ are greater than 0.999 to provide adequate performance with only one term (beside the constant term) in the expansion series.


The adaptive filter performance was then measured for three different values of λ using the full divide and then one, two and three terms in a Taylor's series approximation for comparison. These results are shown in FIG. 6, FIG. 7, and FIG. 8. The graphs reinforce the fact that as λ approaches “1” the approximation becomes substantially good and only one term may be needed to achieve an acceptable performance.



FIG. 9 is a block diagram of a communication device 900 employing an adaptive filter. The communication device 900 includes a DSP 902, a microphone 904, a speaker 906, an analog signal processor 908 and a network connection 910. The DSP 902 may be any processing device including a commercially available digital signal processor adapted to process audio and other information.


The communication device 900 includes a microphone 904 and speaker 906 and analog signal processor 908. The microphone 904 converts sound waves impressed thereon to electrical signals. Conversely, the speaker 906 converts electrical signals to audible sound waves. The analog signal processor 908 serves as an interface between the DSP, which operates on digital data representative of the electrical signals, and the electrical signals useful to the microphone 904 and 906. In some embodiments, the analog signal processor 908 may be integrated with the DSP 902.


The network connection 910 provides communication of data and other information between the communication device 900 and other components. This communication may be over a wire line, over a wireless link, or a combination of the two. For example, the communication device 900 may be embodied as a cellular telephone and the adaptive filter 912 operates to process audio information for the user of the cellular telephone. In such an embodiment, the network connection 910 is formed by the radio interface circuit that communicates with a remote base station. In another embodiment, the communication device 900 is embodied as a hands-free, in-vehicle audio system and the adaptive filter 912 is operative to serve as part of a double-talk detector of the system. In such an embodiment, the network connection 910 is formed by a wire line connection over a communication bus of the vehicle.


In the embodiment of FIG. 9, the DSP 902 includes data and instructions to implement an adaptive filter 912, a memory 914 for storing data and instructions and a processor 916. The adaptive filter 912 in this embodiment is an RLSL adaptive filter of the type generally described herein. In particular, the adaptive filter 912 is enhanced to reduce the number of calculations required to implement the RLSL algorithm as described herein. The adaptive filter 912 may include additional enhancements and capabilities beyond those expressly described herein. The processor 916 operates in response to the data and instructions implementing the adaptive filter 912 and other data and instructions stored in the memory 914 to process audio and other information of the communication device 900.


In operation, the adaptive filter 912 receives an input signal from a source and provides a filtered signal as an output. In the illustrated embodiment, the DSP 902 receives digital data from either the analog signal processor 908 or the network interface 910. The analog signal processor 908 and the network interface 910 thus form means for receiving an input signal. The digital data forms the input signal. As part of audio processing, the processor 916 of DSP 902 implements the adaptive filter 912. The data forming the input signal is provided to the instructions and data forming the adaptive filter. The adaptive filter 912 produces an output signal in the form of output data. The output data may be further processed by the DSP 902 or passed to the analog signal processor 908 or the network interface 910 for further processing.


The communication device 900 may be modified and adapted to other embodiments as well. The embodiments shown and described herein are intended to be exemplary only.


It is therefore intended that the foregoing detailed description be regarded as illustrative rather than limiting, and that it be understood that it is the following claims, including all equivalents, that are intended to define the spirit and scope of this invention.

Claims
  • 1. A method for reducing computational complexity of an m-stage adaptive filter, the method comprising: receiving an input signal-to be filtered;developing a set of filter coefficients for the received input signal;expanding a weighted sum of forward prediction error squares into a corresponding binomial expansion series;expanding a weighted sum of backward prediction error squares into a corresponding binomial expansion series;determining coefficient updates of the adaptive filter with the weighted sum of forward and backward prediction error squares approximated by a select number of terms of their corresponding binomial expansion series;filtering the received input signal in accordance with the updated coefficients to produce a filtered signal; andproviding the filtered signal as an output signal.
  • 2. The method of claim 1 further comprising: pre-calculating a constant weighting factor; andupdating the weighted sum of forward and backward prediction error squares using the pre-calculated constant weighting factor.
  • 3. The method of claim 2 further comprising: selecting a value of the constant weighting factor greater than 0.999; andusing a single term of the corresponding binomial expansion series of the forward and backward prediction error squares when determining the coefficient updates of the adaptive filter.
  • 4. A method for an m-stage recursive least squares lattice structure adaptive filter, the method comprising: receiving an input signal to be filtered at an input of the adaptive filter;developing a set of filter coefficients for the received input signal;updating the set of filter coefficients by estimating an expansion of Taylor's theorem within a given region of convergence;filtering the input signal using the updated set of filter coefficients; andproducing a filtered signal at an output of the adaptive filter.
  • 5. The method of claim 4 wherein updating the set of filter coefficients comprises: estimating a forward error prediction square term using a first Taylor series expansion; andestimating a backward error prediction square term using a second Taylor series expansion.
  • 6. The method of claim 5 further comprising: pre-calculating a constant weighting factor; andestimating the forward error prediction square term and the backward error prediction square term using the pre-calculated constant weighting factor.
  • 7. The method of claim 6 further comprising: selecting a value of the constant weighting factor greater than 0.999 so that a single term of the first Taylor series expansion or the second Taylor series expansion may be used for estimating the forward error prediction square term and the backward error prediction square term.
  • 8. An adaptive filter comprising: an interface to receive an input signal;a processor operative in conjunction with stored data and instructions to recursively update filter coefficients for each stage of the adaptive filter while producing a filtered signal, the processor configured to updating the set of filter coefficients by estimating an expansion of Taylor's theorem within a given region of convergence; andan interface to provide the filtered signal as an output signal.
  • 9. The adaptive filter of claim 8 wherein the processor is operative to estimate a forward error prediction square term using a Taylor series expansion; andestimate a backward error prediction square term using a Taylor series expansion.
RELATED APPLICATIONS

This application claims the benefit of U.S. Provisional Application No. 60/692,345, filed Jun. 20, 2005, U.S. Provisional Application No. 60/692,236, filed Jun. 20, 2005, and U.S. Provisional Application No. 60/692,347, filed Jun. 20, 2005, all of which are incorporated herein by reference.

US Referenced Citations (30)
Number Name Date Kind
4032762 Caloyannides Jun 1977 A
5353307 Lester et al. Oct 1994 A
5418714 Barron et al. May 1995 A
5432816 Gozzo Jul 1995 A
5432821 Polydoros et al. Jul 1995 A
5513215 Marchetto et al. Apr 1996 A
5615208 Hagmanns Mar 1997 A
5809086 Ariyavisitakul Sep 1998 A
5844951 Proakis et al. Dec 1998 A
6327302 Shen Dec 2001 B1
6353629 Pal Mar 2002 B1
6381272 Ali Apr 2002 B1
6445692 Tsatsanis Sep 2002 B1
6643676 Slock et al. Nov 2003 B1
6658071 Cheng Dec 2003 B1
6760374 Tapp et al. Jul 2004 B1
6763064 Graf et al. Jul 2004 B1
6801565 Bottomley et al. Oct 2004 B1
6807229 Kim et al. Oct 2004 B1
6810073 Karlsson Oct 2004 B1
7027504 Yousef et al. Apr 2006 B2
7113540 Yousef et al. Sep 2006 B2
7533140 Jaber May 2009 B2
7548582 Kim et al. Jun 2009 B2
20010021940 Fujii et al. Sep 2001 A1
20030023650 Papathanasiou Jan 2003 A1
20040117417 Jin et al. Jun 2004 A1
20060041403 Jaber Feb 2006 A1
20060288066 Barron et al. Dec 2006 A1
20060288067 Barron et al. Dec 2006 A1
Related Publications (1)
Number Date Country
20060288064 A1 Dec 2006 US
Provisional Applications (3)
Number Date Country
60692345 Jun 2005 US
60692236 Jun 2005 US
60692347 Jun 2005 US