Reduced-cost combination of adaptive filters for acoustic echo cancellation

Size: px
Start display at page:

Download "Reduced-cost combination of adaptive filters for acoustic echo cancellation"

Transcription

1 Reduced-cost combination of adaptive filters for acoustic echo cancellation Luis A. Azpicueta-Ruiz and Jerónimo Arenas-García Dept. Signal Theory and Communications, Universidad Carlos III de Madrid Leganés, Madrid, 28911, Spain Vítor H. Nascimento and Magno T. M. Silva Dept. Electronic Systems Engineering, Escola Politécnica, Universidade de São Paulo, São Paulo, 558-1, Brazil {vitor, Abstract Adaptive combination of adaptive filters is an attractive approach that improves the performance attainable with individual filters. However, the computational cost associated with the operation of several filters in parallel could be unaffordable for some applications. In this paper, we propose a scheme with reduced computational cost for a combination of two adaptive filters with different step sizes, working in scenarios with a low signal-to-noise ratio and where the energy of the unknown system is concentrated at short delays. For this case, we propose to reduce the length of the fast filter, speeding up the convergence of the combination at the cost of a slight degradation on the steady-state error. We study and evaluate the performance of the combined scheme considering the length of the fast filter as a parameter. In addition, we discuss a possible application of this scheme in real-world acoustic echo cancellation for hands-free systems in cars. Fig. 1. Block diagram of a basic acoustic echo canceller. I. INTRODUCTION Adaptive filters (AFs) have become a crucial component in many signal processing applications such as acoustic signal processing, communications, biomedical signal processing, prediction of time series, among others [1], [2]. Focusing on acoustic echo cancellation, depicted in Fig. 1, an AF is usually employed to cancel the acoustic echo received by the microphone in order to avoid that the far-end user perceives a delayed version of his/her own voice. The acoustic echo canceller generates a copy y(n) as faithful as possible of the signal y h (n), employing both the input signal vector u(n) and an estimate w(n) of the room impulse response (RIR) h. If the cancellation is perfect, the error e(n) = d(n) y(n) would be equal to the background noise at microphone location e (n), where d(n) = y h (n)+e (n) = h T u(n)+e (n) is the desired signal. Although AFs are considered as a powerful tool in many signal processing applications, their effective performance highly depends on the specific tuning of several parameters, giving rise to different trade-offs. For instance, selection of the step size in least-mean-square (LMS) filters [or forgetting factor in recursive least-squares (RLS) algorithms] imposes a well-known compromise regarding speed of convergence, residual steady-state error, and tracking capabilities. In order to alleviate these trade-offs, a novel approach denominated as adaptive combination of adaptive filters was recently pre- Fig. 2. Block diagram of the adaptive combination of two adaptive filters. sented. This scheme, depicted in Fig. 2 for the case of two AFs, is based on the combination of several independent AFs that differ in the specific tuning of some of their parameters [3]. The combination adaptively mixes the individual outputs of the constituent filters by means of one (or several) mixing parameter(s). If the combination performs correctly, it behaves at least as well as the best component filter. The combination of filters approach has been successfully employed in different applications such as acoustic echo cancellation [4], beamforming [5], blind equalization [6], adaptive diffusion networks [7], among others. However, the standard combination of filters (Fig. 2) presents a disadvantage that could limit its utilization in some real-world applications: The computational cost of the standard combination of filters is

2 about N times that of a single AF, being N the number of constituents filters 1. In this paper, we focus on the reduction of the computational cost of a standard combination of AFs, similar to that proposed in [3], where two AFs with different step sizes (µ 1 and µ 2 = µ 1 /1) are combined to alleviate the compromise imposed by the selection of the step-size parameter. The combined scheme presents the fast convergence of the filter with µ 1 and the lower steady-state error of the slower component. Several proposals have paid attention to the reduction of the computational cost of the combination of two filters working in parallel. For instance, in [8], it was proposed a combination where the fast AF only updates the coefficients with highest energy. However, this scheme requires an additional operation to select the taps to be updated at each iteration. Other algorithms include mechanisms to freeze the adaptation when a component filter has converged, needing, again, additional operations to determine when an AF has reached the steady state [9]. In [1], a combination of AFs with different resolutions was proposed, permitting savings in terms of computational cost with respect to the standard combination. In this paper, we study the reduction of the computational cost of a combination of filters seeking not to include additional operations, but taking advantage of the characteristics of the filtering scenario. To this end, we evaluate the influence of the length of the fast filter in the performance of the combination. As it will be shown, when the unknown plant h presents an exponentially decreasing energy distribution and the signal-to-noise ratio (SNR) of the scenario is low, a fast component with shorter length than that of h would not affect the steady-state error of the overall combination, while reducing significantly the total computational cost. The rest of paper is organized as follows. Section 2 describes a combination of two normalized LMS (NLMS) filters focusing on the effect of the length of the fast component. Section 3 provides empirical evidence about the influence of the filter length considering different SNRs. The paper finishes with the conclusions of our work and some lines for future research, including a discussion about a real scenario where this scheme can be successfully employed. II. ADAPTIVE COMBINATION OF TWO NLMS FILTERS WITH DIFFERENT STEP SIZES AND LENGTHS In order to design a convex combination of two AFs that behaves robustly with respect to the selection of the step size, and with reduced computational cost, we propose to combine a fast AF w 1 (n) with step size µ 1 and length M 1, and a slow AF w 2 (n) with step size µ 2 = µ 1 /1 and length M 2 = M, where M is the length of the unknown plant h. In case of M 1 = M 2 = M, the proposed scheme becomes the standard combination. However, we aim to reduce the computational cost of the combination, trying to employ a shorter fast component, i.e., M 1 < M 2. 1 If the length of each component filter is large enough, the cost of updating the mixing parameters and combining the component outputs is negligible. A. Combination of two NLMS with different step sizes Each component filter adapts independently in order to minimize the power of its own error signal e i (n) = d(n) y i (n) = d(n) w T i (n 1)u i(n), i = 1,2, where y i (n) is the output of each AF and u i (n) is the input vector of each component 2. To this end, each constituent filter implements an NLMS algorithm with equation [1], [2] w i (n) = w i (n 1) + µ i δ + u i (n) 2 e i(n)u i (n), (1) where δ is a small positive constant to prevent division by very small values of the input energy u i (n) 2. We adaptively mix the outputs y 1 (n) and y 2 (n) by means of a convex combination y c (n) = λ(n)y 1 (n) + [1 λ(n)]y 2 (n), (2) where λ(n) [,1] is a mixing parameter adapted pursuing the minimization of the power of the combined error e c (n) = λ(n)e 1 (n) + [1 λ(n)]e 2 (n). However, instead of directly updating λ(n), we adapt an auxiliary mixing parameter a(n), univocally related to λ(n) by means of the sigmoid function λ(n) = sgm{a(n)} = [1 + e a(n) ] 1. Further details about the relation between a(n) and λ(n) can be found, e.g., in [3]. Adaptation of a(n) is carried out following a stochastic gradient descent algorithm to minimize e 2 c(n), giving rise to a(n) = a(n 1) + µ a p(n) e c(n)[e 2 (n) e 1 (n)] a(n) λ(n), (3) where µ a is a step size that governs the update of a(n) and p(n) = βp(n 1) + (1 β)[e 2 (n) e 1 (n)] 2 with << β < 1 is a low-pass filtered estimate of the power of signal [e 2 (n) e 1 (n)] used to normalize the update of a(n) making easier the selection of µ a [11]. B. Reducing the length of w 1 (n) A possible strategy to diminish the computational cost of the combination of filters is the reduction of the length of one (or both) of the component filters. Regarding the properties of an NLMS filter with respect to its length, it is known that: The larger the length of the AF, the slower the speed of convergence [1]. The steady-state error is constant as long as M 1 M. This fact is a consequence of the normalization in (1). However, in case of undermodeling, i.e. M 1 < M, the steady-state error increases since there are some coefficients of the unknown plant that are not identified, being this increment directly related to the total energy of such non-identified coefficients. In the literature, there exist different theoretical models that allow to predict the excess mean-square error EMSE i (n) = E{[e i (n) e (n)] 2 }, where E{ } means expected value. For instance, in [1], following the energy conservation method and 2 It should be noted that the first M 1 values of u 2 (n) matches up with those of u 1 (n).

3 assuming Gaussian input and independent background noise, the steady-state EMSE of an NLMS filter is calculated as EMSE i,min ( ) = µ iσ 2 2 µ i, (4) where σ 2 represents the variance of the background noise e (n). Equation (4) represents the minimum EMSE achievable when M 1 M. However, in case of undermodeling of the fast component, i.e., M 1 < M, its steady-state EMSE can be calculated as [1], [12] EMSE 1 ( ) = µ 1 σ 2 2 µ 1 }{{} EMSE 1,min( ) ( + ) σ 2 u ĥ µ 1 2 µ 1 }{{} EMSE 1,um( ) where σ 2 u stands for the variance of the input signal and ĥ 2 represents the sum of the energy of the last M M 1 coefficients of h that are not being modeled by w 1 (n). Paying attention to (5), it is clear that if EMSE 1,um ( ) EMSE 1,min ( ), a reduction of the length of the fast component only slightly degrades its performance in terms of steadystate error, reaching EMSE 1 ( ) EMSE 1,min ( ). In the light of (5), this condition will be easily fulfilled when 1) The energy of the last M M 1 coefficients of h is low. 2) The variance of e (n), σ 2, is high, i.e., the SNR is low. 3) The step size of the NLMS filter µ 1 is large. The first and the second conditions make our proposal more interesting for scenarios with low SNR and where the energy of h decreases exponentially, as it is the case of acoustic impulse responses. Following the third condition, in order to diminish the computational cost of the combination, we only reduce the length of the fast component. In addition, this allows that w 1 (n) converges even faster, enhancing the abilities of the combination in terms of speed of convergence. III. EXPERIMENTAL EVALUATION In this section, we provide experimental evidence to show the benefits of our proposal in terms of computational savings associated with a slight degradation of the performance of the combination of filters (more specifically of its fast component). With this aim, we have simulated a stationary plant identification scenario similar to that of an acoustic echo cancellation application, where the unknown RIR to identify is depicted in Fig. 3. As it can be seen, this plant is composed by coefficients, whose energy decreases exponentially. In order to identify this RIR, we design an adaptive convex combination composed by two NLMS filters in order to alleviate the compromise related to the selection of the step size. The first component is adapted with µ 1 =.5, whereas the slower component employs µ 2 = µ 1 /1 =.5. The length of the second component matches that of the unknown plant, i.e., M 2 = M. However, that of the fast component is considered as a parameter, selecting different values M 1 =,, and taps. Adaptation of the mixing parameter λ(n) is carried out by employing a step size µ a = 1 and (5) RIR, h k k Fig. 3. Room impulse response employed in the simulations. EMSE( ), [db] 1 2 taps taps 3 taps taps SNR, [db] Fig. 4. Steady-state error of the fast component filter as a function of M 1 and for different SNRs. β =.9. The input signal u(n) is a white Gaussian noise with σ 2 u = 1. Background noise at microphone position e (n) is also white noise uncorrelated with u(n) and with variance chosen so as to result in SNRs in the range 3 db. The figure of merit employed is the EMSE(n), evaluating the expected value averaging over 5 independent realizations of the experiments. In order to test the reconvergence ability of the schemes, an abrupt change in the RIR has been simulated in the middle of the experiment. The change consists of a shift by five taps and the inversion of the sign of the RIR. Fig. 4 shows the steady-state EMSE of the fast component, calculated averaging a thousand of iterations after algorithms convergence, as a function of the SNR. As it can be seen, for high SNRs, the larger the length of w 1 (n), the lower the steady-state error. In this case, the employment of shorter AFs gives rise to an undermodeling that considerably increases the steady-state error. However, for lower SNRs, EMSE 1,um ( ) EMSE 1,min ( ) as a consequence of a higher σ 2 [Eq. (5)], resulting that a reduced length of the AF gives rise to a very slight and acceptable degradation of the steady-state performance. See, for instance, the case of SNR = 1 db, where the performance of a filter with taps is very similar to that of the complete AF ( taps), and that, even for a filter with a half of taps (), the steady-state error only increases two decibels.

4 it n n, n 1 3 (a) SNR = db (b) SNR = 5 db (c) SNR = 1 db n n n 1 3 (d) SNR = 15 db (e) SNR = 2 db (f) SNR = 25 db Fig. 5. Reconvergence of the fast filter as a function of SNR and M 1 around the abrupt change in the RIR. Same conclusion about the steady-state performance of w 1 (n) can be drawn paying attention to Fig. 5, where the evolution of EMSE 1 (n) around the abrupt change has been represented as a function of the SNR. However, these panels also show other positive characteristic associated with the reduction of the length of w 1 (n): the speed of convergence of such component increases as the length of the AF decreases. It should be noted that the objective of this component is to provide a fast initial convergence to the combination scheme. Fig. 6 represents the performance of the combination scheme (superior panel) and the evolution of the mixing parameter (inferior panel) when M 1 = M 2 = M and SNR = 1 db. As it can be seen, the combination converges as fast as the fast component and reaches a steady-state error similar to that of the slow component. In this case, the computational cost of the combination is twice that of each AF. Fig. 7 shows the performance of the proposed scheme in this scenario for different values of M 1. As it can be seen, since M 2 does not change, the combination converges to the same steadystate error. However, focusing on the case when M 1 =, the error in the transition stage (where the combination is changing from the behavior of the first to that of the second component) is slightly increased, but the initial convergence of the combination is even faster (Fig. 8). For this case, the cost of the combination is just increased by 25% with respect to a single filter, without requiring any additional mechanism to select the taps to be updated. λ(n) µ 1 =.5, M 1 = µ 2 =.5, M 2 = Combination iteration, n 1 4 Fig. 6. Performance of the combination of two NLMS adaptive filters. IV. CONCLUSION AND DISCUSSION Adaptive combination of filters is a simple, but effective method to circumvent the compromises that AFs present. However, if a combination of two filters is used to alleviate the trade-off regarding step-size selection, its computational cost is approximately twice that of each component. In this paper, we have shown that, under certain conditions, it is possible to reduce the computational cost of the combination simply

5 5 1 2 = = = iteration, n 1 4 Fig. 7. Performance of the combination of two NLMS adaptive filters as a function of M iteration, n 1 4 = = = Fig. 8. Similar to Fig 7. Zoom around iteration 5. by reducing the length of the fast component, combining then two NLMS filters with different lengths and step sizes. If the filtering scenario presents a low SNR and the energy of the unknown plant to be identified decreases exponentially, reducing the length of the fast component only slightly degrades the performance of the combination in the transition phase due to the undermodeling. However, the computational cost is reduced without any additional operation to choose the taps to update. In addition, the speed of convergence of the combination is initially increased, enhancing the performance of the scheme in nonstationary environments. Although the effective performance of the proposed scheme depends on two important characteristics, namely the shape of h and the value of SNR, there exist different real-world applications where this proposal could be successfully applied. For instance, we can highlight acoustic echo cancellation in hands-free systems installed in cars. In this environment, low SNRs are usual, finding even SNR < db. In addition, the energy of the impulse response from the microphone to the loudspeaker inside a car (since it is an acoustic impulse response) is exponentially decreasing. The reverberation time in a car is small, concentrating most of the energy at the beginning of h (because of the first reflections of the wave against highly-reflective surfaces as glasses) and with a very short initial gap with no energy (as a consequence of small distance between microphone and loudspeaker). The specific characteristics of this environment indicate that our proposal would obtain a suitable performance since the undermodeling carried out by the fast component would have no negative consequences in the performance of the combination, but would speed up the convergence and reduce the computational cost. Following this idea, future work will focus on the evaluation of our scheme for this scenario, but with real signals. For this, we will start measuring the impulse response of several cars to propose specific reductions in the length of the fast component depending on the specific inner space of each vehicle. In addition, we will carry out the implementation of combination scheme in finite precision to facilitate the inclusion of these schemes in real devices. ACKNOWLEDGMENT The work of Azpicueta-Ruiz, and Arenas-García was partly supported by MINECO projects TEC and PRI- PIBIN The work of Azpicueta-Ruiz was also been partly supported by FAPESP under Grant 213/ The work of Nascimento was partly supported by CNPq and FAPESP, grants 32423/211-7 and 211/ The work of Silva was partly supported by CNPq under Grant 32423/211-7 and FAPESP under Grant 212/ REFERENCES [1] A. H. Sayed, Adaptive Filters, John Wiley & Sons, NJ, 28. [2] V. H. Nascimento and M. T. M. Silva, Adaptive filters, in Academic Press Library in Signal Processing:, Rama Chellappa and Sergios Theodoridis, Eds., vol. 1, Signal Processing Theory and Machine Learning, pp Chennai: Academic Press, 214. [3] J. Arenas-García, A. R. Figueiras-Vidal, and A. H. Sayed, Mean-square performance of a convex combination of two adaptive filters, IEEE Trans. Signal Process., vol. 54, pp , Mar. 26. [4] L. A. Azpicueta-Ruiz, M. Zeller, A. R. Figueiras-Vidal, J. Arenas- García, and W. Kellermann, Adaptive combination of Volterra kernels and its application to nonlinear acoustic echo cancellation, IEEE Trans. Audio, Speech, and Language Process., vol. 19, pp , Jan [5] D. Comminiello, M. Scarpiniti, R. Parisi, and A. Uncini, Combined adaptive beamforming schemes for nonstationary interfering noise reduction, Signal Process., vol. 93, pp , 213. [6] M. T. M. Silva and J. Arenas-García, A soft-switching blind equalization scheme via convex combination of adaptive filters, IEEE Trans. Signal Process., vol. 61, pp , 213. [7] C. G. Lopes and A. H. Sayed, Diffusion least-mean squares over adaptive networks: formulation and performance analysis, IEEE Trans. Signal Process., vol. 56, pp , Jul. 28. [8] A. Gonzalo-Ayuso, M. T. M. Silva, V. H. Nascimento, and J. Arenas- García, Improving sparse echo cancellation via convex combination of two NLMS filters with different lengths, in Machine Learning for Signal Processing (MLSP), 212 IEEE International Workshop on, Sept 212, pp [9] L. A. Azpicueta-Ruiz, A. R. Figueiras-Vidal, and J. Arenas-García, On the application of adaptive combination of adaptive filters to acoustic echo cancellation, in Proc. Internoise, New York, NY, USA, 212, pp [1] V. H. Nascimento, M. T. M. Silva, and J. Arenas-García, A low-cost implementation strategy for combinations of adaptive filters, in Proc. IEEE Intl. Conf. Acoustics, Speech, and Signal Process., Vancouver, Canada, 213, pp [11] L. A. Azpicueta-Ruiz, A. R. Figueiras-Vidal, and J. Arenas-García, A normalized adaptation scheme for the convex combination of two adaptive filters, in Proc. IEEE Intl. Conf. Acoustics, Speech, and Signal Process., Las Vegas, NV, 28, pp [12] K. Mayyas, Performance analysis of the selective coefficient update NLMS algorithm in an undermodeling situation, Digital Signal Process., vol. 23, pp , 213.

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

Improved least-squares-based combiners for diffusion networks

Improved least-squares-based combiners for diffusion networks Improved least-squares-based combiners for diffusion networs Jesus Fernandez-Bes, Luis A. Azpicueta-Ruiz, Magno T. M. Silva, and Jerónimo Arenas-García Universidad Carlos III de Madrid Universidade de

More information

Combinations of Adaptive Filters

Combinations of Adaptive Filters SUBMITTED TO THE IEEE SIGNAL PROCESSING MAGAZINE 2014 1 Combinations of Adaptive Filters Jerónimo Arenas-García, Senior Member, IEEE, Luis A. Azpicueta-Ruiz, Member, IEEE, Magno T. M. Silva, Member, IEEE,

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

Convex Combination of MIMO Filters for Multichannel Acoustic Echo Cancellation

Convex Combination of MIMO Filters for Multichannel Acoustic Echo Cancellation Convex Combination of MIMO Filters for Multichannel Acoustic Echo Cancellation Danilo Comminiello, Simone Scardapane, Michele Scarpiniti, Raffaele Parisi, and Aurelio Uncini Department of Information Engineering,

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

MITIGATING UNCORRELATED PERIODIC DISTURBANCE IN NARROWBAND ACTIVE NOISE CONTROL SYSTEMS

MITIGATING UNCORRELATED PERIODIC DISTURBANCE IN NARROWBAND ACTIVE NOISE CONTROL SYSTEMS 17th European Signal Processing Conference (EUSIPCO 29) Glasgow, Scotland, August 24-28, 29 MITIGATING UNCORRELATED PERIODIC DISTURBANCE IN NARROWBAND ACTIVE NOISE CONTROL SYSTEMS Muhammad Tahir AKHTAR

More information

A SPARSENESS CONTROLLED PROPORTIONATE ALGORITHM FOR ACOUSTIC ECHO CANCELLATION

A SPARSENESS CONTROLLED PROPORTIONATE ALGORITHM FOR ACOUSTIC ECHO CANCELLATION A SPARSENESS CONTROLLED PROPORTIONATE ALGORITHM FOR ACOUSTIC ECHO CANCELLATION Pradeep Loganathan, Andy W.H. Khong, Patrick A. Naylor pradeep.loganathan@ic.ac.uk, andykhong@ntu.edu.sg, p.naylorg@ic.ac.uk

More information

VARIABLE step-size adaptive filters allow the filters to dynamically

VARIABLE step-size adaptive filters allow the filters to dynamically 1078 IEEE TRANSACTIONS ON SIGNAL PROCESSING, VOL. 54, NO. 3, MARCH 2006 Mean-Square Performance of a Convex Combination of Two Adaptive Filters Jerónimo Arenas-García, Member, IEEE, Aníbal R. Figueiras-Vidal,

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

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

Error Vector Normalized Adaptive Algorithm Applied to Adaptive Noise Canceller and System Identification

Error Vector Normalized Adaptive Algorithm Applied to Adaptive Noise Canceller and System Identification American J. of Engineering and Applied Sciences 3 (4): 710-717, 010 ISSN 1941-700 010 Science Publications Error Vector Normalized Adaptive Algorithm Applied to Adaptive Noise Canceller and System Identification

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

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 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

A FAST AND ACCURATE ADAPTIVE NOTCH FILTER USING A MONOTONICALLY INCREASING GRADIENT. Yosuke SUGIURA

A FAST AND ACCURATE ADAPTIVE NOTCH FILTER USING A MONOTONICALLY INCREASING GRADIENT. Yosuke SUGIURA A FAST AND ACCURATE ADAPTIVE NOTCH FILTER USING A MONOTONICALLY INCREASING GRADIENT Yosuke SUGIURA Tokyo University of Science Faculty of Science and Technology ABSTRACT In this paper, we propose a new

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

Chapter 2 Fundamentals of Adaptive Filter Theory

Chapter 2 Fundamentals of Adaptive Filter Theory Chapter 2 Fundamentals of Adaptive Filter Theory In this chapter we will treat some fundamentals of the adaptive filtering theory highlighting the system identification problem We will introduce a signal

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

ADAPTIVE COMBINATION OF SECOND ORDER VOLTERRA FILTERS WITH NLMS AND SIGN-NLMS ALGORITHMS FOR NONLINEAR ACOUSTIC ECHO CANCELLATION

ADAPTIVE COMBINATION OF SECOND ORDER VOLTERRA FILTERS WITH NLMS AND SIGN-NLMS ALGORITHMS FOR NONLINEAR ACOUSTIC ECHO CANCELLATION Volume 6, Number, ACA ECHNICA NAPOCENSIS Electronics and elecommunications ADAPIVE COMBINAION OF SECOND ORDER VOLERRA FILERS WIH NLMS AND SIGN-NLMS ALGORIHMS FOR NONLINEAR ACOUSIC ECHO CANCELLAION Cristian

More information

A Flexible ICA-Based Method for AEC Without Requiring Double-Talk Detection

A Flexible ICA-Based Method for AEC Without Requiring Double-Talk Detection APSIPA ASC 2011 Xi an A Flexible ICA-Based Method for AEC Without Requiring Double-Talk Detection Marko Kanadi, Muhammad Tahir Akhtar, Wataru Mitsuhashi Department of Information and Communication Engineering,

More information

System Identification in the Short-Time Fourier Transform Domain

System Identification in the Short-Time Fourier Transform Domain System Identification in the Short-Time Fourier Transform Domain Yekutiel Avargel System Identification in the Short-Time Fourier Transform Domain Research Thesis As Partial Fulfillment of the Requirements

More information

TRANSIENT PERFORMANCE OF AN INCREMENTAL COMBINATION OF LMS FILTERS. Luiz F. O. Chamon and Cássio G. Lopes

TRANSIENT PERFORMANCE OF AN INCREMENTAL COMBINATION OF LMS FILTERS. Luiz F. O. Chamon and Cássio G. Lopes TRANSIENT PERFORMANCE OF AN INCREMENTAL COMBINATION OF LMS FILTERS Luiz F. O. Chamon and Cássio G. Lopes Signal Processing Laboratory Dept. of Electronic Systems Engineering, University of São Paulo Brazil

More information

Samira A. Mahdi University of Babylon/College of Science/Physics Dept. Iraq/Babylon

Samira A. Mahdi University of Babylon/College of Science/Physics Dept. Iraq/Babylon Echo Cancelation Using Least Mean Square (LMS) Algorithm Samira A. Mahdi University of Babylon/College of Science/Physics Dept. Iraq/Babylon Abstract The aim of this work is to investigate methods for

More information

System Identification in the Short-Time Fourier Transform Domain

System Identification in the Short-Time Fourier Transform Domain System Identification in the Short-Time Fourier Transform Domain Electrical Engineering Department Technion - Israel Institute of Technology Supervised by: Prof. Israel Cohen Outline Representation Identification

More information

System Identification and Adaptive Filtering in the Short-Time Fourier Transform Domain

System Identification and Adaptive Filtering in the Short-Time Fourier Transform Domain System Identification and Adaptive Filtering in the Short-Time Fourier Transform Domain Electrical Engineering Department Technion - Israel Institute of Technology Supervised by: Prof. Israel Cohen Outline

More information

Alpha-Stable Distributions in Signal Processing of Audio Signals

Alpha-Stable Distributions in Signal Processing of Audio Signals Alpha-Stable Distributions in Signal Processing of Audio Signals Preben Kidmose, Department of Mathematical Modelling, Section for Digital Signal Processing, Technical University of Denmark, Building 3,

More information

Convergence Evaluation of a Random Step-Size NLMS Adaptive Algorithm in System Identification and Channel Equalization

Convergence Evaluation of a Random Step-Size NLMS Adaptive Algorithm in System Identification and Channel Equalization Convergence Evaluation of a Random Step-Size NLMS Adaptive Algorithm in System Identification and Channel Equalization 1 Shihab Jimaa Khalifa University of Science, Technology and Research (KUSTAR) Faculty

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

Integrated Direct Sub-band Adaptive Volterra Filter and Its Application to Identification of Loudspeaker Nonlinearity

Integrated Direct Sub-band Adaptive Volterra Filter and Its Application to Identification of Loudspeaker Nonlinearity Integrated Direct Sub-band Adaptive Volterra Filter and Its Application to Identification of Loudspeaker Nonlinearity Satoshi Kinoshita Department of Electrical and Electronic Engineering, Kansai University

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

FAST IMPLEMENTATION OF A SUBBAND ADAPTIVE ALGORITHM FOR ACOUSTIC ECHO CANCELLATION

FAST IMPLEMENTATION OF A SUBBAND ADAPTIVE ALGORITHM FOR ACOUSTIC ECHO CANCELLATION Journal of ELECTRICAL ENGINEERING, VOL. 55, NO. 5-6, 24, 113 121 FAST IMPLEMENTATION OF A SUBBAND ADAPTIVE ALGORITHM FOR ACOUSTIC ECHO CANCELLATION Khaled Mayyas The block subband adaptive algorithm in

More information

Blind Source Separation with a Time-Varying Mixing Matrix

Blind Source Separation with a Time-Varying Mixing Matrix Blind Source Separation with a Time-Varying Mixing Matrix Marcus R DeYoung and Brian L Evans Department of Electrical and Computer Engineering The University of Texas at Austin 1 University Station, Austin,

More information

Department of Electrical and Electronic Engineering

Department of Electrical and Electronic Engineering Imperial College London Department of Electrical and Electronic Engineering Final Year Project Report 27 Project Title: Student: Course: Adaptive Echo Cancellation Pradeep Loganathan ISE4 Project Supervisor:

More information

NONLINEAR ECHO CANCELLATION FOR HANDS-FREE SPEAKERPHONES. Bryan S. Nollett and Douglas L. Jones

NONLINEAR ECHO CANCELLATION FOR HANDS-FREE SPEAKERPHONES. Bryan S. Nollett and Douglas L. Jones NONLINEAR ECHO CANCELLATION FOR HANDS-FREE SPEAKERPHONES Bryan S. Nollett and Douglas L. Jones Coordinated Science Laboratory University of Illinois at Urbana-Champaign 1308 W. Main St. Urbana, IL 61801

More information

Bayesian Regularization and Nonnegative Deconvolution for Room Impulse Response Estimation

Bayesian Regularization and Nonnegative Deconvolution for Room Impulse Response Estimation IEEE TRANSACTIONS ON SIGNAL PROCESSING, VOL. 54, NO. 3, MARCH 2006 839 Bayesian Regularization and Nonnegative Deconvolution for Room Impulse Response Estimation Yuanqing Lin and Daniel D. Lee Abstract

More information

NSLMS: a Proportional Weight Algorithm for Sparse Adaptive Filters

NSLMS: a Proportional Weight Algorithm for Sparse Adaptive Filters NSLMS: a Proportional Weight Algorithm for Sparse Adaptive Filters R. K. Martin and C. R. Johnson, Jr. School of Electrical Engineering Cornell University Ithaca, NY 14853 {frodo,johnson}@ece.cornell.edu

More information

Adaptive Stereo Acoustic Echo Cancelation in reverberant environments. Amos Schreibman

Adaptive Stereo Acoustic Echo Cancelation in reverberant environments. Amos Schreibman Adaptive Stereo Acoustic Echo Cancelation in reverberant environments Amos Schreibman Adaptive Stereo Acoustic Echo Cancelation in reverberant environments Research Thesis As Partial Fulfillment of the

More information

Title algorithm for active control of mul IEEE TRANSACTIONS ON AUDIO SPEECH A LANGUAGE PROCESSING (2006), 14(1):

Title algorithm for active control of mul IEEE TRANSACTIONS ON AUDIO SPEECH A LANGUAGE PROCESSING (2006), 14(1): Title Analysis of the filtered-x LMS algo algorithm for active control of mul Author(s) Hinamoto, Y; Sakai, H Citation IEEE TRANSACTIONS ON AUDIO SPEECH A LANGUAGE PROCESSING (2006), 14(1): Issue Date

More information

Error Entropy Criterion in Echo State Network Training

Error Entropy Criterion in Echo State Network Training Error Entropy Criterion in Echo State Network Training Levy Boccato 1, Daniel G. Silva 1, Denis Fantinato 1, Kenji Nose Filho 1, Rafael Ferrari 1, Romis Attux 1, Aline Neves 2, Jugurta Montalvão 3 and

More information

USING STATISTICAL ROOM ACOUSTICS FOR ANALYSING THE OUTPUT SNR OF THE MWF IN ACOUSTIC SENSOR NETWORKS. Toby Christian Lawin-Ore, Simon Doclo

USING STATISTICAL ROOM ACOUSTICS FOR ANALYSING THE OUTPUT SNR OF THE MWF IN ACOUSTIC SENSOR NETWORKS. Toby Christian Lawin-Ore, Simon Doclo th European Signal Processing Conference (EUSIPCO 1 Bucharest, Romania, August 7-31, 1 USING STATISTICAL ROOM ACOUSTICS FOR ANALYSING THE OUTPUT SNR OF THE MWF IN ACOUSTIC SENSOR NETWORKS Toby Christian

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

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

REAL-TIME TIME-FREQUENCY BASED BLIND SOURCE SEPARATION. Scott Rickard, Radu Balan, Justinian Rosca. Siemens Corporate Research Princeton, NJ 08540

REAL-TIME TIME-FREQUENCY BASED BLIND SOURCE SEPARATION. Scott Rickard, Radu Balan, Justinian Rosca. Siemens Corporate Research Princeton, NJ 08540 REAL-TIME TIME-FREQUENCY BASED BLIND SOURCE SEPARATION Scott Rickard, Radu Balan, Justinian Rosca Siemens Corporate Research Princeton, NJ 84 fscott.rickard,radu.balan,justinian.roscag@scr.siemens.com

More information

Dominant Pole Localization of FxLMS Adaptation Process in Active Noise Control

Dominant Pole Localization of FxLMS Adaptation Process in Active Noise Control APSIPA ASC 20 Xi an Dominant Pole Localization of FxLMS Adaptation Process in Active Noise Control Iman Tabatabaei Ardekani, Waleed H. Abdulla The University of Auckland, Private Bag 9209, Auckland, New

More information

DESIGNING RBF CLASSIFIERS FOR WEIGHTED BOOSTING

DESIGNING RBF CLASSIFIERS FOR WEIGHTED BOOSTING DESIGNING RBF CLASSIFIERS FOR WEIGHTED BOOSTING Vanessa Gómez-Verdejo, Jerónimo Arenas-García, Manuel Ortega-Moral and Aníbal R. Figueiras-Vidal Department of Signal Theory and Communications Universidad

More information

NONLINEAR DISTORTION REDUCTION FOR ELECTRODYNAMIC LOUDSPEAKER USING NONLINEAR FILTERING. Kenta IWAI, Yoshinobu KAJIKAWA

NONLINEAR DISTORTION REDUCTION FOR ELECTRODYNAMIC LOUDSPEAKER USING NONLINEAR FILTERING. Kenta IWAI, Yoshinobu KAJIKAWA NONLINEAR DISTORTION REDUCTION FOR ELECTRODYNAMIC LOUDSPEAKER USING NONLINEAR FILTERING Kenta IWAI Yoshinobu KAJIKAWA Kansai University Faculty of Engineering Science 3-3-35 Yamate-cho Suita-shi Osaka

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

19th European Signal Processing Conference (EUSIPCO 2011) Barcelona, Spain, August 29 - September 2, 2011

19th European Signal Processing Conference (EUSIPCO 2011) Barcelona, Spain, August 29 - September 2, 2011 19th European Signal Processing Conference (EUSIPCO 211) Barcelona, Spain, August 29 - September 2, 211 DEVELOPMENT OF PROTOTYPE SOUND DIRECTION CONTROL SYSTEM USING A TWO-DIMENSIONAL LOUDSPEAKER ARRAY

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

AdaptiveFilters. GJRE-F Classification : FOR Code:

AdaptiveFilters. GJRE-F Classification : FOR Code: Global Journal of Researches in Engineering: F Electrical and Electronics Engineering Volume 14 Issue 7 Version 1.0 Type: Double Blind Peer Reviewed International Research Journal Publisher: Global Journals

More information

Functional Link Adaptive Filters for Nonlinear Acoustic Echo Cancellation

Functional Link Adaptive Filters for Nonlinear Acoustic Echo Cancellation 1502 IEEE TRANSACTIONS ON AUDIO, SPEECH, AND LANGUAGE PROCESSING, VOL. 21, NO. 7, JULY 2013 Functional Link Adaptive Filters for Nonlinear Acoustic Echo Cancellation Danilo Comminiello, Member, IEEE, Michele

More information

NOISE ROBUST RELATIVE TRANSFER FUNCTION ESTIMATION. M. Schwab, P. Noll, and T. Sikora. Technical University Berlin, Germany Communication System Group

NOISE ROBUST RELATIVE TRANSFER FUNCTION ESTIMATION. M. Schwab, P. Noll, and T. Sikora. Technical University Berlin, Germany Communication System Group NOISE ROBUST RELATIVE TRANSFER FUNCTION ESTIMATION M. Schwab, P. Noll, and T. Sikora Technical University Berlin, Germany Communication System Group Einsteinufer 17, 1557 Berlin (Germany) {schwab noll

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

A new method for a nonlinear acoustic echo cancellation system

A new method for a nonlinear acoustic echo cancellation system A new method for a nonlinear acoustic echo cancellation system Tuan Van Huynh Department of Physics and Computer Science, Faculty of Physics and Engineering Physics, University of Science, Vietnam National

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

Nonlinear Echo Cancellation using Generalized Power Filters

Nonlinear Echo Cancellation using Generalized Power Filters Nonlinear Echo Cancellation using Generalized Power Filters Jiri Malek and Zbyněk Koldovský Faculty of Mechatronics, Informatics, and Interdisciplinary Studies, Technical University of Liberec, Studentská

More information

Performance analysis and design of FxLMS algorithm in broadband ANC system with online secondary-path modeling

Performance analysis and design of FxLMS algorithm in broadband ANC system with online secondary-path modeling Title Performance analysis design of FxLMS algorithm in broadb ANC system with online secondary-path modeling Author(s) Chan, SC; Chu, Y Citation IEEE Transactions on Audio, Speech Language Processing,

More information

Ch6-Normalized Least Mean-Square Adaptive Filtering

Ch6-Normalized Least Mean-Square Adaptive Filtering Ch6-Normalized Least Mean-Square Adaptive Filtering LMS Filtering The update equation for the LMS algorithm is wˆ wˆ u ( n 1) ( n) ( n) e ( n) Step size Filter input which is derived from SD as an approximation

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

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

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

Mackey-Glass Time-Series Prediction: Comparing the Performance of LMS, KLMS and NLMS-FL

Mackey-Glass Time-Series Prediction: Comparing the Performance of LMS, KLMS and NLMS-FL Mackey-Glass Time-Series Prediction: Comparing the Performance of LMS, KLMS and NLMS-FL Student: Giovanni Murru Dept. of Informatica e Sistemistica Professor: Aurelio Uncini Dept. of Scienza e Tecnica

More information

A new structure for nonlinear narrowband active noise control using Volterra filter

A new structure for nonlinear narrowband active noise control using Volterra filter A new structure for nonlinear narrowband active noise control using Volterra filter Jian LIU 1 ; Yegui XIAO 2 ; Hui CHEN 1 ; Wenbo LIU 1 1 Nanjing University of Aeronautics and Astronautics, Nanjing, China

More information

Performance Analysis and Enhancements of Adaptive Algorithms and Their Applications

Performance Analysis and Enhancements of Adaptive Algorithms and Their Applications Performance Analysis and Enhancements of Adaptive Algorithms and Their Applications SHENGKUI ZHAO School of Computer Engineering A thesis submitted to the Nanyang Technological University in partial fulfillment

More information

NEW STEIGLITZ-McBRIDE ADAPTIVE LATTICE NOTCH FILTERS

NEW STEIGLITZ-McBRIDE ADAPTIVE LATTICE NOTCH FILTERS NEW STEIGLITZ-McBRIDE ADAPTIVE LATTICE NOTCH FILTERS J.E. COUSSEAU, J.P. SCOPPA and P.D. DOÑATE CONICET- Departamento de Ingeniería Eléctrica y Computadoras Universidad Nacional del Sur Av. Alem 253, 8000

More information

HARMONIC EXTENSION OF AN ADAPTIVE NOTCH FILTER FOR FREQUENCY TRACKING

HARMONIC EXTENSION OF AN ADAPTIVE NOTCH FILTER FOR FREQUENCY TRACKING 6th European Signal Processing Conference (EUSIPCO 8), Lausanne, Switzerland, August 5-9, 8, copyright by EURASIP HARMONIC EXTENSION OF AN ADAPTIVE NOTCH FILTER FOR FREQUENCY TRACKING Yann Prudat, Jérôme

More information

Optimal Speech Enhancement Under Signal Presence Uncertainty Using Log-Spectral Amplitude Estimator

Optimal Speech Enhancement Under Signal Presence Uncertainty Using Log-Spectral Amplitude Estimator 1 Optimal Speech Enhancement Under Signal Presence Uncertainty Using Log-Spectral Amplitude Estimator Israel Cohen Lamar Signal Processing Ltd. P.O.Box 573, Yokneam Ilit 20692, Israel E-mail: icohen@lamar.co.il

More information

GAUSSIANIZATION METHOD FOR IDENTIFICATION OF MEMORYLESS NONLINEAR AUDIO SYSTEMS

GAUSSIANIZATION METHOD FOR IDENTIFICATION OF MEMORYLESS NONLINEAR AUDIO SYSTEMS GAUSSIANIATION METHOD FOR IDENTIFICATION OF MEMORYLESS NONLINEAR AUDIO SYSTEMS I. Marrakchi-Mezghani (1),G. Mahé (2), M. Jaïdane-Saïdane (1), S. Djaziri-Larbi (1), M. Turki-Hadj Alouane (1) (1) Unité Signaux

More information

A DISSERTATION SUBMITTED TO THE FACULTY OF THE GRADUATE SCHOOL OF THE UNIVERSITY OF MINNESOTA BY. Jie Yang

A DISSERTATION SUBMITTED TO THE FACULTY OF THE GRADUATE SCHOOL OF THE UNIVERSITY OF MINNESOTA BY. Jie Yang Adaptive Filter Design for Sparse Signal Estimation A DISSERTATION SUBMITTED TO THE FACULTY OF THE GRADUATE SCHOOL OF THE UNIVERSITY OF MINNESOTA BY Jie Yang IN PARTIAL FULFILLMENT OF THE REQUIREMENTS

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

Performance Comparison of Two Implementations of the Leaky. LMS Adaptive Filter. Scott C. Douglas. University of Utah. Salt Lake City, Utah 84112

Performance Comparison of Two Implementations of the Leaky. LMS Adaptive Filter. Scott C. Douglas. University of Utah. Salt Lake City, Utah 84112 Performance Comparison of Two Implementations of the Leaky LMS Adaptive Filter Scott C. Douglas Department of Electrical Engineering University of Utah Salt Lake City, Utah 8411 Abstract{ The leaky LMS

More information

COMPARISON OF MULTIPLE-MICROPHONE AND SINGLE-LOUDSPEAKER ADAPTIVE FEEDBACK/ECHO CANCELLATION SYSTEMS

COMPARISON OF MULTIPLE-MICROPHONE AND SINGLE-LOUDSPEAKER ADAPTIVE FEEDBACK/ECHO CANCELLATION SYSTEMS 19th European Signal rocessing Conference EUSICO 211) Barcelona, Spain, August 29 - September 2, 211 COMARISON OF MULTILE-MICROHONE AND SINGLE-LOUDSEAKER ADATIVE FEEDBACK/ECHO CANCELLATION SYSTEMS Meng

More information

RLS filter approach for linear distributed canning industry optimization

RLS filter approach for linear distributed canning industry optimization RLS filter approach for linear distributed canning industry optimization Author Sternheim Misuraca, M. R. Degree in Electronics Engineering, University of Buenos Aires, Argentina Project Engineer, Sistemas

More information

Comparative Performance Analysis of Three Algorithms for Principal Component Analysis

Comparative Performance Analysis of Three Algorithms for Principal Component Analysis 84 R. LANDQVIST, A. MOHAMMED, COMPARATIVE PERFORMANCE ANALYSIS OF THR ALGORITHMS Comparative Performance Analysis of Three Algorithms for Principal Component Analysis Ronnie LANDQVIST, Abbas MOHAMMED Dept.

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

Submitted to Electronics Letters. Indexing terms: Signal Processing, Adaptive Filters. The Combined LMS/F Algorithm Shao-Jen Lim and John G. Harris Co

Submitted to Electronics Letters. Indexing terms: Signal Processing, Adaptive Filters. The Combined LMS/F Algorithm Shao-Jen Lim and John G. Harris Co Submitted to Electronics Letters. Indexing terms: Signal Processing, Adaptive Filters. The Combined LMS/F Algorithm Shao-Jen Lim and John G. Harris Computational Neuro-Engineering Laboratory University

More information

A Low-Distortion Noise Canceller and Its Learning Algorithm in Presence of Crosstalk

A Low-Distortion Noise Canceller and Its Learning Algorithm in Presence of Crosstalk 414 IEICE TRANS. FUNDAMENTALS, VOL.E84 A, NO.2 FEBRUARY 2001 PAPER Special Section on Noise Cancellation Reduction Techniques A Low-Distortion Noise Canceller Its Learning Algorithm in Presence of Crosstalk

More information

LMS and eigenvalue spread 2. Lecture 3 1. LMS and eigenvalue spread 3. LMS and eigenvalue spread 4. χ(r) = λ max λ min. » 1 a. » b0 +b. b 0 a+b 1.

LMS and eigenvalue spread 2. Lecture 3 1. LMS and eigenvalue spread 3. LMS and eigenvalue spread 4. χ(r) = λ max λ min. » 1 a. » b0 +b. b 0 a+b 1. Lecture Lecture includes the following: Eigenvalue spread of R and its influence on the convergence speed for the LMS. Variants of the LMS: The Normalized LMS The Leaky LMS The Sign LMS The Echo Canceller

More information

Blind Channel Equalization in Impulse Noise

Blind Channel Equalization in Impulse Noise Blind Channel Equalization in Impulse Noise Rubaiyat Yasmin and Tetsuya Shimamura Graduate School of Science and Engineering, Saitama University 255 Shimo-okubo, Sakura-ku, Saitama 338-8570, Japan yasmin@sie.ics.saitama-u.ac.jp

More information

Adaptive sparse algorithms for estimating sparse channels in broadband wireless communications systems

Adaptive sparse algorithms for estimating sparse channels in broadband wireless communications systems Wireless Signal Processing & Networking Workshop: Emerging Wireless Technologies, Sendai, Japan, 28 Oct. 2013. Adaptive sparse algorithms for estimating sparse channels in broadband wireless communications

More information

Filtered-X Least Mean Fourth (FXLMF) and Leaky FXLMF adaptive algorithms

Filtered-X Least Mean Fourth (FXLMF) and Leaky FXLMF adaptive algorithms Al Omour et al. EURASIP Journal on Advances in Signal Processing (016) 016:39 DOI 10.1186/s13634-016-0337-z EURASIP Journal on Advances in Signal Processing RESEARCH Filtered-X Least Mean Fourth (FXLMF)

More information

STEADY-STATE MEAN SQUARE PERFORMANCE OF A SPARSIFIED KERNEL LEAST MEAN SQUARE ALGORITHM.

STEADY-STATE MEAN SQUARE PERFORMANCE OF A SPARSIFIED KERNEL LEAST MEAN SQUARE ALGORITHM. STEADY-STATE MEAN SQUARE PERFORMANCE OF A SPARSIFIED KERNEL LEAST MEAN SQUARE ALGORITHM Badong Chen 1, Zhengda Qin 1, Lei Sun 2 1 Institute of Artificial Intelligence and Robotics, Xi an Jiaotong University,

More information

JOINT DEREVERBERATION AND NOISE REDUCTION BASED ON ACOUSTIC MULTICHANNEL EQUALIZATION. Ina Kodrasi, Simon Doclo

JOINT DEREVERBERATION AND NOISE REDUCTION BASED ON ACOUSTIC MULTICHANNEL EQUALIZATION. Ina Kodrasi, Simon Doclo JOINT DEREVERBERATION AND NOISE REDUCTION BASED ON ACOUSTIC MULTICHANNEL EQUALIZATION Ina Kodrasi, Simon Doclo University of Oldenburg, Department of Medical Physics and Acoustics, and Cluster of Excellence

More information

Adaptive Sparse System Identification Using Wavelets

Adaptive Sparse System Identification Using Wavelets 656 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS II: ANALOG AND DIGITAL SIGNAL PROCESSING, VOL. 49, NO. 10, OCTOBER 2002 Adaptive Sparse System Identification Using Wavelets K. C. Ho, Senior Member, IEEE,

More information

APPROXIMATION OF A NONLINEAR DISTORTION FUNCTION FOR COMBINED LINEAR AND NONLINEAR RESIDUAL ECHO SUPPRESSION

APPROXIMATION OF A NONLINEAR DISTORTION FUNCTION FOR COMBINED LINEAR AND NONLINEAR RESIDUAL ECHO SUPPRESSION APPROXIMATION OF A NONLINEAR DISTORTION FUNCTION FOR COMBINED LINEAR AND NONLINEAR RESIDUAL ECHO SUPPRESSION Ingo Schalk-Schupp, Friedrich Faubel, Markus Buck Nuance Communications Deutschland GmbH Acoustic

More information

Modifying Voice Activity Detection in Low SNR by correction factors

Modifying Voice Activity Detection in Low SNR by correction factors Modifying Voice Activity Detection in Low SNR by correction factors H. Farsi, M. A. Mozaffarian, H.Rahmani Department of Electrical Engineering University of Birjand P.O. Box: +98-9775-376 IRAN hfarsi@birjand.ac.ir

More information

A Fast Algorithm for. Nonstationary Delay Estimation. H. C. So. Department of Electronic Engineering, City University of Hong Kong

A Fast Algorithm for. Nonstationary Delay Estimation. H. C. So. Department of Electronic Engineering, City University of Hong Kong A Fast Algorithm for Nonstationary Delay Estimation H. C. So Department of Electronic Engineering, City University of Hong Kong Tat Chee Avenue, Kowloon, Hong Kong Email : hcso@ee.cityu.edu.hk June 19,

More information

Machine Learning. A Bayesian and Optimization Perspective. Academic Press, Sergios Theodoridis 1. of Athens, Athens, Greece.

Machine Learning. A Bayesian and Optimization Perspective. Academic Press, Sergios Theodoridis 1. of Athens, Athens, Greece. Machine Learning A Bayesian and Optimization Perspective Academic Press, 2015 Sergios Theodoridis 1 1 Dept. of Informatics and Telecommunications, National and Kapodistrian University of Athens, Athens,

More information

Generalized CMAC Adaptive Ensembles for Concept-Drifting Data Streams

Generalized CMAC Adaptive Ensembles for Concept-Drifting Data Streams 27 25th European Signal Processing Conference (EUSIPCO) Generalized CMAC Adaptive Ensembles for Concept-Drifting Data Streams Francisco J. González-Serrano Department of Signal Theory and Communications,

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

EE482: Digital Signal Processing Applications

EE482: Digital Signal Processing Applications Professor Brendan Morris, SEB 3216, brendan.morris@unlv.edu EE482: Digital Signal Processing Applications Spring 2014 TTh 14:30-15:45 CBC C222 Lecture 11 Adaptive Filtering 14/03/04 http://www.ee.unlv.edu/~b1morris/ee482/

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

On Parallel-Incremental Combinations of LMS Filters that Outperform the Affine Projection Algorithm

On Parallel-Incremental Combinations of LMS Filters that Outperform the Affine Projection Algorithm XXXI SIMPÓSIO BRASILEIRO DE TELECOMUNICAÇÕES - SBrT23, - DE SETEMBRO DE 23, FORTALEZA, CE On Parallel-Incremental Combinations of LMS Filters that Outperform the Affine Projection Algorithm Luiz F. O.

More information

An overview on optimized NLMS algorithms for acoustic echo cancellation

An overview on optimized NLMS algorithms for acoustic echo cancellation Paleologu et al. EURASIP Journal on Advances in Signal Processing (015) 015:97 DOI 10.1186/s13634-015-083-1 REVIEW Open Access An overview on optimized NLMS algorithms for acoustic echo cancellation Constantin

More information

Estimation of the Optimum Rotational Parameter for the Fractional Fourier Transform Using Domain Decomposition

Estimation of the Optimum Rotational Parameter for the Fractional Fourier Transform Using Domain Decomposition Estimation of the Optimum Rotational Parameter for the Fractional Fourier Transform Using Domain Decomposition Seema Sud 1 1 The Aerospace Corporation, 4851 Stonecroft Blvd. Chantilly, VA 20151 Abstract

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

Convolutive Transfer Function Generalized Sidelobe Canceler

Convolutive Transfer Function Generalized Sidelobe Canceler IEEE TRANSACTIONS ON AUDIO, SPEECH AND LANGUAGE PROCESSING, VOL. XX, NO. Y, MONTH 8 Convolutive Transfer Function Generalized Sidelobe Canceler Ronen Talmon, Israel Cohen, Senior Member, IEEE, and Sharon

More information

Hybrid Time-Frequency Domain Adaptive Filtering Algorithm for control of the vibration control systems

Hybrid Time-Frequency Domain Adaptive Filtering Algorithm for control of the vibration control systems Hybrid Time-Frequency Domain Adaptive Filtering Algorithm for control of the vibration control systems Martino O. Ajangnay Member, IEE, student member, IEEE Matthew W. Dunnigan Member, IEE Barry W. William

More information

Kalman filtering for drift correction in IR detectors

Kalman filtering for drift correction in IR detectors Proceedings of the 5th WSEAS Int. Conf. on Signal Processing, Robotics and Automation, Madrid, Spain, February 15-17, 006 (pp58-63 Kalman filtering for drift correction in IR detectors PIÑEIRO AE, J. (1,

More information