SlideShare a Scribd company logo
1 of 4
Download to read offline
Meenal Mahajan Int. Journal of Engineering Research and Application www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 1, ( Part -6) January 2015, pp.60-63
www.ijera.com 60 | P a g e
A Comparative Study of Acoustic Echo Cancellation Algorithms
in Sparse Impulse Response.
Meenal Mahajan*
, Ranjit Kaur**
*(M.Tech Student, Department of ECE, Punjabi University, Patiala, India)
**(Assistant Professor , Department of ECE, Punjabi University, Patiala, India)
Abstract
This paper aims at studying and comparing the performance of typical sparse algorithms for acoustic echo
cancellation. When the echo path is sparse, the conventional Normalized Least Mean Square (NLMS) algorithm
suffers from slow convergence. Thus, sparse adaptive filtering algorithms were introduced to overcome the
convergence problem of adaptive filters in sparse impulse response. To determine the algorithm with best
performance in echo cancellers, the comparison between these algorithms based on Echo Return Loss
Enhancement (ERLE) and Mean Square Error (MSE) is carried out using MATLAB.
Keywords: Sparse Adaptive algorithms, MATLAB, Echo cancellation, ERLE, MSE
I. INTRODUCTION
The acoustic echo cancellation problem arises
due to coupling between a loudspeaker and a
microphone. This may occur in applications such as
hands-free telephone and teleconferencing. The
coupling result in the far-end talker’s signal being fed
back to the far-end taker resulting in disturbing
echoes and instability sometimes. The key to
reducing the undesirable echoes electrically is to
generate a replica of the microphone signal and
subtract it from the actual microphone signal [1].
This is illustrated in Fig. 1.1.The echo path is
assumed unknown and time-varying. As a result, the
adaptive echo canceller has the task of estimating the
echo path and also keeping track of changes in it [1].
Fig 1: Echo Cancellation Process
The adaptive filter is the critical part of the AEC
that performs the work of estimating the echo path of
the room to get a replica of the echo signal. Adaptive
algorithms are used to search the optimum ℎ(𝑛). The
filter ℎ(𝑛) denotes the impulse response of acoustic
environment, ℎ(𝑛) denotes the adaptive filter used
for cancellation of echo signal. The main aim of
adaptive filtering technique is to equate the output
y(n) to the desired output 𝑑(𝑛). The error signal
𝑒 𝑛 = 𝑑 𝑛 − 𝑦 𝑛 is given back at each iteration,
so the filter coefficients are changed algorithmically
to minimize 𝑒 𝑛 known. Calculating the mentioned
error signal 𝑒 𝑛 is the aim of adaptive filter.
Adaptive filters works on adaptive algorithms
according to which they change their coefficients.
When the filter output obtained is same as the desired
signal, the echoed signal is cancelled out.
In the acoustic echo cancellation process, the
channel of transmission is sparse .This means few
coefficients are active and others are zero or close to
zero. Thus echo cancellers must be robust to
sparseness [5]. Classical adaptive algorithms like
Normalized least mean square algorithm (NLMS)
have slow convergence in sparse response because of
uniform step size across all its filter coefficients. In
order to improve the convergence problem, the
proportionate normalized least-mean square
algorithm (PNLMS) was developed .
The basic idea behind these proportionate
algorithms was to update filter coefficients
independently by adjusting the step size in proportion
to the estimated filter coefficients [2]. This lead to
fast initial convergence but in order to improve the
overall convergence performance, improved versions
of PNLMS as Improved PNLMS (IPNLMS) and Mu-
law PNLMS (MPNLMS) were developed.
The IPNLMS performed as a combination of
both NLMS and PNLMS algorithms with the help of
a controlling factor[5].This algorithm have shown
better convergence results in both and non sparse
impulse response. The MPNLMS algorithm
improved the convergence of PNLMS by choosing
optimal proportionate step sizes (by taking
logarithmic values of the coefficients) during
adaptation process [6].
RESEARCH ARTICLE OPEN ACCESS
Meenal Mahajan Int. Journal of Engineering Research and Application www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 1, ( Part -6) January 2015, pp.60-63
www.ijera.com 61 | P a g e
Section-2 describes what the sparse impulse
response is. Section-3 gives review of all algorithms
for echo cancellation such as NLMS, PNLMS,
IPNLMS and MPNLMS. Section-4 gives the relative
comparison of computational complexity of all the
described algorithms Section-5 shows the results,
observations and comparison of these algorithms on
the basis of ERLE and MSE.Section-6 defines the
conclusions and the future work.
II. SPARSE RESPONSE
A sparse impulse response has most of its
components with zero or small magnitude and can be
found in telephone networks. Due to the presence of
bulk delays in the path only 8-10% exhibits an active
region [8]. Fig 1.2 shows a typical sparse impulse
response that can be realized in reality.
Fig 2 -An example of sparse impulse response
Sparse impulse responses are encountered in
several applications, such as in acoustic and digital
network echo cancellers.
The degree of sparseness for an impulse response
can be quantified as:
𝜉 𝑛 =
𝐿
𝐿− 𝐿
1 −
ℎ(𝑛) 1
𝐿 ℎ(𝑛) 2
(1)
and 0 ≤ 𝜉 𝑛 ≤ 1.
During the conduct of experiments, a sparse
impulse response generator is used to provide
synthetic sparse impulse response as described in
section 6.
III. REVIEW OF ALGORITHMS
In derivations and descriptions, the following
notations are used
𝑥 𝑛 = Far end signal
𝑦 𝑛 = Echo and Background noise
𝑥 𝑛 = [𝑥 𝑛 … … 𝑥 𝑛 − 𝐿 + 1 ] 𝑇
ℎ(𝑛) = [ℎ0 … … ℎ 𝐿+1] 𝑇
True Echo Path
ℎ 𝑛 = [ℎ0 … … ℎ 𝐿+1] 𝑇
Estimated echo path
𝑒 𝑛 = error signal
3.1 NLMS Algorithm
NLMS differs from LMS in the way the taps
weights are updated. The adjustment applied
iteratively to the tap vector is normalized w.r.t
squared Euclidean norm. NLMS serves as a reference
algorithm in echo cancellers. The error signal and the
coefficient update equation of the NLMS algorithm
are given by [4]
𝑒 𝑛 = 𝑦 𝑛 − ℎ 𝑇
𝑛 − 1 𝑥 𝑛 (2)
ℎ 𝑛 = ℎ 𝑛 − 1 +
𝜇𝑥 𝑛 𝑒(𝑛)
𝑥 𝑛 𝑥 𝑇 𝑛 + 𝛿 𝑁𝐿𝑀𝑆
(3)
Equation (2) is common for all algorithms. In
case of sparse impulse response, this algorithm
converges very slowly. Thus it fails in providing
adequate desired signal [3].
3.2 PNLMS Algorithm
In this algorithm, an adaptive individual step-
size is assigned to each filter coefficient. The step-
sizes are calculated from the last estimate of the filter
coefficients in such a way that a larger coefficient
receives a larger increment, thus increasing the
convergence rate of that co-efficient [2]. This has the
effect that active coefficients are adjusted faster than
non-active coefficients (i.e. small or zero
coefficients).Hence, PNLMS converges much faster
than NLMS for sparse impulse responses (i.e.,
responses for which only a small percentage of
coefficients is significant). However, this fast
convergence was seen only for initial phase [7].
For an adaptive filter, PNLMS algorithm is
presented as
ℎ 𝑛
= ℎ 𝑛 − 1 +
𝜇𝑄 𝑛 − 1 𝑥 𝑛 𝑒 𝑛
𝑥 𝑛 𝑄 𝑛 − 1 𝑥 𝑇 𝑛 + 𝛿 𝑃𝑁𝐿𝑀𝑆
(4)
𝑄 𝑛 − 1 = 𝑑𝑖𝑎𝑔 𝑞0 𝑛 − 1 , . . , 𝑞 𝐿−1 𝑛 − 1 (5)
𝑞𝑙 𝑛 =
𝑘𝑙(𝑛)
1
𝐿
𝑘𝑖(𝑛)𝐿−1
𝑖=0
, 0 ≤ 𝑙 ≤ 𝐿 − 1 (6)
𝑘𝑙 𝑛 = 𝑚𝑎 𝑥 𝜌𝑚𝑎 𝑥 𝛶𝑝 , ℎ0 , ℎ1 , … ℎ 𝐿−1 (7)
𝑎𝑛𝑑 𝛿 𝑃𝑁𝐿𝑀𝑆 = 𝛿 𝑁𝐿𝑀𝑆 /𝐿 (8)
In this algorithm, a time varying step-size control
matrix 𝑄 𝑛 − 1 , whose elements are roughly
proportional to the absolute values of the
corresponding coefficients, is included in the update
equation [4]. Equations (3), (4),(5) are common for
all proportionate algorithms. As a result, the large
coefficients at a given iteration get significantly more
update energy than the small ones. The parameter 𝜇
is a fixed step-size factor, is a small constant needed
in order to avoid division by zero, and ρ and 𝛿 are
small positive constants which are important when all
the coefficients are zero (such as in the beginning of
the adaptation process) or when a coefficient is much
smaller than the largest one [6].
3.3 IPNLMS ALGORITHM
In this a controlling factor α is introduced in the
diagonal step size control matrix. This factor helps in
switching between NLMS and PNLMS algorithms.
Meenal Mahajan Int. Journal of Engineering Research and Application www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 1, ( Part -6) January 2015, pp.60-63
www.ijera.com 62 | P a g e
The IPNLMS algorithm chose the elements of
𝑄 𝑛 as:
𝑞𝑙 𝑛 =
1 − 𝛼
2𝐿
+ 1 + 𝛼
ℎ1 𝑛
2 ℎ 𝑛
(9)
For α = -1, IPNLMS behaves like NLMS and
when α = 1, it behaves like PNLMS. For fast
convergence, favorably this value is kept as 0,-0.5 or
-0.75. Also the computational complexity of this
algorithm is very high [3].
3.4 MPNLMS ALGORITHM
In the μ-law improved proportionate normalized
least mean-square (MPNLMS) algorithm, the step-
sizes are optimal in the sense of minimizing the
convergence rate (considering white noise input
signal) [5] The resulting algorithm employs a
nonlinear (logarithm) function of the coefficients in
the step-size control. Instead of using magnitude
directly the logarithm of magnitude is used as step
gain of each coefficient. It consistently converges to
steady state for sparse impulse response.
The diagonal elements of 𝑄 𝑛 in MPNLMS are
chosen as in PNLMS but the difference lies within
𝑘𝑙 𝑛 :
𝑘𝑙 𝑛 =
𝑚𝑎 𝑥 𝜌𝑚𝑎 𝑥 𝛶𝑝, 𝐹 ℎ0 , 𝐹 ℎ1 , … 𝐹 ℎ 𝐿−1 (10)
𝐹 ℎ𝑙 𝑛 =
ln 1+𝜇 ℎ 𝑙 𝑛
ln 1+𝜇
(11)
Though it improves the convergence rate but the
computational load increases and mu-law is defined
only in [0,1].If the magnitude of coefficients falls out
of this range then this algorithm fails [5].
IV. PERFORMANCE MEASURES
One of the performance measures for echo
canceller is ERLE. It measures the attenuation of the
echo signals in an acoustic echo cancellation system.
Higher ERLE corresponds to higher reduction in
echo. It is expressed in decibels (dB) and calculated
as
𝐸𝑅𝐿𝐸(𝑛) = 10𝑙𝑜𝑔10
𝑦2(𝑛)
𝑒2(𝑛)
𝑑𝐵 (12)
Another measure of performance is MSE. It gives
the expected value of square of error. The lower MSE
value is favorable. The formula for calculation of
MSE is:
𝑀𝑆𝐸(𝑛) = 𝐸 𝑒2
(𝑛) (13)
V. COMPUTATIONAL COMPLEXITY
The relative complexity of the NLMS, PNLMS,
IPNLMS and MPNLMS in terms of total
additions(A), multiplications(M), divisions(D),
logarithms(Log) per iteration is given in Table-I.
Table-I Relative Complexity of Algorithms
Algorithm A M D Log
NLMS L+3 L+3 1 0
PNLMS 2L+1 5L+2 2 0
IPNLMS 3L+2 5L+2 2 0
MPNLMS 3L+1 6L+2 2 L
As we can see from the table that the increase in
complexity is compromised by the algorithm’s
performance [8].Depending on the particular
application, the tradeoff between performance and
complexity can be decided upon.
VI. SIMULATION RESULTS
The simulation is performed using synthetic data
via MATLAB. The MSE and ERLE values for all the
algorithms are plotted. In simulation the input source
signal 𝑥(n) is filtered through the built in FIR filter
using the generated impulse response ℎ(𝑛).A white
Gaussian noise 𝑤(𝑛) with 30dB SNR is added to the
filtered signal to obtain the output signal 𝑦(𝑛).The
source signal 𝑥(𝑛) is now fed as input the adaptive
filter whereas 𝑦(𝑛) is used as the desired signal. The
adaptive filter with 256 taps is used. The adaptive
process is repeated 10 times and averaged over 100
blocks to obtain the ensemble average of the MSE
and ERLE values. The step size parameter 𝜇 is kept
0.4 for fast convergence.
The sparse impulse response is generated
synthetically using method proposed in [5]. It
expresses the sparse impulse response as :
ℎ 𝑛 =
0 𝐿 𝑝∗𝐿 𝑝
0 𝐿 𝑝∗𝐿 𝑢
0 𝐿 𝑢∗𝐿 𝑝
𝐵𝐿 𝑝∗𝐿 𝑝
𝑢 + 𝑝 (14)
where vector u is defined as
𝑢 𝐿∗1 = 0 𝐿 𝑝∗1
1 𝑒
−1
𝜓 𝑒
−2
𝜓 … 𝑒
−(𝐿 𝑢 −1)
𝜓
𝑇
(15)
𝐿 𝑝 models the bulk delay. 𝐿 𝑢 = 𝐿 − 𝐿 𝑝 is the length
of the decaying window controlled by 𝜓. Smaller the
𝜓, more sparse is the system. Here impulse length L
is set 256, bulk delay Lp =20 and ψ=8. The constant
𝑝 is zero mean white Gaussian noise vector with
length L.
Fig 3 shows the comparative plot of average
MSE for all the sparse algorithms. Fig 4 shows the
comparative plot of average ERLE for all the sparse
algorithms. Each algorithm’s output is represented by
different colored line in the graphs. Fig 5 shows the
generated sparse impulse response for which for
which the comparison of the different echo
cancellation algorithms is made.
Meenal Mahajan Int. Journal of Engineering Research and Application www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 1, ( Part -6) January 2015, pp.60-63
www.ijera.com 63 | P a g e
Fig 3: Plot of MSE for four different algorithms
Fig 4: Plot of ERLE for four different algorithms
Fig 5: The generated sparse impulse response
VII. CONCLUSION
This paper aimed at finding the best sparse echo
cancellation algorithm in the terms of performance
measures i.e. ERLE and MSE. The simulation results
show that for sparse systems, MPNLMS gives lowest
values of MSE and the highest values of ERLE.
Thus, MPNLMS gives the best performance in
terms of the measures MSE and ERLE as compared
to other sparse adaptive filtering algorithms but at the
cost of increased computational complexity. NLMS
performs badly in sparse systems. However all these
sparse algorithms have slow convergence rate during
dispersive impulse response. The future work will be
directed to algorithms that work well in time varying
impulse response.
REFERENCES
[1] M.M. Sondhi, “An adaptive echo canceller,”
Bell. Systems Technical Journal, vol.
XLVI-3, pp. 497–510, Mar. 1967
[2] D. L. Duttweiler, “Proportionate normlized
least mean square adaptation in echo
cancellers,” IEEE Trans. Speech Audio
Process., vol. 8 no. 5, pp. 508–518, Sep.
2000.
[3] J. Benesty and S. L. Gay, “An improved
PNLMS algorithm,” in Proc. IEEE Int. Conf.
Acoust. Speech Signal Process., 2002, vol.
2, pp. 1881–1884.
[4] A. Deshpande and S. L. Grant, “A new
multi-algorithm approach to sparse system
adaptation,” in Proc. Eur. Signal Process.
Conf., 2005.
[5] A. W. H. Khong and P. A. Naylor, “Efficient
use of sparse adaptive filters,” in Proc.
Signals, Syst. Comput., ACSSC’06. 40th
Asilomar Conf.,Oct. 2006, pp. 1375–1379.
[6] M. A. M. Nekuii, “A fast converging
algorithm for network echo cancellation,”
IEEE Signal Process. Lett., vol. 11, no. 4,
pp. 427–430, Apr.2004.
[7] H. Deng and M. Doroslovacki, “Improving
convergence of the PNLMS algorithm for
sparse impulse response identification,”
IEEE Signal Process. Lett., vol. 12, no. 3,
pp. 181–184, Mar. 2005.
[8] Pradeep Loganathan, Andy W. H. Khong,,
and Patrick A. Naylor, “A Class of
Sparseness-Controlled Algorithms for Echo
Cancellation”, IEEE transactions on audio,
speech, and language processing, vol. 17,
no. 8, November 2009

More Related Content

What's hot

A New Approach to Adaptive Signal Processing
A New Approach to Adaptive Signal ProcessingA New Approach to Adaptive Signal Processing
A New Approach to Adaptive Signal Processingijeei-iaes
 
Ch5 transient and steady state response analyses(control)
Ch5  transient and steady state response analyses(control)Ch5  transient and steady state response analyses(control)
Ch5 transient and steady state response analyses(control)Elaf A.Saeed
 
Adjusting PageRank parameters and comparing results : REPORT
Adjusting PageRank parameters and comparing results : REPORTAdjusting PageRank parameters and comparing results : REPORT
Adjusting PageRank parameters and comparing results : REPORTSubhajit Sahu
 
Adjusting PageRank parameters and comparing results : REPORT
Adjusting PageRank parameters and comparing results : REPORTAdjusting PageRank parameters and comparing results : REPORT
Adjusting PageRank parameters and comparing results : REPORTSubhajit Sahu
 
Perturbation methods last
Perturbation methods lastPerturbation methods last
Perturbation methods lastSabir Ahmed
 
Estimation Theory Class (Summary and Revision)
Estimation Theory Class (Summary and Revision)Estimation Theory Class (Summary and Revision)
Estimation Theory Class (Summary and Revision)Ahmad Gomaa
 
Effects of poles and zeros affect control system
Effects of poles and zeros affect control systemEffects of poles and zeros affect control system
Effects of poles and zeros affect control systemGopinath S
 
FEEDBACK LINEARIZATION AND BACKSTEPPING CONTROLLERS FOR COUPLED TANKS
FEEDBACK LINEARIZATION AND BACKSTEPPING CONTROLLERS FOR COUPLED TANKSFEEDBACK LINEARIZATION AND BACKSTEPPING CONTROLLERS FOR COUPLED TANKS
FEEDBACK LINEARIZATION AND BACKSTEPPING CONTROLLERS FOR COUPLED TANKSieijjournal
 
Modeling examples
Modeling examplesModeling examples
Modeling examplesanand hd
 
Sensor Fusion Study - Ch10. Additional topics in kalman filter [Stella Seoyeo...
Sensor Fusion Study - Ch10. Additional topics in kalman filter [Stella Seoyeo...Sensor Fusion Study - Ch10. Additional topics in kalman filter [Stella Seoyeo...
Sensor Fusion Study - Ch10. Additional topics in kalman filter [Stella Seoyeo...AI Robotics KR
 
Vibration Isolation of a LEGO® plate
Vibration Isolation of a LEGO® plateVibration Isolation of a LEGO® plate
Vibration Isolation of a LEGO® plateOpen Adaptronik
 
Lecture 12 time_domain_analysis_of_control_systems
Lecture 12 time_domain_analysis_of_control_systemsLecture 12 time_domain_analysis_of_control_systems
Lecture 12 time_domain_analysis_of_control_systemsSaifullah Memon
 
TIME RESPONSE ANALYSIS
TIME RESPONSE ANALYSISTIME RESPONSE ANALYSIS
TIME RESPONSE ANALYSISDeep Chaudhari
 

What's hot (20)

A New Approach to Adaptive Signal Processing
A New Approach to Adaptive Signal ProcessingA New Approach to Adaptive Signal Processing
A New Approach to Adaptive Signal Processing
 
Ch5 transient and steady state response analyses(control)
Ch5  transient and steady state response analyses(control)Ch5  transient and steady state response analyses(control)
Ch5 transient and steady state response analyses(control)
 
Av 738 - Adaptive Filtering - Kalman Filters
Av 738 - Adaptive Filtering - Kalman Filters Av 738 - Adaptive Filtering - Kalman Filters
Av 738 - Adaptive Filtering - Kalman Filters
 
Adjusting PageRank parameters and comparing results : REPORT
Adjusting PageRank parameters and comparing results : REPORTAdjusting PageRank parameters and comparing results : REPORT
Adjusting PageRank parameters and comparing results : REPORT
 
Adjusting PageRank parameters and comparing results : REPORT
Adjusting PageRank parameters and comparing results : REPORTAdjusting PageRank parameters and comparing results : REPORT
Adjusting PageRank parameters and comparing results : REPORT
 
Ijrdt11 140004
Ijrdt11 140004Ijrdt11 140004
Ijrdt11 140004
 
Time domain analysis
Time domain analysisTime domain analysis
Time domain analysis
 
Perturbation methods last
Perturbation methods lastPerturbation methods last
Perturbation methods last
 
Av 738- Adaptive Filtering - Background Material
Av 738- Adaptive Filtering - Background MaterialAv 738- Adaptive Filtering - Background Material
Av 738- Adaptive Filtering - Background Material
 
Av 738- Adaptive Filtering - Wiener Filters[wk 3]
Av 738- Adaptive Filtering - Wiener Filters[wk 3]Av 738- Adaptive Filtering - Wiener Filters[wk 3]
Av 738- Adaptive Filtering - Wiener Filters[wk 3]
 
Estimation Theory Class (Summary and Revision)
Estimation Theory Class (Summary and Revision)Estimation Theory Class (Summary and Revision)
Estimation Theory Class (Summary and Revision)
 
B-G-3
B-G-3B-G-3
B-G-3
 
Effects of poles and zeros affect control system
Effects of poles and zeros affect control systemEffects of poles and zeros affect control system
Effects of poles and zeros affect control system
 
FEEDBACK LINEARIZATION AND BACKSTEPPING CONTROLLERS FOR COUPLED TANKS
FEEDBACK LINEARIZATION AND BACKSTEPPING CONTROLLERS FOR COUPLED TANKSFEEDBACK LINEARIZATION AND BACKSTEPPING CONTROLLERS FOR COUPLED TANKS
FEEDBACK LINEARIZATION AND BACKSTEPPING CONTROLLERS FOR COUPLED TANKS
 
Modeling examples
Modeling examplesModeling examples
Modeling examples
 
Sensor Fusion Study - Ch10. Additional topics in kalman filter [Stella Seoyeo...
Sensor Fusion Study - Ch10. Additional topics in kalman filter [Stella Seoyeo...Sensor Fusion Study - Ch10. Additional topics in kalman filter [Stella Seoyeo...
Sensor Fusion Study - Ch10. Additional topics in kalman filter [Stella Seoyeo...
 
final_report
final_reportfinal_report
final_report
 
Vibration Isolation of a LEGO® plate
Vibration Isolation of a LEGO® plateVibration Isolation of a LEGO® plate
Vibration Isolation of a LEGO® plate
 
Lecture 12 time_domain_analysis_of_control_systems
Lecture 12 time_domain_analysis_of_control_systemsLecture 12 time_domain_analysis_of_control_systems
Lecture 12 time_domain_analysis_of_control_systems
 
TIME RESPONSE ANALYSIS
TIME RESPONSE ANALYSISTIME RESPONSE ANALYSIS
TIME RESPONSE ANALYSIS
 

Viewers also liked

Acoustic echo cancellation
Acoustic echo cancellationAcoustic echo cancellation
Acoustic echo cancellationchintanajoshi
 
Application of Digital Signal Processing In Echo Cancellation: A Survey
Application of Digital Signal Processing In Echo Cancellation: A SurveyApplication of Digital Signal Processing In Echo Cancellation: A Survey
Application of Digital Signal Processing In Echo Cancellation: A SurveyEditor IJCATR
 
NFC based parking payment system
NFC based parking payment systemNFC based parking payment system
NFC based parking payment systemIJERA Editor
 
A Comparative Study to Maximize MRR in Electro Discharge Machining Process by...
A Comparative Study to Maximize MRR in Electro Discharge Machining Process by...A Comparative Study to Maximize MRR in Electro Discharge Machining Process by...
A Comparative Study to Maximize MRR in Electro Discharge Machining Process by...IJERA Editor
 
Securely Data Forwarding and Maintaining Reliability of Data in Cloud Computing
Securely Data Forwarding and Maintaining Reliability of Data in Cloud ComputingSecurely Data Forwarding and Maintaining Reliability of Data in Cloud Computing
Securely Data Forwarding and Maintaining Reliability of Data in Cloud ComputingIJERA Editor
 
Reversible Encrypytion and Information Concealment
Reversible Encrypytion and Information ConcealmentReversible Encrypytion and Information Concealment
Reversible Encrypytion and Information ConcealmentIJERA Editor
 
Is Industrialism A Blessing? A Study of Anjali Deshpande’s Impeachment.
Is Industrialism A Blessing? A Study of Anjali Deshpande’s Impeachment.Is Industrialism A Blessing? A Study of Anjali Deshpande’s Impeachment.
Is Industrialism A Blessing? A Study of Anjali Deshpande’s Impeachment.IJERA Editor
 
Intensify Denoisy Image Using Adaptive Multiscale Product Thresholding
Intensify Denoisy Image Using Adaptive Multiscale Product ThresholdingIntensify Denoisy Image Using Adaptive Multiscale Product Thresholding
Intensify Denoisy Image Using Adaptive Multiscale Product ThresholdingIJERA Editor
 
Comparative Study of Manual Lubrication and Automatic Lubrication
Comparative Study of Manual Lubrication and Automatic LubricationComparative Study of Manual Lubrication and Automatic Lubrication
Comparative Study of Manual Lubrication and Automatic LubricationIJERA Editor
 
Fuzzy Type Image Fusion Using SPIHT Image Compression Technique
Fuzzy Type Image Fusion Using SPIHT Image Compression TechniqueFuzzy Type Image Fusion Using SPIHT Image Compression Technique
Fuzzy Type Image Fusion Using SPIHT Image Compression TechniqueIJERA Editor
 
Resource Infrastructure Facilities and its Management in Thiruvarur District ...
Resource Infrastructure Facilities and its Management in Thiruvarur District ...Resource Infrastructure Facilities and its Management in Thiruvarur District ...
Resource Infrastructure Facilities and its Management in Thiruvarur District ...IJERA Editor
 

Viewers also liked (20)

Acoustic echo cancellation
Acoustic echo cancellationAcoustic echo cancellation
Acoustic echo cancellation
 
Application of Digital Signal Processing In Echo Cancellation: A Survey
Application of Digital Signal Processing In Echo Cancellation: A SurveyApplication of Digital Signal Processing In Echo Cancellation: A Survey
Application of Digital Signal Processing In Echo Cancellation: A Survey
 
Aq04605306316
Aq04605306316Aq04605306316
Aq04605306316
 
NFC based parking payment system
NFC based parking payment systemNFC based parking payment system
NFC based parking payment system
 
A Comparative Study to Maximize MRR in Electro Discharge Machining Process by...
A Comparative Study to Maximize MRR in Electro Discharge Machining Process by...A Comparative Study to Maximize MRR in Electro Discharge Machining Process by...
A Comparative Study to Maximize MRR in Electro Discharge Machining Process by...
 
A42050103
A42050103A42050103
A42050103
 
J045046772
J045046772J045046772
J045046772
 
E046023036
E046023036E046023036
E046023036
 
Securely Data Forwarding and Maintaining Reliability of Data in Cloud Computing
Securely Data Forwarding and Maintaining Reliability of Data in Cloud ComputingSecurely Data Forwarding and Maintaining Reliability of Data in Cloud Computing
Securely Data Forwarding and Maintaining Reliability of Data in Cloud Computing
 
Aq044274279
Aq044274279Aq044274279
Aq044274279
 
Reversible Encrypytion and Information Concealment
Reversible Encrypytion and Information ConcealmentReversible Encrypytion and Information Concealment
Reversible Encrypytion and Information Concealment
 
B42031119
B42031119B42031119
B42031119
 
J503035966
J503035966J503035966
J503035966
 
Is Industrialism A Blessing? A Study of Anjali Deshpande’s Impeachment.
Is Industrialism A Blessing? A Study of Anjali Deshpande’s Impeachment.Is Industrialism A Blessing? A Study of Anjali Deshpande’s Impeachment.
Is Industrialism A Blessing? A Study of Anjali Deshpande’s Impeachment.
 
Ab04405158161
Ab04405158161Ab04405158161
Ab04405158161
 
Intensify Denoisy Image Using Adaptive Multiscale Product Thresholding
Intensify Denoisy Image Using Adaptive Multiscale Product ThresholdingIntensify Denoisy Image Using Adaptive Multiscale Product Thresholding
Intensify Denoisy Image Using Adaptive Multiscale Product Thresholding
 
Comparative Study of Manual Lubrication and Automatic Lubrication
Comparative Study of Manual Lubrication and Automatic LubricationComparative Study of Manual Lubrication and Automatic Lubrication
Comparative Study of Manual Lubrication and Automatic Lubrication
 
Fuzzy Type Image Fusion Using SPIHT Image Compression Technique
Fuzzy Type Image Fusion Using SPIHT Image Compression TechniqueFuzzy Type Image Fusion Using SPIHT Image Compression Technique
Fuzzy Type Image Fusion Using SPIHT Image Compression Technique
 
Resource Infrastructure Facilities and its Management in Thiruvarur District ...
Resource Infrastructure Facilities and its Management in Thiruvarur District ...Resource Infrastructure Facilities and its Management in Thiruvarur District ...
Resource Infrastructure Facilities and its Management in Thiruvarur District ...
 
E43052831
E43052831E43052831
E43052831
 

Similar to A Comparative Study of Acoustic Echo Cancellation Algorithms in Sparse Impulse Response.

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
 
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
 
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
 
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
 
A Study of Training and Blind Equalization Algorithms for Quadrature Amplitud...
A Study of Training and Blind Equalization Algorithms for Quadrature Amplitud...A Study of Training and Blind Equalization Algorithms for Quadrature Amplitud...
A Study of Training and Blind Equalization Algorithms for Quadrature Amplitud...IRJET Journal
 
ANALYSIS OF FRACTIONALLY SPACED WIDELY LINEAR EQUALIZATION OVER FREQUENCY SEL...
ANALYSIS OF FRACTIONALLY SPACED WIDELY LINEAR EQUALIZATION OVER FREQUENCY SEL...ANALYSIS OF FRACTIONALLY SPACED WIDELY LINEAR EQUALIZATION OVER FREQUENCY SEL...
ANALYSIS OF FRACTIONALLY SPACED WIDELY LINEAR EQUALIZATION OVER FREQUENCY SEL...ijwmn
 
Analysis of Adaptive Algorithms
Analysis of Adaptive AlgorithmsAnalysis of Adaptive Algorithms
Analysis of Adaptive Algorithmsijsrd.com
 
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
 
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
 
An Optimal LFC in Two-Area Power Systems Using a Meta-heuristic Optimization...
An Optimal LFC in Two-Area Power Systems Using  a Meta-heuristic Optimization...An Optimal LFC in Two-Area Power Systems Using  a Meta-heuristic Optimization...
An Optimal LFC in Two-Area Power Systems Using a Meta-heuristic Optimization...IJECEIAES
 
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
 
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
 
Simulation of Adaptive Noise Canceller for an ECG signal Analysis
Simulation of Adaptive Noise Canceller for an ECG signal AnalysisSimulation of Adaptive Noise Canceller for an ECG signal Analysis
Simulation of Adaptive Noise Canceller for an ECG signal AnalysisIDES Editor
 
H infinity optimal_approximation_for_cau
H infinity optimal_approximation_for_cauH infinity optimal_approximation_for_cau
H infinity optimal_approximation_for_cauAl Vc
 
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
 

Similar to A Comparative Study of Acoustic Echo Cancellation Algorithms in Sparse Impulse Response. (20)

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,...
 
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
 
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...
 
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 ...
 
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...
 
A Study of Training and Blind Equalization Algorithms for Quadrature Amplitud...
A Study of Training and Blind Equalization Algorithms for Quadrature Amplitud...A Study of Training and Blind Equalization Algorithms for Quadrature Amplitud...
A Study of Training and Blind Equalization Algorithms for Quadrature Amplitud...
 
ANALYSIS OF FRACTIONALLY SPACED WIDELY LINEAR EQUALIZATION OVER FREQUENCY SEL...
ANALYSIS OF FRACTIONALLY SPACED WIDELY LINEAR EQUALIZATION OVER FREQUENCY SEL...ANALYSIS OF FRACTIONALLY SPACED WIDELY LINEAR EQUALIZATION OVER FREQUENCY SEL...
ANALYSIS OF FRACTIONALLY SPACED WIDELY LINEAR EQUALIZATION OVER FREQUENCY SEL...
 
Analysis of Adaptive Algorithms
Analysis of Adaptive AlgorithmsAnalysis of Adaptive Algorithms
Analysis of Adaptive Algorithms
 
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...
 
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...
 
476 293
476 293476 293
476 293
 
An Optimal LFC in Two-Area Power Systems Using a Meta-heuristic Optimization...
An Optimal LFC in Two-Area Power Systems Using  a Meta-heuristic Optimization...An Optimal LFC in Two-Area Power Systems Using  a Meta-heuristic Optimization...
An Optimal LFC in Two-Area Power Systems Using a Meta-heuristic Optimization...
 
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
 
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
 
Da36615618
Da36615618Da36615618
Da36615618
 
Simulation of Adaptive Noise Canceller for an ECG signal Analysis
Simulation of Adaptive Noise Canceller for an ECG signal AnalysisSimulation of Adaptive Noise Canceller for an ECG signal Analysis
Simulation of Adaptive Noise Canceller for an ECG signal Analysis
 
H infinity optimal_approximation_for_cau
H infinity optimal_approximation_for_cauH infinity optimal_approximation_for_cau
H infinity optimal_approximation_for_cau
 
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
 

Recently uploaded

Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxnull - The Open Security Community
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsHyundai Motor Group
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 

Recently uploaded (20)

Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 

A Comparative Study of Acoustic Echo Cancellation Algorithms in Sparse Impulse Response.

  • 1. Meenal Mahajan Int. Journal of Engineering Research and Application www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 1, ( Part -6) January 2015, pp.60-63 www.ijera.com 60 | P a g e A Comparative Study of Acoustic Echo Cancellation Algorithms in Sparse Impulse Response. Meenal Mahajan* , Ranjit Kaur** *(M.Tech Student, Department of ECE, Punjabi University, Patiala, India) **(Assistant Professor , Department of ECE, Punjabi University, Patiala, India) Abstract This paper aims at studying and comparing the performance of typical sparse algorithms for acoustic echo cancellation. When the echo path is sparse, the conventional Normalized Least Mean Square (NLMS) algorithm suffers from slow convergence. Thus, sparse adaptive filtering algorithms were introduced to overcome the convergence problem of adaptive filters in sparse impulse response. To determine the algorithm with best performance in echo cancellers, the comparison between these algorithms based on Echo Return Loss Enhancement (ERLE) and Mean Square Error (MSE) is carried out using MATLAB. Keywords: Sparse Adaptive algorithms, MATLAB, Echo cancellation, ERLE, MSE I. INTRODUCTION The acoustic echo cancellation problem arises due to coupling between a loudspeaker and a microphone. This may occur in applications such as hands-free telephone and teleconferencing. The coupling result in the far-end talker’s signal being fed back to the far-end taker resulting in disturbing echoes and instability sometimes. The key to reducing the undesirable echoes electrically is to generate a replica of the microphone signal and subtract it from the actual microphone signal [1]. This is illustrated in Fig. 1.1.The echo path is assumed unknown and time-varying. As a result, the adaptive echo canceller has the task of estimating the echo path and also keeping track of changes in it [1]. Fig 1: Echo Cancellation Process The adaptive filter is the critical part of the AEC that performs the work of estimating the echo path of the room to get a replica of the echo signal. Adaptive algorithms are used to search the optimum ℎ(𝑛). The filter ℎ(𝑛) denotes the impulse response of acoustic environment, ℎ(𝑛) denotes the adaptive filter used for cancellation of echo signal. The main aim of adaptive filtering technique is to equate the output y(n) to the desired output 𝑑(𝑛). The error signal 𝑒 𝑛 = 𝑑 𝑛 − 𝑦 𝑛 is given back at each iteration, so the filter coefficients are changed algorithmically to minimize 𝑒 𝑛 known. Calculating the mentioned error signal 𝑒 𝑛 is the aim of adaptive filter. Adaptive filters works on adaptive algorithms according to which they change their coefficients. When the filter output obtained is same as the desired signal, the echoed signal is cancelled out. In the acoustic echo cancellation process, the channel of transmission is sparse .This means few coefficients are active and others are zero or close to zero. Thus echo cancellers must be robust to sparseness [5]. Classical adaptive algorithms like Normalized least mean square algorithm (NLMS) have slow convergence in sparse response because of uniform step size across all its filter coefficients. In order to improve the convergence problem, the proportionate normalized least-mean square algorithm (PNLMS) was developed . The basic idea behind these proportionate algorithms was to update filter coefficients independently by adjusting the step size in proportion to the estimated filter coefficients [2]. This lead to fast initial convergence but in order to improve the overall convergence performance, improved versions of PNLMS as Improved PNLMS (IPNLMS) and Mu- law PNLMS (MPNLMS) were developed. The IPNLMS performed as a combination of both NLMS and PNLMS algorithms with the help of a controlling factor[5].This algorithm have shown better convergence results in both and non sparse impulse response. The MPNLMS algorithm improved the convergence of PNLMS by choosing optimal proportionate step sizes (by taking logarithmic values of the coefficients) during adaptation process [6]. RESEARCH ARTICLE OPEN ACCESS
  • 2. Meenal Mahajan Int. Journal of Engineering Research and Application www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 1, ( Part -6) January 2015, pp.60-63 www.ijera.com 61 | P a g e Section-2 describes what the sparse impulse response is. Section-3 gives review of all algorithms for echo cancellation such as NLMS, PNLMS, IPNLMS and MPNLMS. Section-4 gives the relative comparison of computational complexity of all the described algorithms Section-5 shows the results, observations and comparison of these algorithms on the basis of ERLE and MSE.Section-6 defines the conclusions and the future work. II. SPARSE RESPONSE A sparse impulse response has most of its components with zero or small magnitude and can be found in telephone networks. Due to the presence of bulk delays in the path only 8-10% exhibits an active region [8]. Fig 1.2 shows a typical sparse impulse response that can be realized in reality. Fig 2 -An example of sparse impulse response Sparse impulse responses are encountered in several applications, such as in acoustic and digital network echo cancellers. The degree of sparseness for an impulse response can be quantified as: 𝜉 𝑛 = 𝐿 𝐿− 𝐿 1 − ℎ(𝑛) 1 𝐿 ℎ(𝑛) 2 (1) and 0 ≤ 𝜉 𝑛 ≤ 1. During the conduct of experiments, a sparse impulse response generator is used to provide synthetic sparse impulse response as described in section 6. III. REVIEW OF ALGORITHMS In derivations and descriptions, the following notations are used 𝑥 𝑛 = Far end signal 𝑦 𝑛 = Echo and Background noise 𝑥 𝑛 = [𝑥 𝑛 … … 𝑥 𝑛 − 𝐿 + 1 ] 𝑇 ℎ(𝑛) = [ℎ0 … … ℎ 𝐿+1] 𝑇 True Echo Path ℎ 𝑛 = [ℎ0 … … ℎ 𝐿+1] 𝑇 Estimated echo path 𝑒 𝑛 = error signal 3.1 NLMS Algorithm NLMS differs from LMS in the way the taps weights are updated. The adjustment applied iteratively to the tap vector is normalized w.r.t squared Euclidean norm. NLMS serves as a reference algorithm in echo cancellers. The error signal and the coefficient update equation of the NLMS algorithm are given by [4] 𝑒 𝑛 = 𝑦 𝑛 − ℎ 𝑇 𝑛 − 1 𝑥 𝑛 (2) ℎ 𝑛 = ℎ 𝑛 − 1 + 𝜇𝑥 𝑛 𝑒(𝑛) 𝑥 𝑛 𝑥 𝑇 𝑛 + 𝛿 𝑁𝐿𝑀𝑆 (3) Equation (2) is common for all algorithms. In case of sparse impulse response, this algorithm converges very slowly. Thus it fails in providing adequate desired signal [3]. 3.2 PNLMS Algorithm In this algorithm, an adaptive individual step- size is assigned to each filter coefficient. The step- sizes are calculated from the last estimate of the filter coefficients in such a way that a larger coefficient receives a larger increment, thus increasing the convergence rate of that co-efficient [2]. This has the effect that active coefficients are adjusted faster than non-active coefficients (i.e. small or zero coefficients).Hence, PNLMS converges much faster than NLMS for sparse impulse responses (i.e., responses for which only a small percentage of coefficients is significant). However, this fast convergence was seen only for initial phase [7]. For an adaptive filter, PNLMS algorithm is presented as ℎ 𝑛 = ℎ 𝑛 − 1 + 𝜇𝑄 𝑛 − 1 𝑥 𝑛 𝑒 𝑛 𝑥 𝑛 𝑄 𝑛 − 1 𝑥 𝑇 𝑛 + 𝛿 𝑃𝑁𝐿𝑀𝑆 (4) 𝑄 𝑛 − 1 = 𝑑𝑖𝑎𝑔 𝑞0 𝑛 − 1 , . . , 𝑞 𝐿−1 𝑛 − 1 (5) 𝑞𝑙 𝑛 = 𝑘𝑙(𝑛) 1 𝐿 𝑘𝑖(𝑛)𝐿−1 𝑖=0 , 0 ≤ 𝑙 ≤ 𝐿 − 1 (6) 𝑘𝑙 𝑛 = 𝑚𝑎 𝑥 𝜌𝑚𝑎 𝑥 𝛶𝑝 , ℎ0 , ℎ1 , … ℎ 𝐿−1 (7) 𝑎𝑛𝑑 𝛿 𝑃𝑁𝐿𝑀𝑆 = 𝛿 𝑁𝐿𝑀𝑆 /𝐿 (8) In this algorithm, a time varying step-size control matrix 𝑄 𝑛 − 1 , whose elements are roughly proportional to the absolute values of the corresponding coefficients, is included in the update equation [4]. Equations (3), (4),(5) are common for all proportionate algorithms. As a result, the large coefficients at a given iteration get significantly more update energy than the small ones. The parameter 𝜇 is a fixed step-size factor, is a small constant needed in order to avoid division by zero, and ρ and 𝛿 are small positive constants which are important when all the coefficients are zero (such as in the beginning of the adaptation process) or when a coefficient is much smaller than the largest one [6]. 3.3 IPNLMS ALGORITHM In this a controlling factor α is introduced in the diagonal step size control matrix. This factor helps in switching between NLMS and PNLMS algorithms.
  • 3. Meenal Mahajan Int. Journal of Engineering Research and Application www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 1, ( Part -6) January 2015, pp.60-63 www.ijera.com 62 | P a g e The IPNLMS algorithm chose the elements of 𝑄 𝑛 as: 𝑞𝑙 𝑛 = 1 − 𝛼 2𝐿 + 1 + 𝛼 ℎ1 𝑛 2 ℎ 𝑛 (9) For α = -1, IPNLMS behaves like NLMS and when α = 1, it behaves like PNLMS. For fast convergence, favorably this value is kept as 0,-0.5 or -0.75. Also the computational complexity of this algorithm is very high [3]. 3.4 MPNLMS ALGORITHM In the μ-law improved proportionate normalized least mean-square (MPNLMS) algorithm, the step- sizes are optimal in the sense of minimizing the convergence rate (considering white noise input signal) [5] The resulting algorithm employs a nonlinear (logarithm) function of the coefficients in the step-size control. Instead of using magnitude directly the logarithm of magnitude is used as step gain of each coefficient. It consistently converges to steady state for sparse impulse response. The diagonal elements of 𝑄 𝑛 in MPNLMS are chosen as in PNLMS but the difference lies within 𝑘𝑙 𝑛 : 𝑘𝑙 𝑛 = 𝑚𝑎 𝑥 𝜌𝑚𝑎 𝑥 𝛶𝑝, 𝐹 ℎ0 , 𝐹 ℎ1 , … 𝐹 ℎ 𝐿−1 (10) 𝐹 ℎ𝑙 𝑛 = ln 1+𝜇 ℎ 𝑙 𝑛 ln 1+𝜇 (11) Though it improves the convergence rate but the computational load increases and mu-law is defined only in [0,1].If the magnitude of coefficients falls out of this range then this algorithm fails [5]. IV. PERFORMANCE MEASURES One of the performance measures for echo canceller is ERLE. It measures the attenuation of the echo signals in an acoustic echo cancellation system. Higher ERLE corresponds to higher reduction in echo. It is expressed in decibels (dB) and calculated as 𝐸𝑅𝐿𝐸(𝑛) = 10𝑙𝑜𝑔10 𝑦2(𝑛) 𝑒2(𝑛) 𝑑𝐵 (12) Another measure of performance is MSE. It gives the expected value of square of error. The lower MSE value is favorable. The formula for calculation of MSE is: 𝑀𝑆𝐸(𝑛) = 𝐸 𝑒2 (𝑛) (13) V. COMPUTATIONAL COMPLEXITY The relative complexity of the NLMS, PNLMS, IPNLMS and MPNLMS in terms of total additions(A), multiplications(M), divisions(D), logarithms(Log) per iteration is given in Table-I. Table-I Relative Complexity of Algorithms Algorithm A M D Log NLMS L+3 L+3 1 0 PNLMS 2L+1 5L+2 2 0 IPNLMS 3L+2 5L+2 2 0 MPNLMS 3L+1 6L+2 2 L As we can see from the table that the increase in complexity is compromised by the algorithm’s performance [8].Depending on the particular application, the tradeoff between performance and complexity can be decided upon. VI. SIMULATION RESULTS The simulation is performed using synthetic data via MATLAB. The MSE and ERLE values for all the algorithms are plotted. In simulation the input source signal 𝑥(n) is filtered through the built in FIR filter using the generated impulse response ℎ(𝑛).A white Gaussian noise 𝑤(𝑛) with 30dB SNR is added to the filtered signal to obtain the output signal 𝑦(𝑛).The source signal 𝑥(𝑛) is now fed as input the adaptive filter whereas 𝑦(𝑛) is used as the desired signal. The adaptive filter with 256 taps is used. The adaptive process is repeated 10 times and averaged over 100 blocks to obtain the ensemble average of the MSE and ERLE values. The step size parameter 𝜇 is kept 0.4 for fast convergence. The sparse impulse response is generated synthetically using method proposed in [5]. It expresses the sparse impulse response as : ℎ 𝑛 = 0 𝐿 𝑝∗𝐿 𝑝 0 𝐿 𝑝∗𝐿 𝑢 0 𝐿 𝑢∗𝐿 𝑝 𝐵𝐿 𝑝∗𝐿 𝑝 𝑢 + 𝑝 (14) where vector u is defined as 𝑢 𝐿∗1 = 0 𝐿 𝑝∗1 1 𝑒 −1 𝜓 𝑒 −2 𝜓 … 𝑒 −(𝐿 𝑢 −1) 𝜓 𝑇 (15) 𝐿 𝑝 models the bulk delay. 𝐿 𝑢 = 𝐿 − 𝐿 𝑝 is the length of the decaying window controlled by 𝜓. Smaller the 𝜓, more sparse is the system. Here impulse length L is set 256, bulk delay Lp =20 and ψ=8. The constant 𝑝 is zero mean white Gaussian noise vector with length L. Fig 3 shows the comparative plot of average MSE for all the sparse algorithms. Fig 4 shows the comparative plot of average ERLE for all the sparse algorithms. Each algorithm’s output is represented by different colored line in the graphs. Fig 5 shows the generated sparse impulse response for which for which the comparison of the different echo cancellation algorithms is made.
  • 4. Meenal Mahajan Int. Journal of Engineering Research and Application www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 1, ( Part -6) January 2015, pp.60-63 www.ijera.com 63 | P a g e Fig 3: Plot of MSE for four different algorithms Fig 4: Plot of ERLE for four different algorithms Fig 5: The generated sparse impulse response VII. CONCLUSION This paper aimed at finding the best sparse echo cancellation algorithm in the terms of performance measures i.e. ERLE and MSE. The simulation results show that for sparse systems, MPNLMS gives lowest values of MSE and the highest values of ERLE. Thus, MPNLMS gives the best performance in terms of the measures MSE and ERLE as compared to other sparse adaptive filtering algorithms but at the cost of increased computational complexity. NLMS performs badly in sparse systems. However all these sparse algorithms have slow convergence rate during dispersive impulse response. The future work will be directed to algorithms that work well in time varying impulse response. REFERENCES [1] M.M. Sondhi, “An adaptive echo canceller,” Bell. Systems Technical Journal, vol. XLVI-3, pp. 497–510, Mar. 1967 [2] D. L. Duttweiler, “Proportionate normlized least mean square adaptation in echo cancellers,” IEEE Trans. Speech Audio Process., vol. 8 no. 5, pp. 508–518, Sep. 2000. [3] J. Benesty and S. L. Gay, “An improved PNLMS algorithm,” in Proc. IEEE Int. Conf. Acoust. Speech Signal Process., 2002, vol. 2, pp. 1881–1884. [4] A. Deshpande and S. L. Grant, “A new multi-algorithm approach to sparse system adaptation,” in Proc. Eur. Signal Process. Conf., 2005. [5] A. W. H. Khong and P. A. Naylor, “Efficient use of sparse adaptive filters,” in Proc. Signals, Syst. Comput., ACSSC’06. 40th Asilomar Conf.,Oct. 2006, pp. 1375–1379. [6] M. A. M. Nekuii, “A fast converging algorithm for network echo cancellation,” IEEE Signal Process. Lett., vol. 11, no. 4, pp. 427–430, Apr.2004. [7] H. Deng and M. Doroslovacki, “Improving convergence of the PNLMS algorithm for sparse impulse response identification,” IEEE Signal Process. Lett., vol. 12, no. 3, pp. 181–184, Mar. 2005. [8] Pradeep Loganathan, Andy W. H. Khong,, and Patrick A. Naylor, “A Class of Sparseness-Controlled Algorithms for Echo Cancellation”, IEEE transactions on audio, speech, and language processing, vol. 17, no. 8, November 2009