KNOWN approaches for improving the performance of

Size: px
Start display at page:

Download "KNOWN approaches for improving the performance of"

Transcription

1 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS II: EXPRESS BRIEFS, VOL. 58, NO. 8, AUGUST Robust Quasi-Newton Adaptive Filtering Algorithms Md. Zulfiquar Ali Bhotto, Student Member, IEEE, and Andreas Antoniou, Life Fellow, IEEE Abstract Two robust quasi-newton (QN) adaptive filtering algorithms that perform well in impulsive-noise environments are proposed. The new algorithms use an improved estimate of the inverse of the autocorrelation matrix and an improved weight-vector update equation, which lead to improved speed of convergence and steady-state misalignment relative to those achieved in the nown QN algorithms. A stability analysis shows that the proposed algorithms are asymptotically stable. The proposed algorithms perform data-selective adaptation, which significantly reduces the amount of computation required. Simulation results presented demonstrate the attractive features of the proposed algorithms. Index Terms Adaptive filters, impulsive noise in adaptive filters, quasi-newton algorithms, robust adaptation algorithms. I. INTRODUCTION KNOWN approaches for improving the performance of adaptive filters in impulsive-noise environments involve the use of nonlinear clipping [1], [2], robust statistics [3] [5], or order statistics. The common step in the adaptive filters reported in [1] [5] is to detect the presence of impulsive noise by comparing the magnitude of the error signal with the value of a threshold parameter, which is a scalar multiple of the variance of the error signal, and then either stop or reduce the learning rate of the adaptive filter. In [1], the variance of the error signal is estimated by averaging the square of its instantaneous values, but this approach is not robust with respect to impulsive noise. In [2] [5], improved robustness is achieved by estimating the variance of the error signal using the median absolute deviation [6]. The adaptation algorithms in [1] and [3] use the Huber mixed-norm M-estimate objective function [6], and the algorithms in [4] and [5] use the Hampel three-part redescending M-estimate objective function [6]. The Huber function uses the L 1 norm to measure the amplitude of the error signal when the absolute error is larger than the threshold. The Hampel function, on the other hand, assigns a constant value to the error signal when the absolute error becomes larger than the threshold. Algorithms based on the Huber and Hampel functions offer similar performance. The nonlinear recursive least-squares (NRLS) algorithm in [2] uses nonlinear clipping to control the learning rate and offers better performance in impulsive-noise Manuscript received October 1, 2010; revised December 31, 2010 and March 16, 2011; accepted May 14, Date of publication July 22, 2011; date of current version August 17, This wor was supported by the Natural Sciences and Engineering Research Council of Canada. This paper was recommended by Associate Editor Z. Lin. The authors are with the Department of Electrical and Computer Engineering, University of Victoria, Victoria, BC V8W 3P6, Canada ( zbhotto@ece.uvic.ca; aantoniou@ieee.org). Color versions of one or more of the figures in this paper are available online at Digital Object Identifier /TCSII environments than the conventional RLS algorithm. The recursive least-mean (RLM) algorithm reported in [4] offers faster convergence and better robustness than the NRLS algorithm in impulsive-noise environments. The quasi-newton algorithm (QN) in [7] is not robust against impulsive noise. Simulation results in [5] show that the recursive QN (RQN) algorithm offers faster convergence and improved robustness in impulsive-noise environments relative to the QN algorithm in [7]. Algorithms of the Newton family such as those in [2], [4], [5], and [7] converge much faster than algorithms of the steepest-descent family [8]. The RLS, RLM, and RQN algorithms exponentially forget past input signal vectors in the estimate of the autocorrelation matrix, and therefore, the positive definiteness of the inverse of the autocorrelation matrix can be lost [9], [10]. As a result, this type of adaptive filter can become unstable in finiteprecision implementations. This form of explosive divergence in RLS adaptive filters is well documented in the literature, and ways and conditions to stabilize these filters are addressed in [9] and [10]. The QN algorithm reported in [7] is shown to be robust in terms of explosive divergence, as compared with RLS adaptive filters. In this brief, we propose two new robust QN algorithms that perform data-selective adaptation in updating the inverse of the autocorrelation matrix and the weight vector. The new algorithms are essentially enhancements of the algorithms we reported in [16] for applications that entail impulsive noise. A stability analysis shows that the proposed algorithms are asymptotically stable. Furthermore, simulation results show that the proposed algorithms offer improved performance relative to two nown QN (KQN) algorithms with respect to robustness, steady-state misalignment, computational efficiency, and tracing capability. This brief is organized as follows. In Section II, the proposed robust QN algorithms are described. In Section III, stability issues of the algorithms are discussed, and in Section IV, some practical issues concerning the implementation of the proposed algorithms are examined. Simulation results are presented in Section V, and conclusions are drawn in Section VI. II. PROPOSED ROBUST QN ALGORITHMS Two slightly different robust QN algorithms are possible, one using a fixed threshold and the other using a variable threshold, as will now be demonstrated. A. RQN Algorithm with a Fixed Threshold The objective of the proposed adaptation algorithm is to generate a series of weight vectors that would eventually solve the optimization problem minimize w E [ (d w T x ) 2] (1) /$ IEEE

2 538 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS II: EXPRESS BRIEFS, VOL. 58, NO. 8, AUGUST 2011 recursively, where E[ ] is the expected value of [ ], x is a vector of dimension M representing the input signal, d is the desired signal, and w is the weight vector, which is also of dimension M. An approximate solution of the problem in (1) can be obtained by using the weight-vector update equation w = w 1 +2μ S 1 x e (2) where μ is the step size, S 1 is a positive definite matrix of dimension M M, and e = d y (3) is the apriorierror for the output signal y = w T 1 x.ifs 1 in (2) is chosen as the M M identity matrix, then the update equation in (2) would minimize the objective function J w 1 = ( d w T 1x ) 2 (4) with respect to the steepest-descent direction, and a series of updates would eventually yield an approximate solution of the problem in (1). Other choices of S 1 would entail different search directions but would serve the same purpose as long as S 1 is positive definite. In order to use an approximation of the Newton direction S 1 in (2), we obtain S 1 by using the gradient of J w 1 in (4) in the ran-one update formula of the classical QN optimization algorithm [11], which is given by S = S 1 (δ S 1 ρ )(δ S 1 ρ ) T (δ S 1 ρ ) T (5) ρ where δ = w w 1 (6) ρ = e2 +1 w e2 w 1. (7) This formula satisfies the Fletcher QN condition S ρ = δ [12]. From (3), we note that e +1 would require future data x +1 and d +1. To circumvent this problem, we use the a posteriori error ɛ = d x T w (8) in place of e +1 in (7). As a first step in the proposed algorithm, we obtain a value of step size μ in (2) by solving the optimization problem minimize μ { d x T w γ, if e >γ 0, otherwise where γ is a prespecified error bound. The solution of this problem can be obtained as 1 μ = α (10) 2τ where τ = x T S 1x, and { 1 γ α = e, if e >γ 0, otherwise. (9) (11) In effect, step size μ is chosen to force equality ɛ = γ whenever e >γ. Since μ in (10) forces ɛ to assume the value of the prespecified error bound, i.e., ɛ = γ sign(e ) (12) we obtain ɛ 2 = 0, and hence from (7), we have ρ =2e x. (13) Vector δ, which is linearly dependent on S 1 x, can be obtained by using (2) and (6). Since the equality in (12) is satisfied for each update, we can use the a posteriori error to obtain δ =2γ sign(e )S 1 x (14) instead of the apriorierror used in the KQN algorithm reported in [8]. Now, substituting ρ and δ given by (13) and (14) in (5), we obtain an update equation for matrix S for the proposed robust QN algorithm as S 1 x x T S = S 1 α S 1 x T S. (15) 1x Substituting μ given by (10) in (2), we obtain the corresponding weight-vector update equation as S 1 x w = w 1 + α x T S e. (16) 1x In order to achieve robust performance against impulsive noise, we choose error bound γ as { e υθ γ =, if e >θ (17) γ c, otherwise where γ c is a prespecified error bound chosen as 5σ v, where σ 2 v is the variance of the measurement noise, 0 υ 1 is a scalar, and θ is a threshold parameter, which is estimated as where θ =1.98σ (18) σ 2 = λσ 2 1 +(1 λ) min(g ) (19) with 0 λ<1, g =[e 2 + ɛ e2 P +1 + ɛ ] is a vector of dimension P, where ɛ is a small scalar. Whenever e <γ, no update is applied. Consequently, the amount of computation and the required storage are significantly reduced since S is not evaluated in every iteration. A similar weight-vector update strategy has been used in set-membership adaptation algorithms [13] [15], but the mathematical framewor of those algorithms is very different from that of the proposed robust QN algorithm. The estimator in (19) is robust to outliers. A large σ0 2 would cause e to be less than θ during the transient state, and therefore, the algorithm would wor with error bound γ c, which would increase the initial rate of convergence. For a sudden system disturbance, θ would also be very large, in which case we obtain γ c < e <θ, and thus, the algorithm would again use error bound γ c, and therefore, the tracing capability of the algorithm would be retained. For an impulsive noise-corrupted error signal, θ would not increase, in which case the error bound would be θ = e υθ, and this would suppress the impulsive noise.

3 BHOTTO AND ANTONIOU: ROBUST QUASI-NEWTON ADAPTIVE FILTERING ALGORITHMS 539 B. RQN Algorithm With a Variable Threshold The RQN algorithm with a variable threshold is essentially the same as before except that the error bound γ c in (17) is estimated as ( ) d 2 ξ = βξ 1 +(1 β) min ξ 1, y 2 d 2 (20) ˆσ 2 = βˆσ 1 2 +(1 β) min (ˆσ 1,σ 2 2 ) (21) γ c, = ξ γ c, [1 + sign(1 ξ )] ˆσ (22) where γ c,0 is a rough estimate of σ v, and ξ 0 1. During steady state, we obtain ξ 0 and ˆσ 2 σ2 v, and hence, γ c, would be 2.24σ v, and this would yield reduced steady-state misalignment. In the transient state, ξ ξ 0, and therefore, the algorithm would wor with γ c, = ξ γ c,0, and this would yield faster convergence. The parameters in (20) and (21) are robust with respect to outliers as each is based on the minimum of its two most recent values. The variance is estimated as σ 2 = λσ 2 1 +(1 λ)median(g ). (23) For Gaussian signals, the median of the squares of the signal samples in the variance estimator usually gives a more accurate estimate of the variance of the signal than the instantaneous values of the squares of the signal samples. The use of the median operation in adaptive filters was introduced by Zou et al. in [4] and was later used by other researchers, e.g., in [18]. A variable threshold γ c is useful in applications where the noise variance σ 2 v is unnown. C. Discussion In the proposed algorithms, we obtain 0 α < 1 for both values of γ in (17), and hence, the estimated S in (15) would remain positive definite indefinitely if S is initialized with a positive definite matrix [16]. The RLS-type robust algorithms in [17] and [18] are implemented using a fast transversal filter implementation [8] to reduce their computational complexity from order M 2, which is denoted by O(M 2 ),too(m), and therefore, both algorithms would inherit the problems associated with the RLS algorithms of order M 2. Moreover, the Huber function used in [17] does not have a closed-form solution, and hence, the solution obtained can be suboptimal, and in addition, its tracing capability can be compromised [18]. The solution obtained in [18] can also be suboptimal, as shown in [18]. The adaptation algorithm in [18] is robust in the sense that it returns to the true solution without losing its initial convergence speed after being subjected to impulsive noise. Similarly, the proposed robust QN algorithms are robust with respect to impulsive noise in the sense that they return to the true solution faster than the initial convergence. The KQN and nown RQN (KRQN) algorithms do not employ a variable step size. However, the KRQN algorithm requires an additional amount of computation of O[M log 2 (M)] per iteration, as compared with the KQN algorithm and the proposed QN algorithm with a fixed threshold. III. STABILITY ANALYSIS Here, we address stability issues associated with the proposed RQN algorithms. For purposes of analysis, we assume that the desired response for the adaptive filter is generated as d = x T w opt (24) where w opt is the weight vector of an FIR filter. We establish the convergence behavior of the proposed RQN algorithm by examining the behavior of the weight-error vector, which is defined as w = w opt w. (25) Using (24) and (25), the error signal in (3) can be expressed as e = x T w 1. (26) Subtracting w opt from both sides of (16) and using the above relations, we obtain ( S 1 x x T ) w = I α x T S w 1 1x = P w 1. (27) The global asymptotic convergence of the weight-error vector can be assured if and only if E[P ] is time invariant and its eigenvalues are strictly inside the unit circle. However, certain strong independence assumptions have to be made to obtain a time-invariant description of a system such as that represented by (27). As an alternative, conditions for convergence with probability 1 can be achieved by using a system based on w rather than E[ w ]. A similar approach has been used to demonstrate the stability of other algorithms, such as, for example, the KQN algorithm in [7] and the constrained affine projection algorithm in [13]. Before considering the stability of the proposed RQN algorithm, we apply the matrix inversion lemma [8] to (15) to obtain R = S 1 = R α 1 + x x T (28) (1 α )τ where τ = x T S 1x. Since 0 <α < 1 in each update, matrices S and R remain positive definite and bounded indefinitely [16], and therefore, the following theorem can be established. Theorem 1: If the input signal is persistently exciting, then the system in (27) is asymptotically stable, and consequently, the proposed RQN algorithms are also asymptotically stable. Proof: Since matrices S and R are bounded and invertible according to Lemma 1 in [7], an equivalent system of equations (in the Lyapunov sense) for w in (27) can be obtained as w = R 1/2 w (29) where R = R T/2 R 1/2. If the system represented by (29) is stable or unstable, then the system represented by (27) is also stable or unstable, as appropriate. Taing the Euclidean norm of both sides of (29), we obtain w 2 = w T R w. (30)

4 540 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS II: EXPRESS BRIEFS, VOL. 58, NO. 8, AUGUST 2011 Substituting w given by (27) in (30), we get w 2 = w T 1P T R P w 1. (31) On the other hand, substituting R given by (28) in (31), we have w 2 = w T 1P T R 1 P w 1 α + w T (1 α )τ 1P T x x T P w 1. (32) It is easy to verify that P T R 1 P = R 1 (2 α ) α x x T τ (33) P T x x T P =(1 α ) 2 x x T. (34) Now, if we use (33) and (34) in (32) and then use (30), we have w 2 = w 1 2 α w T τ 1x x T w 1. (35) Since α (0, 1) and τ > 0 for all, we obtain w 2 w 1 2. (36) The left-hand side in (36) would be equal to the right-hand side in an interval [ 1, 2 ] if and only if x remains orthogonal to w 1 for all [ 1, 2 ]. However, in such a situation, we would obtain w = w 1 for all [ 1, 2 ] in (27). Therefore, w 2 = w 1 2 would hold true if and only if w 1 = w 1 +1 = = w 2 = w. However, if the input signal is persistently exciting, then there is an infinite number of sets S i = {x 1,i,...x 2,i} with M 2,i 1,i < M such that each set S i completely spans R M for some finite value of M > 0 [7], [14]. Thus, it would be impossible for w 1 to be orthogonal to x for all x S i, and as a result, w 2 < w 1 2, which proves that the system in (27) and, in turn, the proposed RQN algorithms are stable. As the number of sets is infinite, it follows that w 2 0 for, and therefore, the system in (27) and the proposed RQN algorithms are both stable and asymptotically stable. IV. PRACTICAL CONSIDERATIONS In low-cost fixed-point hardware implementations, the accumulation of roundoff errors can cause S to lose its positive definiteness. This problem can be eliminated by periodically reinitializing S using the identity matrix. This is also done in the QN algorithm in [7] whenever x T S 1x < 10 3 for the case of a fixed-point implementation and also in the classical optimization context. However, very frequent reinitializations could slow the convergence of the algorithm. A compromise number of reinitializations can be achieved by reinitializing S whenever e > 2.576σ, in which case the probability of reinitialization in a given iteration assumes the value of Reinitialization of other parameters is not required. In floatingpoint arithmetic, reinitialization is unnecessary. The variance estimator of the error signal in (19) should be initialized with a large value to ensure that the probability that γ = γ c in the transient state is increased. Although a rough choice of σ 2 0 would wor, we have used σ 2 0 = c 1 M/σ 2 v, where 0 <c 1 < 1 is a positive constant. This choice yields good results. The forgetting factors in (19) and (21) are chosen as λ =1 1/(c 2 M) and β =1 1/(c 3 M), respectively, where c 2 and c 3 are positive scalars [18]. The length P of vector g should be greater than the duration of the impulsive noise. A reduced υ in (17) would yield reduced steady-state misalignment and improved robustness with respect to impulsive noise. On the other hand, an increased γ c and θ would reduce the number of updates and yield reduced steady-state misalignment. However, the convergence speed would be compromised in such a situation. V. S IMULATION RESULTS In order to evaluate the performance of the proposed RQN algorithms with fixed and variable γ c, which are designated as the PRQN-I and PRQN-II algorithms, respectively, a system identification application was considered, as detailed below. For the sae of comparison, simulations were carried out with the KQN and KRQN algorithms in [5] and [7], respectively. The adaptive filter was used to identify a 36th-order low-pass FIR filter with a normalized cutoff frequency of 0.3. The input signal was generated by filtering a white Gaussian noise signal with zero mean and unity variance through a recursive filter with a single pole at The measurement noise added to the desired signal was a white Gaussian noise signal with zero mean and variances of 10 3 and 10 6 (signal-to-noise ratios (SNRs) of 30 and 60 db, respectively). The impulse response of the FIR filter was multiplied by 1 at iteration 2000 to chec the tracing capability of the algorithm. Impulsive noise with a maximum duration of 3T s, where T s is the sampling duration, was added to the desired signal at iterations 1000, 1300, and 3300 using a Bernoulli trial with probability [19]. All algorithms were initialized with S 0 = I, and w 0 = 0. The parameters for the PRQN-I and PRQN-II algorithms were set to υ =0.30, P =5, c 1 =1/(2M), c 2 =0.5and υ =0.30, P =15, ξ 0 =10, ˆσ 0 2 =10, c 3 =2, respectively. We have explored two options for the evaluation of S in the implementation of the KRQN algorithm, first using {[ ] } 1 λq(e )τ S = λs 1 + q(e )τ 2 S 1 x x T S 1 (37) and then using [ ] 1 λq(e )τ S = λs 1 + {S 1x q(e )τ 2 x T } S 1. (38) Although (37) and (38) are equivalent, the implementation of (37) was subject to numerical ill-conditioning, which caused instability. On the other hand, the implementation of (38) was found to be more robust, although it requires increased computational effort. We have used (38) in our implementation of the KRON algorithm. The parameters for the KRQN algorithm were set to the values suggested in [5]. The learning curves obtained from 1000 independent trials by using the KQN, KRQN, PRQN-I, and PRQN-II algorithms are illustrated in Fig. 1(a) and (b). As shown, the PRQN-I and PRQN-II algorithms offer robust performance with respect to impulsive noise and yield significantly reduced steady-state misalignment relative to those in the other algorithms. On the other hand, the KQN algorithm is seriously compromised

5 BHOTTO AND ANTONIOU: ROBUST QUASI-NEWTON ADAPTIVE FILTERING ALGORITHMS 541 Fig. 1. Learning curves for system-identification application. (a) SNR =30dB. (b) SNR =60dB. by impulsive noise in terms of both robustness and tracing capability. The KRQN algorithm also offers robust performance with respect to impulsive noise, but its tracing performance is not as good as those of the PRQN-I and PRQN-II algorithms. The total numbers of updates required by the PRQN-I and PRQN-II algorithms were 2230 and 1356 for an SNR of 30 db, and 2070 and 1207 for an SNR of 60 db, respectively, as compared with 4000 in the other algorithms. Note that two systems were identified in this experiment, one before iteration 2000 and the other after iteration Otherwise, the number of updates would be reduced to half. VI. CONCLUSION Two new robust QN adaptation algorithms have been developed on the basis of the mathematical framewor of the classical QN optimization algorithm, which lead to an improved estimate of the inverse of the Hessian. Lie the dataselective QN algorithm we described in [16], the proposed RQN algorithms incorporate data-selective adaptation, which significantly reduces the number of adaptations required. A stability analysis shows that the proposed RQN algorithms are asymptotically stable. Simulation results obtained in the case of a system identification application demonstrate that the proposed RQN algorithms converge faster than the KQN algorithms in [7] for medium to high SNRs. In addition, they offer improved robustness against impulsive noise, as well as improved computational efficiency and tracing relative the KRQN algorithm reported in [5]. REFERENCES [1] S. Koie, Adaptive threshold nonlinear algorithm for adaptive filters with robustness against impulsive noise, IEEE Trans. Signal Process., vol.45, no. 9, pp , Sep [2] J. F. Weng and S. H. Leung, Adaptive nonlinear RLS algorithm for robust filtering in impulse noise, in Proc. IEEE Inter. Symp. Circuits Syst., Jun. 1997, pp [3] P. Petrus, Robust Huber adaptive filter, IEEE Trans. Signal Process., vol. 47, no. 4, pp , Apr [4] Y. Zou, S. C. Chan, and T. S. Ng, A recursive least M-estimate (RLM) adaptive filter for robust filtering in impulse noise, IEEE Signal Process. Lett., vol. 7, no. 11, pp , Nov [5] Y. Zou and S. C. Chan, A robust quasi-newton adaptive filtering algorithm for impulse noise suppression, in Proc. IEEE Inter. Symp. Circuits Syst., May 2001, pp [6] P.J.RousseeuwandA.M.Leroy,Robust Regression and Outlier Detection. NewYor: Wiley, [7] M. L. R. de Campos and A. Antoniou, A new quasi-newton adaptive filtering algorithm, IEEE Trans. Circuits Syst. II, Analog Digit. Signal Process., vol. 44, no. 11, pp , Nov [8] P. S. R. Diniz, Adaptive Filtering: Algorithms and Practical Implementation, 3rd ed. NewYor: Springer-Verlag, [9] A. P. Liavas and P. A. Regalia, On the numerical stability and accuracy of the conventional recursive least squares algorithm, IEEE Trans. Signal Process., vol. 47, no. 1, pp , Jan [10] G. E. Bottomley and S. T. Alexander, A novel approach for stabilizing recursive least squares filters, IEEE Trans. Signal Process., vol.39,no.8, pp , Aug [11] A. Antoniou and W. S. Lu, Practical Optimization. New Yor: Springer- Verlag, [12] R. Fletcher, Practical Methods of Optimization. Hoboen, NJ: Wiley, [13] S. Werner, J. A. Apolinario, M. L. R. de Campos, and P. S. R. Diniz, Low complexity constrained affine-projection algorithms, IEEE Trans. Signal Process., vol. 53, no. 12, pp , Dec [14] P. S. R. Diniz and S. Werner, Set-membership binormalized data-reusing LMS algorithms, IEEE Trans. Signal Process., vol. 51, no. 1, pp , Jan [15] S. Werner and P. S. R. Diniz, Set-membership affine projection algorithm, IEEE Signal Process. Lett., vol. 8,no.8,pp ,Aug [16] M. Z. A. Bhotto and A. Antoniou, Improved quasi-newton adaptive filtering algorithm, IEEE Trans. Circuits Syst. I, Reg. Papers, vol. 57, no. 8, pp , Aug [17] S. C. Chan and Y. Zou, A recursive least M-estimate algorithm for robust adaptive filtering in impulsive noise: Fast algorithm and convergence analysis, IEEE Trans. Signal Process., vol.52,no.4,pp , Apr [18] L. R. Vega, H. Rey, J. Benesty, and S. Tressens, A fast robust recursive least-squares algorithm, IEEE Trans. Signal Process., vol. 57, no. 3, pp , Mar [19] P. Z. Peebles, Probability, Random Variables and Random Signal Principles. NewYor: McGraw-Hill, 2000.

Improved Quasi-Newton Adaptive-Filtering Algorithm Md Zulfiquar Ali Bhotto, Student Member, IEEE, and Andreas Antoniou, Life Fellow, IEEE

Improved Quasi-Newton Adaptive-Filtering Algorithm Md Zulfiquar Ali Bhotto, Student Member, IEEE, and Andreas Antoniou, Life Fellow, IEEE IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS I: REGULAR PAPERS, VOL. 57, NO. 8, AUGUST 2010 2109 Improved Quasi-Newton Adaptive-Filtering Algorithm Md Zulfiquar Ali Bhotto, Student Member, IEEE, and Andreas

More information

Part 4: IIR Filters Optimization Approach. Tutorial ISCAS 2007

Part 4: IIR Filters Optimization Approach. Tutorial ISCAS 2007 Part 4: IIR Filters Optimization Approach Tutorial ISCAS 2007 Copyright 2007 Andreas Antoniou Victoria, BC, Canada Email: aantoniou@ieee.org July 24, 2007 Frame # 1 Slide # 1 A. Antoniou Part4: IIR Filters

More information

EFFECTS OF ILL-CONDITIONED DATA ON LEAST SQUARES ADAPTIVE FILTERS. Gary A. Ybarra and S.T. Alexander

EFFECTS OF ILL-CONDITIONED DATA ON LEAST SQUARES ADAPTIVE FILTERS. Gary A. Ybarra and S.T. Alexander EFFECTS OF ILL-CONDITIONED DATA ON LEAST SQUARES ADAPTIVE FILTERS Gary A. Ybarra and S.T. Alexander Center for Communications and Signal Processing Electrical and Computer Engineering Department North

More information

Sparse Least Mean Square Algorithm for Estimation of Truncated Volterra Kernels

Sparse Least Mean Square Algorithm for Estimation of Truncated Volterra Kernels Sparse Least Mean Square Algorithm for Estimation of Truncated Volterra Kernels Bijit Kumar Das 1, Mrityunjoy Chakraborty 2 Department of Electronics and Electrical Communication Engineering Indian Institute

More information

Sliding Window Recursive Quadratic Optimization with Variable Regularization

Sliding Window Recursive Quadratic Optimization with Variable Regularization 11 American Control Conference on O'Farrell Street, San Francisco, CA, USA June 29 - July 1, 11 Sliding Window Recursive Quadratic Optimization with Variable Regularization Jesse B. Hoagg, Asad A. Ali,

More information

Adaptive Filters. un [ ] yn [ ] w. yn n wun k. - Adaptive filter (FIR): yn n n w nun k. (1) Identification. Unknown System + (2) Inverse modeling

Adaptive Filters. un [ ] yn [ ] w. yn n wun k. - Adaptive filter (FIR): yn n n w nun k. (1) Identification. Unknown System + (2) Inverse modeling Adaptive Filters - Statistical digital signal processing: in many problems of interest, the signals exhibit some inherent variability plus additive noise we use probabilistic laws to model the statistical

More information

Adaptive Filter Theory

Adaptive Filter Theory 0 Adaptive Filter heory Sung Ho Cho Hanyang University Seoul, Korea (Office) +8--0-0390 (Mobile) +8-10-541-5178 dragon@hanyang.ac.kr able of Contents 1 Wiener Filters Gradient Search by Steepest Descent

More information

A Log-Frequency Approach to the Identification of the Wiener-Hammerstein Model

A Log-Frequency Approach to the Identification of the Wiener-Hammerstein Model A Log-Frequency Approach to the Identification of the Wiener-Hammerstein Model The MIT Faculty has made this article openly available Please share how this access benefits you Your story matters Citation

More information

Title without the persistently exciting c. works must be obtained from the IEE

Title without the persistently exciting c.   works must be obtained from the IEE Title Exact convergence analysis of adapt without the persistently exciting c Author(s) Sakai, H; Yang, JM; Oka, T Citation IEEE TRANSACTIONS ON SIGNAL 55(5): 2077-2083 PROCESS Issue Date 2007-05 URL http://hdl.handle.net/2433/50544

More information

Lyapunov Stability of Linear Predictor Feedback for Distributed Input Delays

Lyapunov Stability of Linear Predictor Feedback for Distributed Input Delays IEEE TRANSACTIONS ON AUTOMATIC CONTROL VOL. 56 NO. 3 MARCH 2011 655 Lyapunov Stability of Linear Predictor Feedback for Distributed Input Delays Nikolaos Bekiaris-Liberis Miroslav Krstic In this case system

More information

Chapter 10 Conjugate Direction Methods

Chapter 10 Conjugate Direction Methods Chapter 10 Conjugate Direction Methods An Introduction to Optimization Spring, 2012 1 Wei-Ta Chu 2012/4/13 Introduction Conjugate direction methods can be viewed as being intermediate between the method

More information

IN real-world adaptive filtering applications, severe impairments

IN real-world adaptive filtering applications, severe impairments 1878 IEEE TRANSACTIONS ON SIGNAL PROCESSING, VOL. 56, NO. 5, MAY 2008 A New Robust Variable Step-Size NLMS Algorithm Leonardo Rey Vega, Hernán Rey, Jacob Benesty, Senior Member, IEEE, and Sara Tressens

More information

A SPARSENESS CONTROLLED PROPORTIONATE ALGORITHM FOR ACOUSTIC ECHO CANCELLATION

A SPARSENESS CONTROLLED PROPORTIONATE ALGORITHM FOR ACOUSTIC ECHO CANCELLATION 6th European Signal Processing Conference (EUSIPCO 28), Lausanne, Switzerland, August 25-29, 28, copyright by EURASIP A SPARSENESS CONTROLLED PROPORTIONATE ALGORITHM FOR ACOUSTIC ECHO CANCELLATION Pradeep

More information

ADAPTIVE FILTER THEORY

ADAPTIVE FILTER THEORY ADAPTIVE FILTER THEORY Fourth Edition Simon Haykin Communications Research Laboratory McMaster University Hamilton, Ontario, Canada Front ice Hall PRENTICE HALL Upper Saddle River, New Jersey 07458 Preface

More information

New Recursive-Least-Squares Algorithms for Nonlinear Active Control of Sound and Vibration Using Neural Networks

New Recursive-Least-Squares Algorithms for Nonlinear Active Control of Sound and Vibration Using Neural Networks IEEE TRANSACTIONS ON NEURAL NETWORKS, VOL. 12, NO. 1, JANUARY 2001 135 New Recursive-Least-Squares Algorithms for Nonlinear Active Control of Sound and Vibration Using Neural Networks Martin Bouchard,

More information

A Cross-Associative Neural Network for SVD of Nonsquared Data Matrix in Signal Processing

A Cross-Associative Neural Network for SVD of Nonsquared Data Matrix in Signal Processing IEEE TRANSACTIONS ON NEURAL NETWORKS, VOL. 12, NO. 5, SEPTEMBER 2001 1215 A Cross-Associative Neural Network for SVD of Nonsquared Data Matrix in Signal Processing Da-Zheng Feng, Zheng Bao, Xian-Da Zhang

More information

Adaptive Filtering. Squares. Alexander D. Poularikas. Fundamentals of. Least Mean. with MATLABR. University of Alabama, Huntsville, AL.

Adaptive Filtering. Squares. Alexander D. Poularikas. Fundamentals of. Least Mean. with MATLABR. University of Alabama, Huntsville, AL. Adaptive Filtering Fundamentals of Least Mean Squares with MATLABR Alexander D. Poularikas University of Alabama, Huntsville, AL CRC Press Taylor & Francis Croup Boca Raton London New York CRC Press is

More information

THE problem of phase noise and its influence on oscillators

THE problem of phase noise and its influence on oscillators IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS II: EXPRESS BRIEFS, VOL. 54, NO. 5, MAY 2007 435 Phase Diffusion Coefficient for Oscillators Perturbed by Colored Noise Fergal O Doherty and James P. Gleeson Abstract

More information

Robust RLS in the Presence of Correlated Noise Using Outlier Sparsity

Robust RLS in the Presence of Correlated Noise Using Outlier Sparsity 3308 IEEE TRANSACTIONS ON SIGNAL PROCESSING, VOL. 60, NO. 6, JUNE 202 Robust RLS in the Presence of Correlated Noise Using Outlier Sparsity Shahroh Farahmand and Georgios B. Giannais Abstract Relative

More information

DUE to its practical importance in communications, the

DUE to its practical importance in communications, the IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS II: EXPRESS BRIEFS, VOL. 52, NO. 3, MARCH 2005 149 An Analytical Formulation of Phase Noise of Signals With Gaussian-Distributed Jitter Reza Navid, Student Member,

More information

2262 IEEE TRANSACTIONS ON SIGNAL PROCESSING, VOL. 47, NO. 8, AUGUST A General Class of Nonlinear Normalized Adaptive Filtering Algorithms

2262 IEEE TRANSACTIONS ON SIGNAL PROCESSING, VOL. 47, NO. 8, AUGUST A General Class of Nonlinear Normalized Adaptive Filtering Algorithms 2262 IEEE TRANSACTIONS ON SIGNAL PROCESSING, VOL. 47, NO. 8, AUGUST 1999 A General Class of Nonlinear Normalized Adaptive Filtering Algorithms Sudhakar Kalluri, Member, IEEE, and Gonzalo R. Arce, Senior

More information

A METHOD OF ADAPTATION BETWEEN STEEPEST- DESCENT AND NEWTON S ALGORITHM FOR MULTI- CHANNEL ACTIVE CONTROL OF TONAL NOISE AND VIBRATION

A METHOD OF ADAPTATION BETWEEN STEEPEST- DESCENT AND NEWTON S ALGORITHM FOR MULTI- CHANNEL ACTIVE CONTROL OF TONAL NOISE AND VIBRATION A METHOD OF ADAPTATION BETWEEN STEEPEST- DESCENT AND NEWTON S ALGORITHM FOR MULTI- CHANNEL ACTIVE CONTROL OF TONAL NOISE AND VIBRATION Jordan Cheer and Stephen Daley Institute of Sound and Vibration Research,

More information

Acoustic MIMO Signal Processing

Acoustic MIMO Signal Processing Yiteng Huang Jacob Benesty Jingdong Chen Acoustic MIMO Signal Processing With 71 Figures Ö Springer Contents 1 Introduction 1 1.1 Acoustic MIMO Signal Processing 1 1.2 Organization of the Book 4 Part I

More information

IN THIS PAPER, we consider a class of continuous-time recurrent

IN THIS PAPER, we consider a class of continuous-time recurrent IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS II: EXPRESS BRIEFS, VOL. 51, NO. 4, APRIL 2004 161 Global Output Convergence of a Class of Continuous-Time Recurrent Neural Networks With Time-Varying Thresholds

More information

Efficient Use Of Sparse Adaptive Filters

Efficient Use Of Sparse Adaptive Filters Efficient Use Of Sparse Adaptive Filters Andy W.H. Khong and Patrick A. Naylor Department of Electrical and Electronic Engineering, Imperial College ondon Email: {andy.khong, p.naylor}@imperial.ac.uk Abstract

More information

A Strict Stability Limit for Adaptive Gradient Type Algorithms

A Strict Stability Limit for Adaptive Gradient Type Algorithms c 009 IEEE. Personal use of this material is permitted. However, permission to reprint/republish this material for advertising or promotional A Strict Stability Limit for Adaptive Gradient Type Algorithms

More information

An Iteration-Domain Filter for Controlling Transient Growth in Iterative Learning Control

An Iteration-Domain Filter for Controlling Transient Growth in Iterative Learning Control 21 American Control Conference Marriott Waterfront, Baltimore, MD, USA June 3-July 2, 21 WeC14.1 An Iteration-Domain Filter for Controlling Transient Growth in Iterative Learning Control Qing Liu and Douglas

More information

Prediction-based adaptive control of a class of discrete-time nonlinear systems with nonlinear growth rate

Prediction-based adaptive control of a class of discrete-time nonlinear systems with nonlinear growth rate www.scichina.com info.scichina.com www.springerlin.com Prediction-based adaptive control of a class of discrete-time nonlinear systems with nonlinear growth rate WEI Chen & CHEN ZongJi School of Automation

More information

Robust RLS in the Presence of Correlated Noise Using Outlier Sparsity

Robust RLS in the Presence of Correlated Noise Using Outlier Sparsity IEEE TRANSACTIONS ON SIGNAL PROCESSING (TO APPEAR) Robust in the Presence of Correlated Noise Using Outlier Sparsity Shahroh Farahmand and Georgios B. Giannais Abstract Relative to batch alternatives,

More information

Adaptive Filtering Part II

Adaptive Filtering Part II Adaptive Filtering Part II In previous Lecture we saw that: Setting the gradient of cost function equal to zero, we obtain the optimum values of filter coefficients: (Wiener-Hopf equation) Adaptive Filtering,

More information

/$ IEEE

/$ IEEE IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS II: EXPRESS BRIEFS, VOL. 55, NO. 9, SEPTEMBER 2008 937 Analytical Stability Condition of the Latency Insertion Method for Nonuniform GLC Circuits Subramanian N.

More information

The Rationale for Second Level Adaptation

The Rationale for Second Level Adaptation The Rationale for Second Level Adaptation Kumpati S. Narendra, Yu Wang and Wei Chen Center for Systems Science, Yale University arxiv:1510.04989v1 [cs.sy] 16 Oct 2015 Abstract Recently, a new approach

More information

IS NEGATIVE STEP SIZE LMS ALGORITHM STABLE OPERATION POSSIBLE?

IS NEGATIVE STEP SIZE LMS ALGORITHM STABLE OPERATION POSSIBLE? IS NEGATIVE STEP SIZE LMS ALGORITHM STABLE OPERATION POSSIBLE? Dariusz Bismor Institute of Automatic Control, Silesian University of Technology, ul. Akademicka 16, 44-100 Gliwice, Poland, e-mail: Dariusz.Bismor@polsl.pl

More information

AN ELECTRIC circuit containing a switch controlled by

AN ELECTRIC circuit containing a switch controlled by 878 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS II: ANALOG AND DIGITAL SIGNAL PROCESSING, VOL. 46, NO. 7, JULY 1999 Bifurcation of Switched Nonlinear Dynamical Systems Takuji Kousaka, Member, IEEE, Tetsushi

More information

MOMENT functions are used in several computer vision

MOMENT functions are used in several computer vision IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 13, NO. 8, AUGUST 2004 1055 Some Computational Aspects of Discrete Orthonormal Moments R. Mukundan, Senior Member, IEEE Abstract Discrete orthogonal moments

More information

Minimax Design of Complex-Coefficient FIR Filters with Low Group Delay

Minimax Design of Complex-Coefficient FIR Filters with Low Group Delay Minimax Design of Complex-Coefficient FIR Filters with Low Group Delay Wu-Sheng Lu Takao Hinamoto Dept. of Elec. and Comp. Engineering Graduate School of Engineering University of Victoria Hiroshima University

More information

City, University of London Institutional Repository

City, University of London Institutional Repository City Research Online City, University of London Institutional Repository Citation: Zhao, S., Shmaliy, Y. S., Khan, S. & Liu, F. (2015. Improving state estimates over finite data using optimal FIR filtering

More information

Stochastic Optimization with Inequality Constraints Using Simultaneous Perturbations and Penalty Functions

Stochastic Optimization with Inequality Constraints Using Simultaneous Perturbations and Penalty Functions International Journal of Control Vol. 00, No. 00, January 2007, 1 10 Stochastic Optimization with Inequality Constraints Using Simultaneous Perturbations and Penalty Functions I-JENG WANG and JAMES C.

More information

HOPFIELD neural networks (HNNs) are a class of nonlinear

HOPFIELD neural networks (HNNs) are a class of nonlinear IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS II: EXPRESS BRIEFS, VOL. 52, NO. 4, APRIL 2005 213 Stochastic Noise Process Enhancement of Hopfield Neural Networks Vladimir Pavlović, Member, IEEE, Dan Schonfeld,

More information

ADAPTIVE INVERSE CONTROL BASED ON NONLINEAR ADAPTIVE FILTERING. Information Systems Lab., EE Dep., Stanford University

ADAPTIVE INVERSE CONTROL BASED ON NONLINEAR ADAPTIVE FILTERING. Information Systems Lab., EE Dep., Stanford University ADAPTIVE INVERSE CONTROL BASED ON NONLINEAR ADAPTIVE FILTERING Bernard Widrow 1, Gregory Plett, Edson Ferreira 3 and Marcelo Lamego 4 Information Systems Lab., EE Dep., Stanford University Abstract: Many

More information

Growing Window Recursive Quadratic Optimization with Variable Regularization

Growing Window Recursive Quadratic Optimization with Variable Regularization 49th IEEE Conference on Decision and Control December 15-17, Hilton Atlanta Hotel, Atlanta, GA, USA Growing Window Recursive Quadratic Optimization with Variable Regularization Asad A. Ali 1, Jesse B.

More information

Article (peer-reviewed)

Article (peer-reviewed) Title Author(s) Influence of noise intensity on the spectrum of an oscillator Swain, Rabi Sankar; Gleeson, James P.; Kennedy, Michael Peter Publication date 2005-11 Original citation Type of publication

More information

IMPROVEMENTS IN ACTIVE NOISE CONTROL OF HELICOPTER NOISE IN A MOCK CABIN ABSTRACT

IMPROVEMENTS IN ACTIVE NOISE CONTROL OF HELICOPTER NOISE IN A MOCK CABIN ABSTRACT IMPROVEMENTS IN ACTIVE NOISE CONTROL OF HELICOPTER NOISE IN A MOCK CABIN Jared K. Thomas Brigham Young University Department of Mechanical Engineering ABSTRACT The application of active noise control (ANC)

More information

NUMERICAL COMPUTATION OF THE CAPACITY OF CONTINUOUS MEMORYLESS CHANNELS

NUMERICAL COMPUTATION OF THE CAPACITY OF CONTINUOUS MEMORYLESS CHANNELS NUMERICAL COMPUTATION OF THE CAPACITY OF CONTINUOUS MEMORYLESS CHANNELS Justin Dauwels Dept. of Information Technology and Electrical Engineering ETH, CH-8092 Zürich, Switzerland dauwels@isi.ee.ethz.ch

More information

Closed-Form Design of Maximally Flat IIR Half-Band Filters

Closed-Form Design of Maximally Flat IIR Half-Band Filters IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS II: ANALOG AND DIGITAL SIGNAL PROCESSING, VOL. 49, NO. 6, JUNE 2002 409 Closed-Form Design of Maximally Flat IIR Half-B Filters Xi Zhang, Senior Member, IEEE,

More information

EFFICIENT REMEZ ALGORITHMS FOR THE DESIGN OF NONRECURSIVE FILTERS

EFFICIENT REMEZ ALGORITHMS FOR THE DESIGN OF NONRECURSIVE FILTERS EFFICIENT REMEZ ALGORITHMS FOR THE DESIGN OF NONRECURSIVE FILTERS Copyright 2003- Andreas Antoniou Victoria, BC, Canada Email: aantoniou@ieee.org July 24, 2007 Frame # 1 Slide # 1 A. Antoniou EFFICIENT

More information

On the Stability of the Least-Mean Fourth (LMF) Algorithm

On the Stability of the Least-Mean Fourth (LMF) Algorithm XXI SIMPÓSIO BRASILEIRO DE TELECOMUNICACÕES-SBT 4, 6-9 DE SETEMBRO DE 4, BELÉM, PA On the Stability of the Least-Mean Fourth (LMF) Algorithm Vítor H. Nascimento and José Carlos M. Bermudez + Abstract We

More information

ADAPTIVE signal processing algorithms (ASPA s) are

ADAPTIVE signal processing algorithms (ASPA s) are IEEE TRANSACTIONS ON SIGNAL PROCESSING, VOL. 46, NO. 12, DECEMBER 1998 3315 Locally Optimum Adaptive Signal Processing Algorithms George V. Moustakides Abstract We propose a new analytic method for comparing

More information

Diffusion LMS Algorithms for Sensor Networks over Non-ideal Inter-sensor Wireless Channels

Diffusion LMS Algorithms for Sensor Networks over Non-ideal Inter-sensor Wireless Channels Diffusion LMS Algorithms for Sensor Networs over Non-ideal Inter-sensor Wireless Channels Reza Abdolee and Benoit Champagne Electrical and Computer Engineering McGill University 3480 University Street

More information

DIGITAL filters capable of changing their frequency response

DIGITAL filters capable of changing their frequency response IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS II: ANALOG AND DIGITAL SIGNAL PROCESSING, VOL 46, NO 8, AUGUST 1999 1035 An Improved Weighted Least-Squares Design Variable Fractional Delay FIR Filters Wu-Sheng

More information

Variable Learning Rate LMS Based Linear Adaptive Inverse Control *

Variable Learning Rate LMS Based Linear Adaptive Inverse Control * ISSN 746-7659, England, UK Journal of Information and Computing Science Vol., No. 3, 6, pp. 39-48 Variable Learning Rate LMS Based Linear Adaptive Inverse Control * Shuying ie, Chengjin Zhang School of

More information

Convex Optimization. Problem set 2. Due Monday April 26th

Convex Optimization. Problem set 2. Due Monday April 26th Convex Optimization Problem set 2 Due Monday April 26th 1 Gradient Decent without Line-search In this problem we will consider gradient descent with predetermined step sizes. That is, instead of determining

More information

Adaptive MMSE Equalizer with Optimum Tap-length and Decision Delay

Adaptive MMSE Equalizer with Optimum Tap-length and Decision Delay Adaptive MMSE Equalizer with Optimum Tap-length and Decision Delay Yu Gong, Xia Hong and Khalid F. Abu-Salim School of Systems Engineering The University of Reading, Reading RG6 6AY, UK E-mail: {y.gong,x.hong,k.f.abusalem}@reading.ac.uk

More information

Stability of Switched Linear Hyperbolic Systems by Lyapunov Techniques

Stability of Switched Linear Hyperbolic Systems by Lyapunov Techniques 2196 IEEE TRANSACTIONS ON AUTOMATIC CONTROL, VOL. 59, NO. 8, AUGUST 2014 Stability of Switched Linear Hyperbolic Systems by Lyapunov Techniques Christophe Prieur, Antoine Girard, Emmanuel Witrant Abstract

More information

An Adaptive Sensor Array Using an Affine Combination of Two Filters

An Adaptive Sensor Array Using an Affine Combination of Two Filters An Adaptive Sensor Array Using an Affine Combination of Two Filters Tõnu Trump Tallinn University of Technology Department of Radio and Telecommunication Engineering Ehitajate tee 5, 19086 Tallinn Estonia

More information

ADAPTIVE FILTER THEORY

ADAPTIVE FILTER THEORY ADAPTIVE FILTER THEORY Fifth Edition Simon Haykin Communications Research Laboratory McMaster University Hamilton, Ontario, Canada International Edition contributions by Telagarapu Prabhakar Department

More information

Design of Stable IIR filters with prescribed flatness and approximately linear phase

Design of Stable IIR filters with prescribed flatness and approximately linear phase Design of Stable IIR filters with prescribed flatness and approximately linear phase YASUNORI SUGITA Nagaoka University of Technology Dept. of Electrical Engineering Nagaoka city, Niigata-pref., JAPAN

More information

T ulation and demodulation. It has applications not only

T ulation and demodulation. It has applications not only IEEE TRANSACTIONS ON INSTRUMENTATION AND MEASUREMENT. VOL 39. NO 6. DECEMBER 1990 847 Optimal FIR and IIR Hilbert Transformer Design Via LS and Minimax Fitting ISTVAN KOLLAR, MEMBER, IEEE, RIK PINTELON,

More information

The ϵ-capacity of a gain matrix and tolerable disturbances: Discrete-time perturbed linear systems

The ϵ-capacity of a gain matrix and tolerable disturbances: Discrete-time perturbed linear systems IOSR Journal of Mathematics (IOSR-JM) e-issn: 2278-5728, p-issn: 2319-765X. Volume 11, Issue 3 Ver. IV (May - Jun. 2015), PP 52-62 www.iosrjournals.org The ϵ-capacity of a gain matrix and tolerable disturbances:

More information

SECTION: CONTINUOUS OPTIMISATION LECTURE 4: QUASI-NEWTON METHODS

SECTION: CONTINUOUS OPTIMISATION LECTURE 4: QUASI-NEWTON METHODS SECTION: CONTINUOUS OPTIMISATION LECTURE 4: QUASI-NEWTON METHODS HONOUR SCHOOL OF MATHEMATICS, OXFORD UNIVERSITY HILARY TERM 2005, DR RAPHAEL HAUSER 1. The Quasi-Newton Idea. In this lecture we will discuss

More information

Optimal Decentralized Control of Coupled Subsystems With Control Sharing

Optimal Decentralized Control of Coupled Subsystems With Control Sharing IEEE TRANSACTIONS ON AUTOMATIC CONTROL, VOL. 58, NO. 9, SEPTEMBER 2013 2377 Optimal Decentralized Control of Coupled Subsystems With Control Sharing Aditya Mahajan, Member, IEEE Abstract Subsystems that

More information

Riccati difference equations to non linear extended Kalman filter constraints

Riccati difference equations to non linear extended Kalman filter constraints International Journal of Scientific & Engineering Research Volume 3, Issue 12, December-2012 1 Riccati difference equations to non linear extended Kalman filter constraints Abstract Elizabeth.S 1 & Jothilakshmi.R

More information

798 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS II: ANALOG AND DIGITAL SIGNAL PROCESSING, VOL. 44, NO. 10, OCTOBER 1997

798 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS II: ANALOG AND DIGITAL SIGNAL PROCESSING, VOL. 44, NO. 10, OCTOBER 1997 798 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS II: ANALOG AND DIGITAL SIGNAL PROCESSING, VOL 44, NO 10, OCTOBER 1997 Stochastic Analysis of the Modulator Differential Pulse Code Modulator Rajesh Sharma,

More information

Analysis of incremental RLS adaptive networks with noisy links

Analysis of incremental RLS adaptive networks with noisy links Analysis of incremental RLS adaptive networs with noisy lins Azam Khalili, Mohammad Ali Tinati, and Amir Rastegarnia a) Faculty of Electrical and Computer Engineering, University of Tabriz Tabriz 51664,

More information

A low intricacy variable step-size partial update adaptive algorithm for Acoustic Echo Cancellation USNRao

A low intricacy variable step-size partial update adaptive algorithm for Acoustic Echo Cancellation USNRao ISSN: 77-3754 International Journal of Engineering and Innovative echnology (IJEI Volume 1, Issue, February 1 A low intricacy variable step-size partial update adaptive algorithm for Acoustic Echo Cancellation

More information

SNR lidar signal improovement by adaptive tecniques

SNR lidar signal improovement by adaptive tecniques SNR lidar signal improovement by adaptive tecniques Aimè Lay-Euaille 1, Antonio V. Scarano Dipartimento di Ingegneria dell Innovazione, Univ. Degli Studi di Lecce via Arnesano, Lecce 1 aime.lay.euaille@unile.it

More information

MULTICHANNEL FAST QR-DECOMPOSITION RLS ALGORITHMS WITH EXPLICIT WEIGHT EXTRACTION

MULTICHANNEL FAST QR-DECOMPOSITION RLS ALGORITHMS WITH EXPLICIT WEIGHT EXTRACTION 4th European Signal Processing Conference (EUSIPCO 26), Florence, Italy, September 4-8, 26, copyright by EURASIP MULTICHANNEL FAST QR-DECOMPOSITION RLS ALGORITHMS WITH EXPLICIT WEIGHT EXTRACTION Mobien

More information

BILINEAR forms were addressed in the literature in

BILINEAR forms were addressed in the literature in IEEE SIGNAL PROCESSING LEERS, VOL. 24, NO. 5, MAY 2017 653 On the Identification of Bilinear Forms With the Wiener Filter Jacob Benesty, Constantin Paleologu, Member, IEEE, and Silviu Ciochină, Senior

More information

Robust fuzzy control of an active magnetic bearing subject to voltage saturation

Robust fuzzy control of an active magnetic bearing subject to voltage saturation University of Wollongong Research Online Faculty of Informatics - Papers (Archive) Faculty of Engineering and Information Sciences 2010 Robust fuzzy control of an active magnetic bearing subject to voltage

More information

Quasi-Newton Methods

Quasi-Newton Methods Quasi-Newton Methods Werner C. Rheinboldt These are excerpts of material relating to the boos [OR00 and [Rhe98 and of write-ups prepared for courses held at the University of Pittsburgh. Some further references

More information

ON SOME EXTENSIONS OF THE NATURAL GRADIENT ALGORITHM. Brain Science Institute, RIKEN, Wako-shi, Saitama , Japan

ON SOME EXTENSIONS OF THE NATURAL GRADIENT ALGORITHM. Brain Science Institute, RIKEN, Wako-shi, Saitama , Japan ON SOME EXTENSIONS OF THE NATURAL GRADIENT ALGORITHM Pando Georgiev a, Andrzej Cichocki b and Shun-ichi Amari c Brain Science Institute, RIKEN, Wako-shi, Saitama 351-01, Japan a On leave from the Sofia

More information

MANY adaptive control methods rely on parameter estimation

MANY adaptive control methods rely on parameter estimation 610 IEEE TRANSACTIONS ON AUTOMATIC CONTROL, VOL 52, NO 4, APRIL 2007 Direct Adaptive Dynamic Compensation for Minimum Phase Systems With Unknown Relative Degree Jesse B Hoagg and Dennis S Bernstein Abstract

More information

17 Solution of Nonlinear Systems

17 Solution of Nonlinear Systems 17 Solution of Nonlinear Systems We now discuss the solution of systems of nonlinear equations. An important ingredient will be the multivariate Taylor theorem. Theorem 17.1 Let D = {x 1, x 2,..., x m

More information

Sparseness-Controlled Affine Projection Algorithm for Echo Cancelation

Sparseness-Controlled Affine Projection Algorithm for Echo Cancelation Sparseness-Controlled Affine Projection Algorithm for Echo Cancelation ei iao and Andy W. H. Khong E-mail: liao38@e.ntu.edu.sg E-mail: andykhong@ntu.edu.sg Nanyang Technological University, Singapore Abstract

More information

I. D. Landau, A. Karimi: A Course on Adaptive Control Adaptive Control. Part 9: Adaptive Control with Multiple Models and Switching

I. D. Landau, A. Karimi: A Course on Adaptive Control Adaptive Control. Part 9: Adaptive Control with Multiple Models and Switching I. D. Landau, A. Karimi: A Course on Adaptive Control - 5 1 Adaptive Control Part 9: Adaptive Control with Multiple Models and Switching I. D. Landau, A. Karimi: A Course on Adaptive Control - 5 2 Outline

More information

Performance Analysis of an Adaptive Algorithm for DOA Estimation

Performance Analysis of an Adaptive Algorithm for DOA Estimation Performance Analysis of an Adaptive Algorithm for DOA Estimation Assimakis K. Leros and Vassilios C. Moussas Abstract This paper presents an adaptive approach to the problem of estimating the direction

More information

Research Article Design of One-Dimensional Linear Phase Digital IIR Filters Using Orthogonal Polynomials

Research Article Design of One-Dimensional Linear Phase Digital IIR Filters Using Orthogonal Polynomials International Scholarly Research Network ISRN Signal Processing Volume, Article ID 8776, 7 pages doi:.54//8776 Research Article Design of One-Dimensional Linear Phase Digital IIR Filters Using Orthogonal

More information

Gradient-Adaptive Algorithms for Minimum Phase - All Pass Decomposition of an FIR System

Gradient-Adaptive Algorithms for Minimum Phase - All Pass Decomposition of an FIR System 1 Gradient-Adaptive Algorithms for Minimum Phase - All Pass Decomposition of an FIR System Mar F. Flanagan, Member, IEEE, Michael McLaughlin, and Anthony D. Fagan, Member, IEEE Abstract Adaptive algorithms

More information

Filter Design for Linear Time Delay Systems

Filter Design for Linear Time Delay Systems IEEE TRANSACTIONS ON SIGNAL PROCESSING, VOL. 49, NO. 11, NOVEMBER 2001 2839 ANewH Filter Design for Linear Time Delay Systems E. Fridman Uri Shaked, Fellow, IEEE Abstract A new delay-dependent filtering

More information

Statistical and Adaptive Signal Processing

Statistical and Adaptive Signal Processing r Statistical and Adaptive Signal Processing Spectral Estimation, Signal Modeling, Adaptive Filtering and Array Processing Dimitris G. Manolakis Massachusetts Institute of Technology Lincoln Laboratory

More information

26. Filtering. ECE 830, Spring 2014

26. Filtering. ECE 830, Spring 2014 26. Filtering ECE 830, Spring 2014 1 / 26 Wiener Filtering Wiener filtering is the application of LMMSE estimation to recovery of a signal in additive noise under wide sense sationarity assumptions. Problem

More information

Kalman-Filter-Based Time-Varying Parameter Estimation via Retrospective Optimization of the Process Noise Covariance

Kalman-Filter-Based Time-Varying Parameter Estimation via Retrospective Optimization of the Process Noise Covariance 2016 American Control Conference (ACC) Boston Marriott Copley Place July 6-8, 2016. Boston, MA, USA Kalman-Filter-Based Time-Varying Parameter Estimation via Retrospective Optimization of the Process Noise

More information

Adaptive State Feedback Nash Strategies for Linear Quadratic Discrete-Time Games

Adaptive State Feedback Nash Strategies for Linear Quadratic Discrete-Time Games Adaptive State Feedbac Nash Strategies for Linear Quadratic Discrete-Time Games Dan Shen and Jose B. Cruz, Jr. Intelligent Automation Inc., Rocville, MD 2858 USA (email: dshen@i-a-i.com). The Ohio State

More information

Trust Regions. Charles J. Geyer. March 27, 2013

Trust Regions. Charles J. Geyer. March 27, 2013 Trust Regions Charles J. Geyer March 27, 2013 1 Trust Region Theory We follow Nocedal and Wright (1999, Chapter 4), using their notation. Fletcher (1987, Section 5.1) discusses the same algorithm, but

More information

PERIODIC signals are commonly experienced in industrial

PERIODIC signals are commonly experienced in industrial IEEE TRANSACTIONS ON CONTROL SYSTEMS TECHNOLOGY, VOL. 15, NO. 2, MARCH 2007 369 Repetitive Learning Control of Nonlinear Continuous-Time Systems Using Quasi-Sliding Mode Xiao-Dong Li, Tommy W. S. Chow,

More information

Maximum Likelihood Diffusive Source Localization Based on Binary Observations

Maximum Likelihood Diffusive Source Localization Based on Binary Observations Maximum Lielihood Diffusive Source Localization Based on Binary Observations Yoav Levinboo and an F. Wong Wireless Information Networing Group, University of Florida Gainesville, Florida 32611-6130, USA

More information

Search Directions for Unconstrained Optimization

Search Directions for Unconstrained Optimization 8 CHAPTER 8 Search Directions for Unconstrained Optimization In this chapter we study the choice of search directions used in our basic updating scheme x +1 = x + t d. for solving P min f(x). x R n All

More information

Robust extraction of specific signals with temporal structure

Robust extraction of specific signals with temporal structure Robust extraction of specific signals with temporal structure Zhi-Lin Zhang, Zhang Yi Computational Intelligence Laboratory, School of Computer Science and Engineering, University of Electronic Science

More information

Methods that avoid calculating the Hessian. Nonlinear Optimization; Steepest Descent, Quasi-Newton. Steepest Descent

Methods that avoid calculating the Hessian. Nonlinear Optimization; Steepest Descent, Quasi-Newton. Steepest Descent Nonlinear Optimization Steepest Descent and Niclas Börlin Department of Computing Science Umeå University niclas.borlin@cs.umu.se A disadvantage with the Newton method is that the Hessian has to be derived

More information

Stable IIR Notch Filter Design with Optimal Pole Placement

Stable IIR Notch Filter Design with Optimal Pole Placement IEEE TRANSACTIONS ON SIGNAL PROCESSING, VOL 49, NO 11, NOVEMBER 2001 2673 Stable IIR Notch Filter Design with Optimal Pole Placement Chien-Cheng Tseng, Senior Member, IEEE, and Soo-Chang Pei, Fellow, IEEE

More information

Robust Gain Scheduling Synchronization Method for Quadratic Chaotic Systems With Channel Time Delay Yu Liang and Horacio J.

Robust Gain Scheduling Synchronization Method for Quadratic Chaotic Systems With Channel Time Delay Yu Liang and Horacio J. 604 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS I: REGULAR PAPERS, VOL. 56, NO. 3, MARCH 2009 Robust Gain Scheduling Synchronization Method for Quadratic Chaotic Systems With Channel Time Delay Yu Liang

More information

Preconditioned conjugate gradient algorithms with column scaling

Preconditioned conjugate gradient algorithms with column scaling Proceedings of the 47th IEEE Conference on Decision and Control Cancun, Mexico, Dec. 9-11, 28 Preconditioned conjugate gradient algorithms with column scaling R. Pytla Institute of Automatic Control and

More information

Expressions for the covariance matrix of covariance data

Expressions for the covariance matrix of covariance data Expressions for the covariance matrix of covariance data Torsten Söderström Division of Systems and Control, Department of Information Technology, Uppsala University, P O Box 337, SE-7505 Uppsala, Sweden

More information

The Conjugate Gradient Method

The Conjugate Gradient Method The Conjugate Gradient Method Lecture 5, Continuous Optimisation Oxford University Computing Laboratory, HT 2006 Notes by Dr Raphael Hauser (hauser@comlab.ox.ac.uk) The notion of complexity (per iteration)

More information

Deep Feedforward Networks

Deep Feedforward Networks Deep Feedforward Networks Liu Yang March 30, 2017 Liu Yang Short title March 30, 2017 1 / 24 Overview 1 Background A general introduction Example 2 Gradient based learning Cost functions Output Units 3

More information

Steady-state performance analysis of a variable tap-length LMS algorithm

Steady-state performance analysis of a variable tap-length LMS algorithm Loughborough University Institutional Repository Steady-state performance analysis of a variable tap-length LMS algorithm This item was submitted to Loughborough University's Institutional Repository by

More information

A Derivation of the Steady-State MSE of RLS: Stationary and Nonstationary Cases

A Derivation of the Steady-State MSE of RLS: Stationary and Nonstationary Cases A Derivation of the Steady-State MSE of RLS: Stationary and Nonstationary Cases Phil Schniter Nov. 0, 001 Abstract In this report we combine the approach of Yousef and Sayed [1] with that of Rupp and Sayed

More information

Nonlinear Programming

Nonlinear Programming Nonlinear Programming Kees Roos e-mail: C.Roos@ewi.tudelft.nl URL: http://www.isa.ewi.tudelft.nl/ roos LNMB Course De Uithof, Utrecht February 6 - May 8, A.D. 2006 Optimization Group 1 Outline for week

More information

FIR Filters for Stationary State Space Signal Models

FIR Filters for Stationary State Space Signal Models Proceedings of the 17th World Congress The International Federation of Automatic Control FIR Filters for Stationary State Space Signal Models Jung Hun Park Wook Hyun Kwon School of Electrical Engineering

More information

The Discrete Kalman Filtering of a Class of Dynamic Multiscale Systems

The Discrete Kalman Filtering of a Class of Dynamic Multiscale Systems 668 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS II: ANALOG AND DIGITAL SIGNAL PROCESSING, VOL 49, NO 10, OCTOBER 2002 The Discrete Kalman Filtering of a Class of Dynamic Multiscale Systems Lei Zhang, Quan

More information