SlideShare a Scribd company logo
1 of 6
Download to read offline
V Sreenivasa Arun Kumar Int. Journal of Engineering Research and Applications www.ijera.com 
ISSN : 2248-9622, Vol. 4, Issue 8( Version 1), August 2014, pp.28-33 
www.ijera.com 28 | P a g e 
Comparison of Stable NLMF and NLMS Algorithms for Adaptive Noise Cancellation in ECG Signal with Gaussian, Binary and Uniform Signals As Inputs V Sreenivasa Arun Kumar1, Sri. Amjad Khan G2 1B.Tech (M.Tech), E.C.E Department, GPREC, Kurnool-518007, A.P, INDIA 2Assistant Professor, M.Tech, (Ph.D), E.C.E Department, GPREC, Kurnool-518007, A.P, INDIA Abstract The least mean fourth (LMF) algorithm has several stability problems. Its stability depends on the variance and distribution type of the adaptive filter input, the noise variance, and the initialization of filter weights. A global solution to these stability problems was presented recently for a normalized LMF (NLMF) algorithm. The analysis is done in context of adaptive noise cancellation with Gaussian, binary, and uniform desired signals. The analytical model is shown to accurately predict the optimum solutions. Comparisons of the NLMF and NLMS algorithms are then made for various parameter selections. It is then shown under what conditions the NLMF algorithm is superior to NLMS algorithm for adaptive noise cancelling. 
Index Terms- Adaptive filtering, adaptive noise cancelling, least mean fourth algorithm, NLMS algorithm, and normalized least mean fourth algorithm. 
I. INTRODUCTION 
The least mean fourth (LMF) algorithm [1]-[17] outperforms well-known least mean square (LMS) algorithm [1], [2]. However, the LMF algorithm has several stability problems that may limit its applications. Reference [3] showed that the stability of the algorithm about wiener solution depends upon the adaptive filter input power and the noise power. References [4], [5], [7] showed that algorithm stability also depends on the initial value of the adaptive filter weights. References [8], [10], [11] showed that the LMF algorithm with unbounded regressors is not mean square stable even for the small values of the algorithm step-size. The above arguments suggest that LMF algorithm stability is more complicated than that of the LMS algorithm. Normalized versions of the LMF algorithm have been studied [6], [9], [12]-[14] in order to improve performance. None of these normalized LMF (NLMF) algorithms provide a global remedy to the above mentioned stability problems. The weight vector update term of the LMF algorithm is normalized by squared norm of the regressor in [6], [12]. However, algorithm stability depends upon the input signal power [14]-[16]. The weight vector update term of the LMF algorithm in [9], [13] is normalized by a weighted sum of the squared norm of the regressor and the squared norm of the error vector. This algorithm was shown to diverge in [14]. An NLMF algorithm was proposed in [14], [15] with a weight vector update term that is normalized by the fourth power of the norm of the regressor. This 
normalization yields improvement in algorithm stability. Finally a globally stable NLMF algorithm was presented in [17]. This algorithm is stable for all statistics of the input, noise, and weight initialization. The normalizing term is fourth order in the regressor and second order in the estimation error. The regressor normalization stabilizes the algorithm against increasing input power and the unboundedness of the input distribution. The estimation error normalization term stabilizes the algorithm against increasing noise power and increasing initial weight deviation. The algorithm is stable for all values of the step- size range between 0 and 2, a property similar to that of NLMS algorithm [1], [2]. However, the behavior of the globally stable NLMF algorithm is an extremely difficult task. This is primarily because the normalizing term is second order in the estimation error. 
Thus, the present paper is primarily concerned with the globally stable NLMF algorithm. The model is useful since it provides conditions under which the new algorithm outperforms the NLMF algorithm. The results in this paper are the first to provide a model of its mean square performance. The analysis is done in the context of adaptive noise cancelling (ANC). Optimum solutions display excellent agreement with the theory, Finally the stable NLMF algorithm is compared with the NLMS algorithm and conditions are determined for ANC applications when one is preferred over other. For, example consider a pilot in an airplane. When the pilot speaks into a microphone, the engine noise in the cockpit 
RESEARCH ARTICLE OPEN ACCESS
V Sreenivasa Arun Kumar Int. Journal of Engineering Research and Applications www.ijera.com 
ISSN : 2248-9622, Vol. 4, Issue 8( Version 1), August 2014, pp.28-33 
www.ijera.com 29 | P a g e 
combines with the noise signal. This additional noise makes the resultant signal heard by passengers of low quality information. The goal is to obtain a signal that contains the pilot voice but not the engine noise. Wecan cancel the noise with an adaptive filter if you obtain a sample of the engine noise and apply to adaptive filter. The paper is organized as follows. Following the introduction, section II presents the Normalized LMS algorithm. Section III presents the stable NLMF algorithm. Section IV presents simulation results. Section V compares the proposed NLMF algorithm with NLMS algorithm Finally, conclusions are given in section VI. 
II. NORMALIZED LMS ALGORITHM 
Determining the upper bound step size is a problem for the variable step size algorithm if the input signal to the adaptive filter is non- stationary. The fastest convergence is achieved with the choice of step size as follows: νœ‡ν‘šν‘Žν‘₯=1/ νœ†ν‘šν‘Žν‘₯+νœ†ν‘šν‘–ν‘› (2.1) The maximum step size in equation (2.1) does not always produce the stable and fast convergence, (2/3) ΞΌ max is a rule of thumb for LMS algorithm. To increase the convergence speed Normalized LMS (NLMS) algorithm is a natural choice. The NLMS is always the favorable choice of algorithm for fast convergence speed and for non- stationary input. The value of νœ‡νœŽν‘₯ 2 directly affects the convergence rate and stability of the LMS filter. In practice, the correction term applied to the estimated tap weight vector w (n) at the nth iteration is normalized with respect to squared Euclidean norm of the tap input x (n) at the (n-1)th iteration. ν‘Š ν‘›+1 =ν‘Š ν‘› + ν›Ό ν‘₯ ν‘› 2ν‘’ ν‘› ν‘₯(ν‘›) (2.2) 
Apparently, the convergence rate of the NMLS algorithm is directly proportional to the NLMS adaptation constant Ξ±, i.e. the NLMS algorithm is independent of the input signal power. By choosing Ξ± so as to optimize the convergence rates of the algorithms, the NLMS algorithm converges more quickly than the LMS algorithm. It can also be stated that the NLMS is convergent in mean square if the adaptation constant is from 0 to 2 (however a more practical step size for NLMS is always less than unity) 0<Ξ±<2 Despite this particular edge that the NLMS exhibits, it does have a slight problem of its own. When the input vector x(n) is small, instability may occur since we are trying to perform numerical division by small value of the Euclidean Norm However, this can be easily overcome by appending a positive constant to the denominator in (2.2) such that 
ν‘Š ν‘›+1 =ν‘Š ν‘› + ν›Ό 푐+ ν‘₯ ν‘› 2ν‘’ ν‘› ν‘₯(ν‘›) (2.3) Where 푐+ ν‘₯ ν‘› 2 is the normalization factor. With this, more robust and reliable implementation of the NLMS algorithm is obtained. A well-known tool that can be used to increase the stability of adaptive filtering algorithm is normalization. It is well known that the stability of the LMS algorithm is dependent of the input power of the adaptive filter. This makes it very hard, if not possible, to choose a step size that guarantees stability of the algorithm where there is lack of knowledge about the input power. This is solved by normalizing the weight vector update term ν‘₯ ν‘› 2. The resulting algorithm is termed as normalized LMS algorithm. This algorithm is stable for all input power, noise power, and the initial setting of adaptive filter weights, as long as step size is between 0 and 2. For the case of stationary inputs, the cost function, also referred to as index of performance, is defined as the mean -square error i.e., the mean – square value of the difference between the desired response and filter output. The cost function is precisely a second-order function of the tap weights in the filter. The dependence of the mean-square error on the unknown tap weights may be viewed as a minimum point. To develop a recursive algorithm for updating the tap weights of the adaptive filter, we proceed in two stages. First we use an iterative procedure to solve the equations; the iterative procedure is based on the method of steepest descent, which is a well- known technique in optimization theory. 
III. THE STABLE NLMF ALGORITHM. 
Consider the case of ANC [1] shown in fig. The primary input to the canceller s(n) (also called plant output) is given by ν‘  ν‘› =퐺푇푋 ν‘› +푏(ν‘›) (3.1) where 퐺=(ν‘”1,ν‘”2 . . . . 푔푁)푇 (3.2)
V Sreenivasa Arun Kumar Int. Journal of Engineering Research and Applications www.ijera.com 
ISSN : 2248-9622, Vol. 4, Issue 8( Version 1), August 2014, pp.28-33 
www.ijera.com 30 | P a g e 
is the vector compose of plant parameters, ν‘‹ ν‘› =(ν‘₯ ν‘› ,ν‘₯ ν‘›βˆ’1 ,. . . ν‘₯ ν‘›βˆ’ν‘+1 (3.3) is the regressor vector at time n, where x(n) is the reference input, N is the number of plant parameters, b(n) is the desired signal and (.)T is the transpose of (.). The ANC is made by and adaptive FIR filter whose length is assumed equal to that of the plant. The adaptive filter provides an estimate of the noise 퐺푇푋(ν‘›) corrupting the desired signal b(n). This estimate is subtracted from the canceller primary input to yield the canceller output e(n) given by ν‘’ ν‘› =ν‘  ν‘› βˆ’ν»ν‘‡ ν‘› ν‘‹(ν‘›) (3.4) Where 퐻 ν‘› =[β„Ž1 ν‘› ,β„Ž2 ν‘› ,. . . .,β„Žν‘ ν‘› ]푇 is the weight vector of the adaptive filter. When the adaptive filter weights are near the plant parameters, the noise is cancelled and e(n) will be near the desired signal b(n). The adaptation algorithm studied in this paper is the globally stable NLMF algorithm [17] defined by the stochastic recursion 퐻 ν‘›+1 =퐻 ν‘› + νœ‡ν‘’3 ν‘› ν‘‹(ν‘›) 푋푇 ν‘› ν‘‹ ν‘› (푋푇 ν‘› ν‘‹ ν‘› +ν‘’2 ν‘› ) 0<ΞΌ<2 (3.5) where ΞΌ>0 is the algorithm step-size. Note that (3.5) behaves like the NLMS algorithm for large ν‘’ ν‘› and behaves like one form of the NLMF algorithm studied in [16] for smallν‘’ ν‘› . This observation is important in the subsequent analysis. The weight deviation vector is defined by 푉 ν‘› =퐻 ν‘› βˆ’νΊ (3.6) The instantaneous MSE is given by 퐸(푉푇 ν‘› 푉 ν‘› ) where E denotes the mathematical expectation Due to (3.1), (3.4) and (3.6), ν‘’ ν‘› =푏 ν‘› βˆ’ν‘‰ν‘‡ ν‘› ν‘‹(ν‘›) (3.7) 
The analysis of (3.5) is complicated by the presence of ν‘’2(ν‘›) in the denominator of the weight vector update term. Given this difficulty of the problem, the approximations made in this paper are reasonable. The proposed model helps users to decide if they should use the NLMF algorithm in a given application. This model will also help other researchers with new ideas for the analysis of nonlinear adaptive algorithms. The idea behind (3.5) is a combination of the ideas of the algorithms in [9] and [14]. The normalizing term in (3.5) (i.e. 푋푇 ν‘› ν‘‹ ν‘› (푋푇 ν‘› ν‘‹ ν‘› +ν‘’2 ν‘› ) is a fourth order polynomial in X(n). This term stabilizes the algorithm against the increase of the input variance since ν‘’3 ν‘› ν‘‹(ν‘›) is a fourth order polynomial in X(n). The normalizing term also stabilizes the algorithm for inputs with unbounded distributions, such as Gaussian inputs. The normalizing term in (3.5) also includesν‘’2 ν‘› . This term stabilizes the algorithm against the increase of noise variance and the increases of the squared weight deviation, since ν‘’ ν‘› =푏 ν‘› βˆ’ν‘‰ν‘‡ ν‘› ν‘‹(ν‘›). 
IV. SIMULATION RESULTS OF NLMF AND NLMS ALGORITHMS 
This section provides simulation results of NLMF and NLMS algorithms. The simulations are done for the case of adaptive noise cancelling with Gaussian, Binary and Uniform desired signals. The plant is a time-invariant FIR filter with equal parameters; ν‘”ν‘–=퐾; i=1,2, . . . ,N. The initial weight vector of the adaptive filter is an all zero vector. The regressor vector is given by (3.3), where x(n) is the plant reference input.. K is selected much greater than one to yield a large initial weight deviation. This selection causes instability of the LMF algorithm and other NLMF algorithms. Thus, the globally stable NLMF algorithm is needed in this environment.
V Sreenivasa Arun Kumar Int. Journal of Engineering Research and Applications www.ijera.com 
ISSN : 2248-9622, Vol. 4, Issue 8( Version 1), August 2014, pp.28-33 
www.ijera.com 31 | P a g e 
Fig 2: Simulated result of Noise Cancellation in ECG signals for a) Gaussian b) Binary c) Uniform using NLMF and NLMS algorithms. 
Iterations 
Gaussian 
Binary 
Uniform 
ΞΌ= 0.02 NLMS 
ΞΌ=1 NLMF 
ΞΌ= 0.02 NLMS 
ΞΌ= 1 NLMF 
ΞΌ= 0.02 NLMS 
ΞΌ=1 NLMF 
1000 
.0090 
.0051 
.0060 
.0043 
.0120 
.0092 
2000 
.0073 
.0048 
.0082 
.0059 
.0103 
.0067 
3000 
.0075 
.0055 
.0103 
.0049 
.0099 
.0066 
4000 
.0063 
.0050 
.0088 
.0044 
.0087 
.0074 
5000 
.0060 
.0050 
.0081 
.0043 
.0084 
.0073 
6000 
.0055 
.0048 
.0073 
.0041 
.0079 
.0071 
7000 
.0053 
.0047 
.0069 
.0039 
.0069 
.0078 
8000 
.0049 
.0046 
.0069 
.0039 
.0068 
.0070 
9000 
.0048 
.0046 
.0073 
.0043 
.0069 
.0072 
10000 
.0046 
.0045 
.0097 
.0052 
.0064 
.0065 
Table 1: MSE Comparison after Performing Various Number of Iterations in NLMS, NLMF for ECG (Gaussian, Binary and Uniform signals) 
V. COMPARISONS OF NLMS AND NLMF ALGORITHMS 
The NLMS algorithm is well-known and is often used as a benchmark for evaluating new adaptive algorithms. This section compares the MSE performance of the stable NLMF algorithm to that of the NLMS algorithm using simulations. The comparisons shown in figure 3 for the MSE behavior for each algorithm for νœ‡ν‘νΏν‘€ν‘†=0.02,νœ‡ν‘νΏν‘€νΉ=1. The NLMS algorithm always converges quickly to (noise variable to input variable). This means that NLMS is preferred to NLMF for 0.02 as shown in figure 3 and the NLMF algorithm always converges quickly to (noise variable to input variable). This means NLMF is preferred to NLMS for 1. The following figure shows the mean-square performances of the ECG signal with Gaussian, Binary and Uniform desired signals. The graph is plotted between number of iterations versus the mean-square error.
V Sreenivasa Arun Kumar Int. Journal of Engineering Research and Applications www.ijera.com 
ISSN : 2248-9622, Vol. 4, Issue 8( Version 1), August 2014, pp.28-33 
www.ijera.com 32 | P a g e 
Fig 3: MSE (n) simulation results NLMS-(red), NLMF-(green) for νœ‡ν‘νΏν‘€ν‘†=0.02, νœ‡ν‘νΏν‘€νΉ=1 (a) Gaussian (b) Binary (c) uniform. 
VI. CONCLUSIONS 
The Mean Square Error behavior of globally stable NLMF algorithm for Gaussian, binary and uniform signals for adaptive noise cancelling applications are shown. Optimum solutions show that analytical model accurately predicts the mean square error behavior. Comparisons of the globally stable NLMF and NLMS algorithms were made for various parameter selections. The NLMF algorithm is shown superior to NLMS algorithm for adaptive noise cancelling. REFERENCES [1] B.Widrow and S.D. Stearns, Adaptive signal processing. Engle-wood Cliffs, NJ: Prentice- Hall, 1985. [2] A.H.Sayad, Fundamentals of Adaptive Filtering. New York:Wiley Inter-Science, 2003. [3] E.Walach and B.Widrow, ”The least mean fourth adaptive algorithm and its family,” IEEE Trans. Inf. Thery, Vol. IT-30, PP. 275- 283, Feb. 1984. [4] S.H.Cho, S.D. Kim, and K.Y.Jen, β€œ Statistical convergence of the adaptive least mean fourth algorithm,” in Proc.Int.Conf. Signal Process. (ICSP), 1996, PP. 610-613. [5] S.Koike, β€œStability conditions for adaptive algorithms with non-quadriatic error vriteria,” in Proc. Eur. Signal Process.Conf. (EUSIPCO), Tempere, Finland,sep.5-8, 2000,PP. 131-134. [6] A.Zerguine, β€œConvergence behavior of the normalized least mean fourth algorithm,” in Proc. 34th Asilomar Conf. Signals, Sysy., Comput., Pacific Grove, CA, Oct.29-Nov. 2000,PP. 275-278 
[7] T.AI-Naffouri and A.Sayed, β€œTransient analysis of adaptive filters,” in Proc. IEEE Int.Conf. Acoust., Speech Signal Process. (ICASSP), 2001, Vol.6,PP.3869-3872. [8] P.I.Hubscher and J.C.M. Bermudez, ”An improved statistical analysis of the least mean fourth(LMF) adaptive algorithm,” IEEE Trans. Signal Process.,vol.51, no.3,PP. 664-671, Mar.2003. [9] M.K.Chan and C.F.N.Cowan, β€œUsing a normalized LMF algorithm for channel equalization with co-channel interference,” in Proc. Eur. Signal Process., Conf. (EUSIPCO), Toulouse France, Sep. 3-6, 2002, PP.48-51. [10] V.H.Nascimento and J.C.M. Bermudez. ”Probability of divergence for the least mean fourth algorithm,” IEEE Trans.Signal Process., vol. 54, no.4, PP.1376-1385, Apr.2006. [11] P.I.Hubscher, V.H.Nascimento and J.C.M. Bermudez. β€œA mean square stability of the least mean fourth adaptive algorithm,” IEEE Trans.Signal Process.,vol. 55,no.8, PP.4018-4028, Apr.2007. [12] A.Zerguine, β€œConvergence and steady state analysis of the normalized least mean fourth algorithm,” Digit. Signal Process vol. 17, no.1, PP.17-11, Jan.2007. [13] A.Zerguine ,M.K.Chan , C.F.N.Cowan T.AI-Naffouri and M.Moinuddin, β€œConvergence and steady-state analysis of a variable normalized LMF (XE-NLMF) algorithm .Signal Process., vol. 89, no.5, PP.778-790, May.2009 [14] E.Ewada and A.Zerguine,”New insights into the normalization of least mean fourth algorithm,”Signal, Image, Video Process., 2011, 10.1007/s11760-011-0231-y. [15] E.Ewada and A.Zerguine, β€œA normalized least mean fourth algorithm with improved stability,” in Proc. 44th Asilomar Conf. Signals, Syst.,Comput., Pacific Grcve, CA, Nov. 7-10 ,2010, PP.1002-1005. [16] N.Bershad and J.C.M.Bermudaz, β€œMean– square stability of the normalized least mean fourth algorithm for white Gaussian inputs,” Digit. Signal Process. (Elsevier), vol. 21, no6, PP.694-700, Dec.2011. [17] E.Ewada, β€œGlobal stabilization of the least mean fourth algorithm,” IEEE Trans.Signal Process.,vol.60, no.3, PP.1473-1477. [18] W.Grobner and N.Hofreiter, Bestimmete Integrale. New York: Springer-Verlag, 1966, P.66-314-8b. 
[19] B.Widrow, J.R. Glover, Jr., J.M. Mccool, J. Kaunitz, C.S. Williams, R. H. Hearn, J. R. Zeidler, E. Dong, Jr., and R. C. Goodlin,
V Sreenivasa Arun Kumar Int. Journal of Engineering Research and Applications www.ijera.com 
ISSN : 2248-9622, Vol. 4, Issue 8( Version 1), August 2014, pp.28-33 
www.ijera.com 33 | P a g e 
β€œAdaptive noise cancelling: principles and applications,” Proc., Vol 63, no. 12, pp. 1692-1716, Dec. 1975. [20] O. Macchi and E. Ewada, β€œSecond-order convergence analysis of stochastic adaptive linear filtering,” IEEE Trans. Automat. Contr., Vol. AC-28, n0. 1, pp. 76-85, jan. 1983 Author Biographies 
Mr. V Sreenivasa Arun Kumar is pursuing his M.Tech in Communications and Signal Processing (CSP) at G. Pulla Reddy Engineering. College, Kurnool, A.P, India. His area of interest is in the field of Adaptive signal processing. 
MR. G. Amjad Khan obtained his M.Tech in Communications and Signal Processing from Sri KrishnaDevaraya University in 2006. He is currently pursuing Ph.D degree from Rayalseema University, Kurnool, India,. He presented more than 6 research papers in various in various international journals and conferences. He is presently working as Assistant Professor in E.C.E Dept, G.Pulla Reddy Engineering College, Kurnool, A.P, India. His research interests include Adaptive Signal Processing, Speech Processing. He has delivered a guest lecture at osmania college on emergent trends in wireless communications at Kurnool.

More Related Content

What's hot

parametric method of power spectrum Estimation
parametric method of power spectrum Estimationparametric method of power spectrum Estimation
parametric method of power spectrum Estimationjunjer
Β 
Filtering Electrocardiographic Signals using filtered- X LMS algorithm
Filtering Electrocardiographic Signals using filtered- X LMS algorithmFiltering Electrocardiographic Signals using filtered- X LMS algorithm
Filtering Electrocardiographic Signals using filtered- X LMS algorithmIDES Editor
Β 
Spectral Analysis of Sample Rate Converter
Spectral Analysis of Sample Rate ConverterSpectral Analysis of Sample Rate Converter
Spectral Analysis of Sample Rate ConverterCSCJournals
Β 
linear equalizer and turbo equalizer
linear equalizer and turbo equalizerlinear equalizer and turbo equalizer
linear equalizer and turbo equalizerDivya_mtech
Β 
2.time domain analysis of lti systems
2.time domain analysis of lti systems2.time domain analysis of lti systems
2.time domain analysis of lti systemsINDIAN NAVY
Β 
Sensor Fusion Study - Ch3. Least Square Estimation [κ°•μ†ŒλΌ, Stella, Hayden]
Sensor Fusion Study - Ch3. Least Square Estimation [κ°•μ†ŒλΌ, Stella, Hayden]Sensor Fusion Study - Ch3. Least Square Estimation [κ°•μ†ŒλΌ, Stella, Hayden]
Sensor Fusion Study - Ch3. Least Square Estimation [κ°•μ†ŒλΌ, Stella, Hayden]AI Robotics KR
Β 
Reducting Power Dissipation in Fir Filter: an Analysis
Reducting Power Dissipation in Fir Filter: an AnalysisReducting Power Dissipation in Fir Filter: an Analysis
Reducting Power Dissipation in Fir Filter: an AnalysisCSCJournals
Β 
Signal modelling
Signal modellingSignal modelling
Signal modellingDebangi_G
Β 
Time domain analysis and synthesis using Pth norm filter design
Time domain analysis and synthesis using Pth norm filter designTime domain analysis and synthesis using Pth norm filter design
Time domain analysis and synthesis using Pth norm filter designCSCJournals
Β 
Frequency Response Analysis
Frequency Response AnalysisFrequency Response Analysis
Frequency Response AnalysisHussain K
Β 
Adaptive Channel Equalization for Nonlinear Channels using Signed Regressor F...
Adaptive Channel Equalization for Nonlinear Channels using Signed Regressor F...Adaptive Channel Equalization for Nonlinear Channels using Signed Regressor F...
Adaptive Channel Equalization for Nonlinear Channels using Signed Regressor F...IDES Editor
Β 
Gn3411911195
Gn3411911195Gn3411911195
Gn3411911195IJERA Editor
Β 
Performance Analysis of PAPR Reduction in MIMO-OFDM
Performance Analysis of PAPR Reduction in MIMO-OFDMPerformance Analysis of PAPR Reduction in MIMO-OFDM
Performance Analysis of PAPR Reduction in MIMO-OFDMIJARBEST JOURNAL
Β 
Sensor Fusion Study - Ch15. The Particle Filter [Seoyeon Stella Yang]
Sensor Fusion Study - Ch15. The Particle Filter [Seoyeon Stella Yang]Sensor Fusion Study - Ch15. The Particle Filter [Seoyeon Stella Yang]
Sensor Fusion Study - Ch15. The Particle Filter [Seoyeon Stella Yang]AI Robotics KR
Β 
BER Analysis ofImpulse Noise inOFDM System Using LMS,NLMS&RLS
BER Analysis ofImpulse Noise inOFDM System Using LMS,NLMS&RLSBER Analysis ofImpulse Noise inOFDM System Using LMS,NLMS&RLS
BER Analysis ofImpulse Noise inOFDM System Using LMS,NLMS&RLSiosrjce
Β 
Biomedical signal modeling
Biomedical signal modelingBiomedical signal modeling
Biomedical signal modelingRoland Silvestre
Β 
Discrete-wavelet-transform recursive inverse algorithm using second-order est...
Discrete-wavelet-transform recursive inverse algorithm using second-order est...Discrete-wavelet-transform recursive inverse algorithm using second-order est...
Discrete-wavelet-transform recursive inverse algorithm using second-order est...TELKOMNIKA JOURNAL
Β 
Audio Equalization Using LMS Adaptive Filtering
Audio Equalization Using LMS Adaptive FilteringAudio Equalization Using LMS Adaptive Filtering
Audio Equalization Using LMS Adaptive FilteringBob Minnich
Β 
Discrete wavelet transform-based RI adaptive algorithm for system identification
Discrete wavelet transform-based RI adaptive algorithm for system identificationDiscrete wavelet transform-based RI adaptive algorithm for system identification
Discrete wavelet transform-based RI adaptive algorithm for system identificationIJECEIAES
Β 

What's hot (19)

parametric method of power spectrum Estimation
parametric method of power spectrum Estimationparametric method of power spectrum Estimation
parametric method of power spectrum Estimation
Β 
Filtering Electrocardiographic Signals using filtered- X LMS algorithm
Filtering Electrocardiographic Signals using filtered- X LMS algorithmFiltering Electrocardiographic Signals using filtered- X LMS algorithm
Filtering Electrocardiographic Signals using filtered- X LMS algorithm
Β 
Spectral Analysis of Sample Rate Converter
Spectral Analysis of Sample Rate ConverterSpectral Analysis of Sample Rate Converter
Spectral Analysis of Sample Rate Converter
Β 
linear equalizer and turbo equalizer
linear equalizer and turbo equalizerlinear equalizer and turbo equalizer
linear equalizer and turbo equalizer
Β 
2.time domain analysis of lti systems
2.time domain analysis of lti systems2.time domain analysis of lti systems
2.time domain analysis of lti systems
Β 
Sensor Fusion Study - Ch3. Least Square Estimation [κ°•μ†ŒλΌ, Stella, Hayden]
Sensor Fusion Study - Ch3. Least Square Estimation [κ°•μ†ŒλΌ, Stella, Hayden]Sensor Fusion Study - Ch3. Least Square Estimation [κ°•μ†ŒλΌ, Stella, Hayden]
Sensor Fusion Study - Ch3. Least Square Estimation [κ°•μ†ŒλΌ, Stella, Hayden]
Β 
Reducting Power Dissipation in Fir Filter: an Analysis
Reducting Power Dissipation in Fir Filter: an AnalysisReducting Power Dissipation in Fir Filter: an Analysis
Reducting Power Dissipation in Fir Filter: an Analysis
Β 
Signal modelling
Signal modellingSignal modelling
Signal modelling
Β 
Time domain analysis and synthesis using Pth norm filter design
Time domain analysis and synthesis using Pth norm filter designTime domain analysis and synthesis using Pth norm filter design
Time domain analysis and synthesis using Pth norm filter design
Β 
Frequency Response Analysis
Frequency Response AnalysisFrequency Response Analysis
Frequency Response Analysis
Β 
Adaptive Channel Equalization for Nonlinear Channels using Signed Regressor F...
Adaptive Channel Equalization for Nonlinear Channels using Signed Regressor F...Adaptive Channel Equalization for Nonlinear Channels using Signed Regressor F...
Adaptive Channel Equalization for Nonlinear Channels using Signed Regressor F...
Β 
Gn3411911195
Gn3411911195Gn3411911195
Gn3411911195
Β 
Performance Analysis of PAPR Reduction in MIMO-OFDM
Performance Analysis of PAPR Reduction in MIMO-OFDMPerformance Analysis of PAPR Reduction in MIMO-OFDM
Performance Analysis of PAPR Reduction in MIMO-OFDM
Β 
Sensor Fusion Study - Ch15. The Particle Filter [Seoyeon Stella Yang]
Sensor Fusion Study - Ch15. The Particle Filter [Seoyeon Stella Yang]Sensor Fusion Study - Ch15. The Particle Filter [Seoyeon Stella Yang]
Sensor Fusion Study - Ch15. The Particle Filter [Seoyeon Stella Yang]
Β 
BER Analysis ofImpulse Noise inOFDM System Using LMS,NLMS&RLS
BER Analysis ofImpulse Noise inOFDM System Using LMS,NLMS&RLSBER Analysis ofImpulse Noise inOFDM System Using LMS,NLMS&RLS
BER Analysis ofImpulse Noise inOFDM System Using LMS,NLMS&RLS
Β 
Biomedical signal modeling
Biomedical signal modelingBiomedical signal modeling
Biomedical signal modeling
Β 
Discrete-wavelet-transform recursive inverse algorithm using second-order est...
Discrete-wavelet-transform recursive inverse algorithm using second-order est...Discrete-wavelet-transform recursive inverse algorithm using second-order est...
Discrete-wavelet-transform recursive inverse algorithm using second-order est...
Β 
Audio Equalization Using LMS Adaptive Filtering
Audio Equalization Using LMS Adaptive FilteringAudio Equalization Using LMS Adaptive Filtering
Audio Equalization Using LMS Adaptive Filtering
Β 
Discrete wavelet transform-based RI adaptive algorithm for system identification
Discrete wavelet transform-based RI adaptive algorithm for system identificationDiscrete wavelet transform-based RI adaptive algorithm for system identification
Discrete wavelet transform-based RI adaptive algorithm for system identification
Β 

Viewers also liked

Effects of Different Parameters In Enhancing The Efficiency of Plasmonic Thin...
Effects of Different Parameters In Enhancing The Efficiency of Plasmonic Thin...Effects of Different Parameters In Enhancing The Efficiency of Plasmonic Thin...
Effects of Different Parameters In Enhancing The Efficiency of Plasmonic Thin...IJERA Editor
Β 
Possibilistic Fuzzy C Means Algorithm For Mass classificaion In Digital Mammo...
Possibilistic Fuzzy C Means Algorithm For Mass classificaion In Digital Mammo...Possibilistic Fuzzy C Means Algorithm For Mass classificaion In Digital Mammo...
Possibilistic Fuzzy C Means Algorithm For Mass classificaion In Digital Mammo...IJERA Editor
Β 
Experimental Investigation of Effect of Aluminum Filler Material on Thermal P...
Experimental Investigation of Effect of Aluminum Filler Material on Thermal P...Experimental Investigation of Effect of Aluminum Filler Material on Thermal P...
Experimental Investigation of Effect of Aluminum Filler Material on Thermal P...IJERA Editor
Β 
Diagnostic Efficiency and Prognostic Value of Troponin T Measurement in Acute...
Diagnostic Efficiency and Prognostic Value of Troponin T Measurement in Acute...Diagnostic Efficiency and Prognostic Value of Troponin T Measurement in Acute...
Diagnostic Efficiency and Prognostic Value of Troponin T Measurement in Acute...IJERA Editor
Β 
Reuse of Lathe Waste Steel Scrap in Concrete Pavements
Reuse of Lathe Waste Steel Scrap in Concrete PavementsReuse of Lathe Waste Steel Scrap in Concrete Pavements
Reuse of Lathe Waste Steel Scrap in Concrete PavementsIJERA Editor
Β 
Audio spot light
Audio spot lightAudio spot light
Audio spot lightMansi Gupta
Β 
Audio Spot Light
Audio Spot LightAudio Spot Light
Audio Spot LightAbhijeet1209
Β 
The power of photography 2
The power of photography 2The power of photography 2
The power of photography 2Lsmithtwin
Β 
IFC TAsk 2 Final draft of 23 March by IH
IFC TAsk 2 Final draft of 23 March by IHIFC TAsk 2 Final draft of 23 March by IH
IFC TAsk 2 Final draft of 23 March by IHIzhar Hunzai
Β 

Viewers also liked (12)

Effects of Different Parameters In Enhancing The Efficiency of Plasmonic Thin...
Effects of Different Parameters In Enhancing The Efficiency of Plasmonic Thin...Effects of Different Parameters In Enhancing The Efficiency of Plasmonic Thin...
Effects of Different Parameters In Enhancing The Efficiency of Plasmonic Thin...
Β 
Possibilistic Fuzzy C Means Algorithm For Mass classificaion In Digital Mammo...
Possibilistic Fuzzy C Means Algorithm For Mass classificaion In Digital Mammo...Possibilistic Fuzzy C Means Algorithm For Mass classificaion In Digital Mammo...
Possibilistic Fuzzy C Means Algorithm For Mass classificaion In Digital Mammo...
Β 
Experimental Investigation of Effect of Aluminum Filler Material on Thermal P...
Experimental Investigation of Effect of Aluminum Filler Material on Thermal P...Experimental Investigation of Effect of Aluminum Filler Material on Thermal P...
Experimental Investigation of Effect of Aluminum Filler Material on Thermal P...
Β 
Diagnostic Efficiency and Prognostic Value of Troponin T Measurement in Acute...
Diagnostic Efficiency and Prognostic Value of Troponin T Measurement in Acute...Diagnostic Efficiency and Prognostic Value of Troponin T Measurement in Acute...
Diagnostic Efficiency and Prognostic Value of Troponin T Measurement in Acute...
Β 
Reuse of Lathe Waste Steel Scrap in Concrete Pavements
Reuse of Lathe Waste Steel Scrap in Concrete PavementsReuse of Lathe Waste Steel Scrap in Concrete Pavements
Reuse of Lathe Waste Steel Scrap in Concrete Pavements
Β 
Audio spot light
Audio spot lightAudio spot light
Audio spot light
Β 
Audio Spot Light
Audio Spot LightAudio Spot Light
Audio Spot Light
Β 
Audio spotlighting
Audio spotlightingAudio spotlighting
Audio spotlighting
Β 
Moreyraobandodavid
MoreyraobandodavidMoreyraobandodavid
Moreyraobandodavid
Β 
The power of photography 2
The power of photography 2The power of photography 2
The power of photography 2
Β 
IFC TAsk 2 Final draft of 23 March by IH
IFC TAsk 2 Final draft of 23 March by IHIFC TAsk 2 Final draft of 23 March by IH
IFC TAsk 2 Final draft of 23 March by IH
Β 
HR Compliance PPT
HR Compliance PPTHR Compliance PPT
HR Compliance PPT
Β 

Similar to Comparison of Stable NLMF and NLMS Algorithms for Adaptive Noise Cancellation in ECG Signal with Gaussian, Binary and Uniform Signals As Inputs

A Decisive Filtering Selection Approach For Improved Performance Active Noise...
A Decisive Filtering Selection Approach For Improved Performance Active Noise...A Decisive Filtering Selection Approach For Improved Performance Active Noise...
A Decisive Filtering Selection Approach For Improved Performance Active Noise...IOSR Journals
Β 
Fpga implementation of optimal step size nlms algorithm and its performance a...
Fpga implementation of optimal step size nlms algorithm and its performance a...Fpga implementation of optimal step size nlms algorithm and its performance a...
Fpga implementation of optimal step size nlms algorithm and its performance a...eSAT Publishing House
Β 
Fpga implementation of optimal step size nlms algorithm and its performance a...
Fpga implementation of optimal step size nlms algorithm and its performance a...Fpga implementation of optimal step size nlms algorithm and its performance a...
Fpga implementation of optimal step size nlms algorithm and its performance a...eSAT Journals
Β 
Comparison of different Sub-Band Adaptive Noise Canceller with LMS and RLS
Comparison of different Sub-Band Adaptive Noise Canceller with LMS and RLSComparison of different Sub-Band Adaptive Noise Canceller with LMS and RLS
Comparison of different Sub-Band Adaptive Noise Canceller with LMS and RLSijsrd.com
Β 
Noice canclellation using adaptive filters with adpative algorithms(LMS,NLMS,...
Noice canclellation using adaptive filters with adpative algorithms(LMS,NLMS,...Noice canclellation using adaptive filters with adpative algorithms(LMS,NLMS,...
Noice canclellation using adaptive filters with adpative algorithms(LMS,NLMS,...Brati Sundar Nanda
Β 
Comparison of fx lms and n fxlms algorithms in matlab using active vibration ...
Comparison of fx lms and n fxlms algorithms in matlab using active vibration ...Comparison of fx lms and n fxlms algorithms in matlab using active vibration ...
Comparison of fx lms and n fxlms algorithms in matlab using active vibration ...IJARIIT
Β 
Analysis of Adaptive Algorithms
Analysis of Adaptive AlgorithmsAnalysis of Adaptive Algorithms
Analysis of Adaptive Algorithmsijsrd.com
Β 
Performance analysis of adaptive noise canceller for an ecg signal
Performance analysis of adaptive noise canceller for an ecg signalPerformance analysis of adaptive noise canceller for an ecg signal
Performance analysis of adaptive noise canceller for an ecg signalRaj Kumar Thenua
Β 
P ERFORMANCE A NALYSIS O F A DAPTIVE N OISE C ANCELLER E MPLOYING N LMS A LG...
P ERFORMANCE A NALYSIS  O F A DAPTIVE N OISE C ANCELLER E MPLOYING N LMS A LG...P ERFORMANCE A NALYSIS  O F A DAPTIVE N OISE C ANCELLER E MPLOYING N LMS A LG...
P ERFORMANCE A NALYSIS O F A DAPTIVE N OISE C ANCELLER E MPLOYING N LMS A LG...ijwmn
Β 
Hybrid hmmdtw based speech recognition with kernel adaptive filtering method
Hybrid hmmdtw based speech recognition with kernel adaptive filtering methodHybrid hmmdtw based speech recognition with kernel adaptive filtering method
Hybrid hmmdtw based speech recognition with kernel adaptive filtering methodijcsa
Β 
Ijrdt11 140004
Ijrdt11 140004Ijrdt11 140004
Ijrdt11 140004Ijrdt Journal
Β 
Analysis the results_of_acoustic_echo_cancellation_for_speech_processing_usin...
Analysis the results_of_acoustic_echo_cancellation_for_speech_processing_usin...Analysis the results_of_acoustic_echo_cancellation_for_speech_processing_usin...
Analysis the results_of_acoustic_echo_cancellation_for_speech_processing_usin...Venkata Sudhir Vedurla
Β 
FPGA IMPLEMENTATION OF NOISE CANCELLATION USING ADAPTIVE ALGORITHMS
FPGA IMPLEMENTATION OF NOISE CANCELLATION USING ADAPTIVE ALGORITHMSFPGA IMPLEMENTATION OF NOISE CANCELLATION USING ADAPTIVE ALGORITHMS
FPGA IMPLEMENTATION OF NOISE CANCELLATION USING ADAPTIVE ALGORITHMSEditor IJMTER
Β 
journal paper publication
journal paper publicationjournal paper publication
journal paper publicationchaitanya451336
Β 
Echo Cancellation Algorithms using Adaptive Filters: A Comparative Study
Echo Cancellation Algorithms using Adaptive Filters: A Comparative StudyEcho Cancellation Algorithms using Adaptive Filters: A Comparative Study
Echo Cancellation Algorithms using Adaptive Filters: A Comparative Studyidescitation
Β 

Similar to Comparison of Stable NLMF and NLMS Algorithms for Adaptive Noise Cancellation in ECG Signal with Gaussian, Binary and Uniform Signals As Inputs (20)

ADAPTIVE NOISE CANCELLATION
ADAPTIVE NOISE CANCELLATIONADAPTIVE NOISE CANCELLATION
ADAPTIVE NOISE CANCELLATION
Β 
A Decisive Filtering Selection Approach For Improved Performance Active Noise...
A Decisive Filtering Selection Approach For Improved Performance Active Noise...A Decisive Filtering Selection Approach For Improved Performance Active Noise...
A Decisive Filtering Selection Approach For Improved Performance Active Noise...
Β 
Fpga implementation of optimal step size nlms algorithm and its performance a...
Fpga implementation of optimal step size nlms algorithm and its performance a...Fpga implementation of optimal step size nlms algorithm and its performance a...
Fpga implementation of optimal step size nlms algorithm and its performance a...
Β 
Fpga implementation of optimal step size nlms algorithm and its performance a...
Fpga implementation of optimal step size nlms algorithm and its performance a...Fpga implementation of optimal step size nlms algorithm and its performance a...
Fpga implementation of optimal step size nlms algorithm and its performance a...
Β 
Comparison of different Sub-Band Adaptive Noise Canceller with LMS and RLS
Comparison of different Sub-Band Adaptive Noise Canceller with LMS and RLSComparison of different Sub-Band Adaptive Noise Canceller with LMS and RLS
Comparison of different Sub-Band Adaptive Noise Canceller with LMS and RLS
Β 
Noice canclellation using adaptive filters with adpative algorithms(LMS,NLMS,...
Noice canclellation using adaptive filters with adpative algorithms(LMS,NLMS,...Noice canclellation using adaptive filters with adpative algorithms(LMS,NLMS,...
Noice canclellation using adaptive filters with adpative algorithms(LMS,NLMS,...
Β 
Comparison of fx lms and n fxlms algorithms in matlab using active vibration ...
Comparison of fx lms and n fxlms algorithms in matlab using active vibration ...Comparison of fx lms and n fxlms algorithms in matlab using active vibration ...
Comparison of fx lms and n fxlms algorithms in matlab using active vibration ...
Β 
Analysis of Adaptive Algorithms
Analysis of Adaptive AlgorithmsAnalysis of Adaptive Algorithms
Analysis of Adaptive Algorithms
Β 
Performance analysis of adaptive noise canceller for an ecg signal
Performance analysis of adaptive noise canceller for an ecg signalPerformance analysis of adaptive noise canceller for an ecg signal
Performance analysis of adaptive noise canceller for an ecg signal
Β 
P ERFORMANCE A NALYSIS O F A DAPTIVE N OISE C ANCELLER E MPLOYING N LMS A LG...
P ERFORMANCE A NALYSIS  O F A DAPTIVE N OISE C ANCELLER E MPLOYING N LMS A LG...P ERFORMANCE A NALYSIS  O F A DAPTIVE N OISE C ANCELLER E MPLOYING N LMS A LG...
P ERFORMANCE A NALYSIS O F A DAPTIVE N OISE C ANCELLER E MPLOYING N LMS A LG...
Β 
Ijetcas14 555
Ijetcas14 555Ijetcas14 555
Ijetcas14 555
Β 
A novel adaptive algorithm for removal of power line interference from ecg si...
A novel adaptive algorithm for removal of power line interference from ecg si...A novel adaptive algorithm for removal of power line interference from ecg si...
A novel adaptive algorithm for removal of power line interference from ecg si...
Β 
Hybrid hmmdtw based speech recognition with kernel adaptive filtering method
Hybrid hmmdtw based speech recognition with kernel adaptive filtering methodHybrid hmmdtw based speech recognition with kernel adaptive filtering method
Hybrid hmmdtw based speech recognition with kernel adaptive filtering method
Β 
Ijrdt11 140004
Ijrdt11 140004Ijrdt11 140004
Ijrdt11 140004
Β 
Analysis the results_of_acoustic_echo_cancellation_for_speech_processing_usin...
Analysis the results_of_acoustic_echo_cancellation_for_speech_processing_usin...Analysis the results_of_acoustic_echo_cancellation_for_speech_processing_usin...
Analysis the results_of_acoustic_echo_cancellation_for_speech_processing_usin...
Β 
FPGA IMPLEMENTATION OF NOISE CANCELLATION USING ADAPTIVE ALGORITHMS
FPGA IMPLEMENTATION OF NOISE CANCELLATION USING ADAPTIVE ALGORITHMSFPGA IMPLEMENTATION OF NOISE CANCELLATION USING ADAPTIVE ALGORITHMS
FPGA IMPLEMENTATION OF NOISE CANCELLATION USING ADAPTIVE ALGORITHMS
Β 
I017325055
I017325055I017325055
I017325055
Β 
journal paper publication
journal paper publicationjournal paper publication
journal paper publication
Β 
Echo Cancellation Algorithms using Adaptive Filters: A Comparative Study
Echo Cancellation Algorithms using Adaptive Filters: A Comparative StudyEcho Cancellation Algorithms using Adaptive Filters: A Comparative Study
Echo Cancellation Algorithms using Adaptive Filters: A Comparative Study
Β 
E0812730
E0812730E0812730
E0812730
Β 

Recently uploaded

Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
Β 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
Β 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
Β 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
Β 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
Β 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
Β 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
Β 
πŸ”9953056974πŸ”!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
πŸ”9953056974πŸ”!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...πŸ”9953056974πŸ”!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
πŸ”9953056974πŸ”!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...9953056974 Low Rate Call Girls In Saket, Delhi NCR
Β 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
Β 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
Β 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
Β 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
Β 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
Β 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
Β 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
Β 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
Β 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
Β 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacingjaychoudhary37
Β 

Recently uploaded (20)

Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Β 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
Β 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
Β 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
Β 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
Β 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
Β 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
Β 
πŸ”9953056974πŸ”!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
πŸ”9953056974πŸ”!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...πŸ”9953056974πŸ”!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
πŸ”9953056974πŸ”!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
Β 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
Β 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
Β 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
Β 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
Β 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
Β 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
Β 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
Β 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
Β 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Β 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
Β 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
Β 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacing
Β 

Comparison of Stable NLMF and NLMS Algorithms for Adaptive Noise Cancellation in ECG Signal with Gaussian, Binary and Uniform Signals As Inputs

  • 1. V Sreenivasa Arun Kumar Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 8( Version 1), August 2014, pp.28-33 www.ijera.com 28 | P a g e Comparison of Stable NLMF and NLMS Algorithms for Adaptive Noise Cancellation in ECG Signal with Gaussian, Binary and Uniform Signals As Inputs V Sreenivasa Arun Kumar1, Sri. Amjad Khan G2 1B.Tech (M.Tech), E.C.E Department, GPREC, Kurnool-518007, A.P, INDIA 2Assistant Professor, M.Tech, (Ph.D), E.C.E Department, GPREC, Kurnool-518007, A.P, INDIA Abstract The least mean fourth (LMF) algorithm has several stability problems. Its stability depends on the variance and distribution type of the adaptive filter input, the noise variance, and the initialization of filter weights. A global solution to these stability problems was presented recently for a normalized LMF (NLMF) algorithm. The analysis is done in context of adaptive noise cancellation with Gaussian, binary, and uniform desired signals. The analytical model is shown to accurately predict the optimum solutions. Comparisons of the NLMF and NLMS algorithms are then made for various parameter selections. It is then shown under what conditions the NLMF algorithm is superior to NLMS algorithm for adaptive noise cancelling. Index Terms- Adaptive filtering, adaptive noise cancelling, least mean fourth algorithm, NLMS algorithm, and normalized least mean fourth algorithm. I. INTRODUCTION The least mean fourth (LMF) algorithm [1]-[17] outperforms well-known least mean square (LMS) algorithm [1], [2]. However, the LMF algorithm has several stability problems that may limit its applications. Reference [3] showed that the stability of the algorithm about wiener solution depends upon the adaptive filter input power and the noise power. References [4], [5], [7] showed that algorithm stability also depends on the initial value of the adaptive filter weights. References [8], [10], [11] showed that the LMF algorithm with unbounded regressors is not mean square stable even for the small values of the algorithm step-size. The above arguments suggest that LMF algorithm stability is more complicated than that of the LMS algorithm. Normalized versions of the LMF algorithm have been studied [6], [9], [12]-[14] in order to improve performance. None of these normalized LMF (NLMF) algorithms provide a global remedy to the above mentioned stability problems. The weight vector update term of the LMF algorithm is normalized by squared norm of the regressor in [6], [12]. However, algorithm stability depends upon the input signal power [14]-[16]. The weight vector update term of the LMF algorithm in [9], [13] is normalized by a weighted sum of the squared norm of the regressor and the squared norm of the error vector. This algorithm was shown to diverge in [14]. An NLMF algorithm was proposed in [14], [15] with a weight vector update term that is normalized by the fourth power of the norm of the regressor. This normalization yields improvement in algorithm stability. Finally a globally stable NLMF algorithm was presented in [17]. This algorithm is stable for all statistics of the input, noise, and weight initialization. The normalizing term is fourth order in the regressor and second order in the estimation error. The regressor normalization stabilizes the algorithm against increasing input power and the unboundedness of the input distribution. The estimation error normalization term stabilizes the algorithm against increasing noise power and increasing initial weight deviation. The algorithm is stable for all values of the step- size range between 0 and 2, a property similar to that of NLMS algorithm [1], [2]. However, the behavior of the globally stable NLMF algorithm is an extremely difficult task. This is primarily because the normalizing term is second order in the estimation error. Thus, the present paper is primarily concerned with the globally stable NLMF algorithm. The model is useful since it provides conditions under which the new algorithm outperforms the NLMF algorithm. The results in this paper are the first to provide a model of its mean square performance. The analysis is done in the context of adaptive noise cancelling (ANC). Optimum solutions display excellent agreement with the theory, Finally the stable NLMF algorithm is compared with the NLMS algorithm and conditions are determined for ANC applications when one is preferred over other. For, example consider a pilot in an airplane. When the pilot speaks into a microphone, the engine noise in the cockpit RESEARCH ARTICLE OPEN ACCESS
  • 2. V Sreenivasa Arun Kumar Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 8( Version 1), August 2014, pp.28-33 www.ijera.com 29 | P a g e combines with the noise signal. This additional noise makes the resultant signal heard by passengers of low quality information. The goal is to obtain a signal that contains the pilot voice but not the engine noise. Wecan cancel the noise with an adaptive filter if you obtain a sample of the engine noise and apply to adaptive filter. The paper is organized as follows. Following the introduction, section II presents the Normalized LMS algorithm. Section III presents the stable NLMF algorithm. Section IV presents simulation results. Section V compares the proposed NLMF algorithm with NLMS algorithm Finally, conclusions are given in section VI. II. NORMALIZED LMS ALGORITHM Determining the upper bound step size is a problem for the variable step size algorithm if the input signal to the adaptive filter is non- stationary. The fastest convergence is achieved with the choice of step size as follows: νœ‡ν‘šν‘Žν‘₯=1/ νœ†ν‘šν‘Žν‘₯+νœ†ν‘šν‘–ν‘› (2.1) The maximum step size in equation (2.1) does not always produce the stable and fast convergence, (2/3) ΞΌ max is a rule of thumb for LMS algorithm. To increase the convergence speed Normalized LMS (NLMS) algorithm is a natural choice. The NLMS is always the favorable choice of algorithm for fast convergence speed and for non- stationary input. The value of νœ‡νœŽν‘₯ 2 directly affects the convergence rate and stability of the LMS filter. In practice, the correction term applied to the estimated tap weight vector w (n) at the nth iteration is normalized with respect to squared Euclidean norm of the tap input x (n) at the (n-1)th iteration. ν‘Š ν‘›+1 =ν‘Š ν‘› + ν›Ό ν‘₯ ν‘› 2ν‘’ ν‘› ν‘₯(ν‘›) (2.2) Apparently, the convergence rate of the NMLS algorithm is directly proportional to the NLMS adaptation constant Ξ±, i.e. the NLMS algorithm is independent of the input signal power. By choosing Ξ± so as to optimize the convergence rates of the algorithms, the NLMS algorithm converges more quickly than the LMS algorithm. It can also be stated that the NLMS is convergent in mean square if the adaptation constant is from 0 to 2 (however a more practical step size for NLMS is always less than unity) 0<Ξ±<2 Despite this particular edge that the NLMS exhibits, it does have a slight problem of its own. When the input vector x(n) is small, instability may occur since we are trying to perform numerical division by small value of the Euclidean Norm However, this can be easily overcome by appending a positive constant to the denominator in (2.2) such that ν‘Š ν‘›+1 =ν‘Š ν‘› + ν›Ό 푐+ ν‘₯ ν‘› 2ν‘’ ν‘› ν‘₯(ν‘›) (2.3) Where 푐+ ν‘₯ ν‘› 2 is the normalization factor. With this, more robust and reliable implementation of the NLMS algorithm is obtained. A well-known tool that can be used to increase the stability of adaptive filtering algorithm is normalization. It is well known that the stability of the LMS algorithm is dependent of the input power of the adaptive filter. This makes it very hard, if not possible, to choose a step size that guarantees stability of the algorithm where there is lack of knowledge about the input power. This is solved by normalizing the weight vector update term ν‘₯ ν‘› 2. The resulting algorithm is termed as normalized LMS algorithm. This algorithm is stable for all input power, noise power, and the initial setting of adaptive filter weights, as long as step size is between 0 and 2. For the case of stationary inputs, the cost function, also referred to as index of performance, is defined as the mean -square error i.e., the mean – square value of the difference between the desired response and filter output. The cost function is precisely a second-order function of the tap weights in the filter. The dependence of the mean-square error on the unknown tap weights may be viewed as a minimum point. To develop a recursive algorithm for updating the tap weights of the adaptive filter, we proceed in two stages. First we use an iterative procedure to solve the equations; the iterative procedure is based on the method of steepest descent, which is a well- known technique in optimization theory. III. THE STABLE NLMF ALGORITHM. Consider the case of ANC [1] shown in fig. The primary input to the canceller s(n) (also called plant output) is given by ν‘  ν‘› =퐺푇푋 ν‘› +푏(ν‘›) (3.1) where 퐺=(ν‘”1,ν‘”2 . . . . 푔푁)푇 (3.2)
  • 3. V Sreenivasa Arun Kumar Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 8( Version 1), August 2014, pp.28-33 www.ijera.com 30 | P a g e is the vector compose of plant parameters, ν‘‹ ν‘› =(ν‘₯ ν‘› ,ν‘₯ ν‘›βˆ’1 ,. . . ν‘₯ ν‘›βˆ’ν‘+1 (3.3) is the regressor vector at time n, where x(n) is the reference input, N is the number of plant parameters, b(n) is the desired signal and (.)T is the transpose of (.). The ANC is made by and adaptive FIR filter whose length is assumed equal to that of the plant. The adaptive filter provides an estimate of the noise 퐺푇푋(ν‘›) corrupting the desired signal b(n). This estimate is subtracted from the canceller primary input to yield the canceller output e(n) given by ν‘’ ν‘› =ν‘  ν‘› βˆ’ν»ν‘‡ ν‘› ν‘‹(ν‘›) (3.4) Where 퐻 ν‘› =[β„Ž1 ν‘› ,β„Ž2 ν‘› ,. . . .,β„Žν‘ ν‘› ]푇 is the weight vector of the adaptive filter. When the adaptive filter weights are near the plant parameters, the noise is cancelled and e(n) will be near the desired signal b(n). The adaptation algorithm studied in this paper is the globally stable NLMF algorithm [17] defined by the stochastic recursion 퐻 ν‘›+1 =퐻 ν‘› + νœ‡ν‘’3 ν‘› ν‘‹(ν‘›) 푋푇 ν‘› ν‘‹ ν‘› (푋푇 ν‘› ν‘‹ ν‘› +ν‘’2 ν‘› ) 0<ΞΌ<2 (3.5) where ΞΌ>0 is the algorithm step-size. Note that (3.5) behaves like the NLMS algorithm for large ν‘’ ν‘› and behaves like one form of the NLMF algorithm studied in [16] for smallν‘’ ν‘› . This observation is important in the subsequent analysis. The weight deviation vector is defined by 푉 ν‘› =퐻 ν‘› βˆ’νΊ (3.6) The instantaneous MSE is given by 퐸(푉푇 ν‘› 푉 ν‘› ) where E denotes the mathematical expectation Due to (3.1), (3.4) and (3.6), ν‘’ ν‘› =푏 ν‘› βˆ’ν‘‰ν‘‡ ν‘› ν‘‹(ν‘›) (3.7) The analysis of (3.5) is complicated by the presence of ν‘’2(ν‘›) in the denominator of the weight vector update term. Given this difficulty of the problem, the approximations made in this paper are reasonable. The proposed model helps users to decide if they should use the NLMF algorithm in a given application. This model will also help other researchers with new ideas for the analysis of nonlinear adaptive algorithms. The idea behind (3.5) is a combination of the ideas of the algorithms in [9] and [14]. The normalizing term in (3.5) (i.e. 푋푇 ν‘› ν‘‹ ν‘› (푋푇 ν‘› ν‘‹ ν‘› +ν‘’2 ν‘› ) is a fourth order polynomial in X(n). This term stabilizes the algorithm against the increase of the input variance since ν‘’3 ν‘› ν‘‹(ν‘›) is a fourth order polynomial in X(n). The normalizing term also stabilizes the algorithm for inputs with unbounded distributions, such as Gaussian inputs. The normalizing term in (3.5) also includesν‘’2 ν‘› . This term stabilizes the algorithm against the increase of noise variance and the increases of the squared weight deviation, since ν‘’ ν‘› =푏 ν‘› βˆ’ν‘‰ν‘‡ ν‘› ν‘‹(ν‘›). IV. SIMULATION RESULTS OF NLMF AND NLMS ALGORITHMS This section provides simulation results of NLMF and NLMS algorithms. The simulations are done for the case of adaptive noise cancelling with Gaussian, Binary and Uniform desired signals. The plant is a time-invariant FIR filter with equal parameters; ν‘”ν‘–=퐾; i=1,2, . . . ,N. The initial weight vector of the adaptive filter is an all zero vector. The regressor vector is given by (3.3), where x(n) is the plant reference input.. K is selected much greater than one to yield a large initial weight deviation. This selection causes instability of the LMF algorithm and other NLMF algorithms. Thus, the globally stable NLMF algorithm is needed in this environment.
  • 4. V Sreenivasa Arun Kumar Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 8( Version 1), August 2014, pp.28-33 www.ijera.com 31 | P a g e Fig 2: Simulated result of Noise Cancellation in ECG signals for a) Gaussian b) Binary c) Uniform using NLMF and NLMS algorithms. Iterations Gaussian Binary Uniform ΞΌ= 0.02 NLMS ΞΌ=1 NLMF ΞΌ= 0.02 NLMS ΞΌ= 1 NLMF ΞΌ= 0.02 NLMS ΞΌ=1 NLMF 1000 .0090 .0051 .0060 .0043 .0120 .0092 2000 .0073 .0048 .0082 .0059 .0103 .0067 3000 .0075 .0055 .0103 .0049 .0099 .0066 4000 .0063 .0050 .0088 .0044 .0087 .0074 5000 .0060 .0050 .0081 .0043 .0084 .0073 6000 .0055 .0048 .0073 .0041 .0079 .0071 7000 .0053 .0047 .0069 .0039 .0069 .0078 8000 .0049 .0046 .0069 .0039 .0068 .0070 9000 .0048 .0046 .0073 .0043 .0069 .0072 10000 .0046 .0045 .0097 .0052 .0064 .0065 Table 1: MSE Comparison after Performing Various Number of Iterations in NLMS, NLMF for ECG (Gaussian, Binary and Uniform signals) V. COMPARISONS OF NLMS AND NLMF ALGORITHMS The NLMS algorithm is well-known and is often used as a benchmark for evaluating new adaptive algorithms. This section compares the MSE performance of the stable NLMF algorithm to that of the NLMS algorithm using simulations. The comparisons shown in figure 3 for the MSE behavior for each algorithm for νœ‡ν‘νΏν‘€ν‘†=0.02,νœ‡ν‘νΏν‘€νΉ=1. The NLMS algorithm always converges quickly to (noise variable to input variable). This means that NLMS is preferred to NLMF for 0.02 as shown in figure 3 and the NLMF algorithm always converges quickly to (noise variable to input variable). This means NLMF is preferred to NLMS for 1. The following figure shows the mean-square performances of the ECG signal with Gaussian, Binary and Uniform desired signals. The graph is plotted between number of iterations versus the mean-square error.
  • 5. V Sreenivasa Arun Kumar Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 8( Version 1), August 2014, pp.28-33 www.ijera.com 32 | P a g e Fig 3: MSE (n) simulation results NLMS-(red), NLMF-(green) for νœ‡ν‘νΏν‘€ν‘†=0.02, νœ‡ν‘νΏν‘€νΉ=1 (a) Gaussian (b) Binary (c) uniform. VI. CONCLUSIONS The Mean Square Error behavior of globally stable NLMF algorithm for Gaussian, binary and uniform signals for adaptive noise cancelling applications are shown. Optimum solutions show that analytical model accurately predicts the mean square error behavior. Comparisons of the globally stable NLMF and NLMS algorithms were made for various parameter selections. The NLMF algorithm is shown superior to NLMS algorithm for adaptive noise cancelling. REFERENCES [1] B.Widrow and S.D. Stearns, Adaptive signal processing. Engle-wood Cliffs, NJ: Prentice- Hall, 1985. [2] A.H.Sayad, Fundamentals of Adaptive Filtering. New York:Wiley Inter-Science, 2003. [3] E.Walach and B.Widrow, ”The least mean fourth adaptive algorithm and its family,” IEEE Trans. Inf. Thery, Vol. IT-30, PP. 275- 283, Feb. 1984. [4] S.H.Cho, S.D. Kim, and K.Y.Jen, β€œ Statistical convergence of the adaptive least mean fourth algorithm,” in Proc.Int.Conf. Signal Process. (ICSP), 1996, PP. 610-613. [5] S.Koike, β€œStability conditions for adaptive algorithms with non-quadriatic error vriteria,” in Proc. Eur. Signal Process.Conf. (EUSIPCO), Tempere, Finland,sep.5-8, 2000,PP. 131-134. [6] A.Zerguine, β€œConvergence behavior of the normalized least mean fourth algorithm,” in Proc. 34th Asilomar Conf. Signals, Sysy., Comput., Pacific Grove, CA, Oct.29-Nov. 2000,PP. 275-278 [7] T.AI-Naffouri and A.Sayed, β€œTransient analysis of adaptive filters,” in Proc. IEEE Int.Conf. Acoust., Speech Signal Process. (ICASSP), 2001, Vol.6,PP.3869-3872. [8] P.I.Hubscher and J.C.M. Bermudez, ”An improved statistical analysis of the least mean fourth(LMF) adaptive algorithm,” IEEE Trans. Signal Process.,vol.51, no.3,PP. 664-671, Mar.2003. [9] M.K.Chan and C.F.N.Cowan, β€œUsing a normalized LMF algorithm for channel equalization with co-channel interference,” in Proc. Eur. Signal Process., Conf. (EUSIPCO), Toulouse France, Sep. 3-6, 2002, PP.48-51. [10] V.H.Nascimento and J.C.M. Bermudez. ”Probability of divergence for the least mean fourth algorithm,” IEEE Trans.Signal Process., vol. 54, no.4, PP.1376-1385, Apr.2006. [11] P.I.Hubscher, V.H.Nascimento and J.C.M. Bermudez. β€œA mean square stability of the least mean fourth adaptive algorithm,” IEEE Trans.Signal Process.,vol. 55,no.8, PP.4018-4028, Apr.2007. [12] A.Zerguine, β€œConvergence and steady state analysis of the normalized least mean fourth algorithm,” Digit. Signal Process vol. 17, no.1, PP.17-11, Jan.2007. [13] A.Zerguine ,M.K.Chan , C.F.N.Cowan T.AI-Naffouri and M.Moinuddin, β€œConvergence and steady-state analysis of a variable normalized LMF (XE-NLMF) algorithm .Signal Process., vol. 89, no.5, PP.778-790, May.2009 [14] E.Ewada and A.Zerguine,”New insights into the normalization of least mean fourth algorithm,”Signal, Image, Video Process., 2011, 10.1007/s11760-011-0231-y. [15] E.Ewada and A.Zerguine, β€œA normalized least mean fourth algorithm with improved stability,” in Proc. 44th Asilomar Conf. Signals, Syst.,Comput., Pacific Grcve, CA, Nov. 7-10 ,2010, PP.1002-1005. [16] N.Bershad and J.C.M.Bermudaz, β€œMean– square stability of the normalized least mean fourth algorithm for white Gaussian inputs,” Digit. Signal Process. (Elsevier), vol. 21, no6, PP.694-700, Dec.2011. [17] E.Ewada, β€œGlobal stabilization of the least mean fourth algorithm,” IEEE Trans.Signal Process.,vol.60, no.3, PP.1473-1477. [18] W.Grobner and N.Hofreiter, Bestimmete Integrale. New York: Springer-Verlag, 1966, P.66-314-8b. [19] B.Widrow, J.R. Glover, Jr., J.M. Mccool, J. Kaunitz, C.S. Williams, R. H. Hearn, J. R. Zeidler, E. Dong, Jr., and R. C. Goodlin,
  • 6. V Sreenivasa Arun Kumar Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 8( Version 1), August 2014, pp.28-33 www.ijera.com 33 | P a g e β€œAdaptive noise cancelling: principles and applications,” Proc., Vol 63, no. 12, pp. 1692-1716, Dec. 1975. [20] O. Macchi and E. Ewada, β€œSecond-order convergence analysis of stochastic adaptive linear filtering,” IEEE Trans. Automat. Contr., Vol. AC-28, n0. 1, pp. 76-85, jan. 1983 Author Biographies Mr. V Sreenivasa Arun Kumar is pursuing his M.Tech in Communications and Signal Processing (CSP) at G. Pulla Reddy Engineering. College, Kurnool, A.P, India. His area of interest is in the field of Adaptive signal processing. MR. G. Amjad Khan obtained his M.Tech in Communications and Signal Processing from Sri KrishnaDevaraya University in 2006. He is currently pursuing Ph.D degree from Rayalseema University, Kurnool, India,. He presented more than 6 research papers in various in various international journals and conferences. He is presently working as Assistant Professor in E.C.E Dept, G.Pulla Reddy Engineering College, Kurnool, A.P, India. His research interests include Adaptive Signal Processing, Speech Processing. He has delivered a guest lecture at osmania college on emergent trends in wireless communications at Kurnool.