SlideShare a Scribd company logo
1 of 6
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 09 | Sep -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 152
A new method for a nonlinear acoustic echo cancellation system
Tuan Van Huynh
Department of Physics and Computer Science, Faculty of Physics and Engineering Physics,
University of Science, Vietnam National University Ho Chi Minh City, Vietnam
------------------------------------------------------------------------------***--------------------------------------------------------------------------------
Abstract - Acoustic echo cancellation (AEC) is a
fundamental requirement of signal processing to increase
the quality of teleconferences. AEC has been concerned
since the 1950s in telecommunications and efficient
solutions for linear echo cancellation had been devised.
Teleconferencing systems employ FIR adaptive filter to
echo cancellation. However, in this case the problem is
difficult to solve because of nonlinear echo path. In this
paper, we propose a new method for acoustic echo
cancellation system which uses neural network combined
with Laguerre filter model to reduce echo signal in
nonlinear system. The results of simulations on Simulink
will demonstrate the efficiency of the solution.
Key Words: acoustic echo cancellation, AEC, neural
network.
1. INTRODUCTION
Sound is the object enriched, beautifully added to our
lives. But people are harassed, etc., such as echoes. Echo
cancellation is a matter of practical research today. There
are two echo cancellation methods: echo cancellation using
adaptive filtering and echo cancellation using neural
networks. Within this paper, the author will introduce the
advantages of echo cancellation using the neural network
combined with the Laguerre model.
The rapid development of technology has changed the
whole way in which people communicate. Today, people
like to talk to each other over the phone without having to
hold the phone in their hands. In those situations, you need
to use a speaker and a microphone in place to receive calls.
This will allow more people to be able to join the
conversation at the same time as at a telephone conference
[2, 5, 8, 15]. However, the sound coming from the speaker
will reflect on the surface of the room, echoed and picked
up by the microphone. As a result, the other line will hear
its own sound, which is called echo.
An acoustic echo is a repetition of the same waveform
or by reflection at perfect impedance coordinates. The
echoes are born in places where the transmission medium
is suddenly changed or because of the sound feedback
between the loudspeaker and the microphone of a
telecommunication system [4, 7, 10 12]. Elimination of
sound echoes is a matter of practical importance, such as
echo cancellation in conference rooms or handheld users,
live video meetings, etc. There are two types of echoes in
telecommunication networks: electromagnetic echoes and
acoustic echoes. Electromagnetic echoes are caused by
impedance mismatch at different points along the
transmission channel. Echoes are generated at two-wire to
four-wire connections in telecommunications systems [1,
3, 4, 7, 14]. Acoustic echoes are caused by reflections of
sound waves (between speakers and microphones) in
telephones and telecommunications systems [4, 6, 13, 18].
There are two groups of solutions to this problem, Echo
Suppression and Echo Cancellation. This paper will focus
on the study of adaptive filtering algorithms, Laguerre filter
and neural network for echo cancellation to improve the
quality of the conversation.
This paper presents an AEC system by using neural
network structure. A new method for a nonlinear acoustic
echo cancellation system using artificial neural network
combined with Laguerre filter model is proposed, where
the model of neural network is simplified to meet the
characteristic of an AEC system. The remainder of the
paper is organized as follows. Section 2 describes the AEC
system and proposes a new method for AEC system. In
section 3, the results of the proposed AEC system are
presented. The conclusions of the work as well as
suggestions for further research are given in section 4.
2. METHODOLOGY
Adaptive filter
Figure 1. Diagram of AEC system
The common method for echo cancellation is using an
adaptive filter. The adaptive filter algorithm adjusts the
parameters of the filter to minimize the error between y(n)
and )(ˆ ny echo signals. Figure 1 shows a block diagram of a
single channel echo cancellation system. In that, H(n) is the
impulse response of the sound environment, W(n) are
coefficients of FIR filter. The goal is to make the estimated
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 09 | Sep -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 153
echo signal )(ˆ ny equal to the primary echo y(n). At each
loop, the error signal e(n) is feedback on the filter so that
the filter has the information and adjusts the output [6, 7,
11].
As shown in figure 1, the estimated echo signal is
̂( ) ∑ ( ) ( ) ( ) ( ) ( )
and error signal
( ) ( ) ( ) ( ) (2)
where
( ) ( ) ( ) ( ) (3)
( ) ( ) ( ) ( ) (4)
where L is order filter.
Laguerre filter
The Laguerre filter algorithm can be created by
replacing the delay time in the FIR filter with phase filters
(figure 2) with the HAP(a, z) transfer function and add the
low pass filter HLPF(a, z) at the input [16, 18, 19].
Figure 2. Diagram of Laguerre filter model
( ) (5)
( )
√
(6)
For each value of a, the coefficient of the filter is
calculated so that )(ˆ ny is the best. The Laguerre filter is
stable when and only when |a| < 1. If a = 0, the
Laguerre filter degenerates into a familiar horizontal
filter. Based on the steepest-descent method, to
minimize the output instantaneous error of a filter, we
have a retrieval equation for calculating the filter
coefficients:
( ) ( ) ( ) ( ) (7)
The output signal of the filter is calculated using the
coefficient vector from the previous loop and the current
input vector
̂ ( ) ( ) ( ) (8)
The estimated error value e (n) is the difference
between the echo value y (n) and the estimate echo y (n):
( ) ( ) ̂( ) (9)
This method has some complex drawbacks and it is
difficult to perform with a nonlinear environment.
Artificial Neural Network (ANN)
Artificial neural network is the simplest reproduction of
biological neurons. Each artificial neuron is created that
will synthesize the input information and convert it to
output. The general structure of an ANN consists of three
components: the input layer, the hidden layer, and the
output layer. Each artificial neuron produces an output
value, and the output value depends on the transfer
function. The hidden layer consists of neurons that receive
input data from neurons in the previous layer. In an ANN
there can be many hidden classes.
Figure 3. Multi-layered neural network model
Figure 4. The ANN with sigmoid nonlinear function
The most common methods for reducing mean square
error (MSE) is based on the steepest descent approach. The
adaptation of an ANN using the fastest descent method
starts with an arbitrary value W (weighted system vector).
The slope of the MSE function is calculated and the weight
vector is adjusted for the value of the gradient function.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 09 | Sep -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 154
This procedure is repeated which causes the MSE to
continuously decrease and the weight vector approaches
an optimal value.
( ) (10)
where μ is the control parameter for stability and
convergence rate, and is the value of the gradient at a
point on the MSE surface corresponding to W = Wk. These
rules are then generalized to apply to neural networks.
Figure 4 shows the ANN associated with the sigmoid
nonlinear function. The input and output relations of the
sigmoid function are represented by ̂ ( ). The
sigmoid function is hyperbolic tangent:
̂ ( ) (11)
The weights of ANN are adjusted to minimize the mean
error ̅ , which is defined as:
̅ ̂ ( ) (12)
This goal is achieved by selecting the appropriate
weight vector. Then we will set up the back propagation
algorithm for ANN. Instantaneous gradients are obtained
with each input vector, and use the steepest descent
method to minimize error.
In figure 4, the estimated instantaneous gradient value
obtained from the input vector Xk is given by:
( ̅ )
̅
̅
(13)
where
̅ ( )
( ) (14)
and
From (13) and (14), we obtain
̅ ( )
Based on the steepest descent method to minimize
error after the sum of sk through the nonlinear sigmoid
function. The algorithm is as follows:
( ) ̅ ( ) (15)
If the sigmoid function is chosen as a hyperbolic tangent
function (11), the derivative ( ) is given by:
( )
( ( ))
( ( )) (16)
Accordingly, equation (15) becomes:
̅ ( ) (17)
Artificial Neural Network using nonlinear function
In this section, we propose an acoustic echo cancellation
system using ANN combined with Laguerre filter for echo
cancellation in nonlinear acoustic environment. To
simulate a nonlinear acoustic environment, we use the
function: ( ) and it is designed as figure 5.
Figure 5. The proposed AEC system using ANN combined
with Laguerre filter
3. EXPERIMENTAL RESULTS
In this section, we present the results of AEC systems in
a linear and nonlinear acoustic environment. Based on RLS
(Recursive least squares) algorithm to update the
coefficients or weights of adaptive filter, Laguerre filter and
neural network combined with Laguerre filter algorithms.
In this experiment, noise sources include music signals (eg
any song) were applied to excite the receiver room.
Sampling frequency of 8000 Hz was used throughout the
experiment, the learning rate for W is chosen as  = 1.
Results of AEC systems are implemented on Simulink.
To evaluate the effectiveness of the AEC systems we
use mean square error (MSE) and echo return loss
enhancement (ERLE) which respectively are defined as
follows
∑ ( ) (18)
∑ ( )
∑ ( )
(19)
where y(n) is acoustic echo signal, e(n) is error signal, N is
number of steps interaction.
Linear acoustic environment
The error signal corresponding to the AEC systems
using the adaptive filter (RLS-F), Laguerre filter (RLS-L)
and the three-layer ANN combined with the Laguerre filter
(ALN-3) filters is shown in figure 6 and figure 7. When the
AEC system is activated, mean square error of the residual
echoes (error signal) is attenuated very fast respectively.
This demonstrates that the AEC systems work effectively.
The results of figures 6 and 7 demonstrate that the
ALN-3 algorithm has an MSE amplitude less than RLS-L
and RLS-F algorithms, which suggests that the ALN-3
algorithm works very well in linear acoustic environment.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 09 | Sep -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 155
Figure 6. The error signal of the linear AEC systems
Figure 7. The MSE value of the linear AEC systems
Figure 8. The MSE value varies with order filter of the
linear AEC systems
Figure 9. The ERLE value varies with order filter of the
linear AEC systems
Based on the results of figure 8, we find that the MSE
value decreases with order filter and the ALN-3 algorithm
has a smaller MSE value than the RLS-L and the RLS-F
algorithm. And figure 9 shows that the ERLE value
increases corresponding with order filter and the ALN-3
algorithm has a larger ERLE value than the RLS-F and the
RLS-L algorithm. The results show that the proposed AEC
system using neural network combined with Laguerre
filter worked effectively and stability in linear acoustic
environment.
Nonlinear acoustic environment
To evaluate the proposed AEC system, we also
implemented it in a nonlinear acoustic environment
(figure 5). We make a comparison of the results of the
adaptive filter, the Laguerre filter and the neural network
combined with Laguerre filter algorithms. The results of
figures 10 and 11 show that the proposed AEC system
(ALN-3) algorithm also works very well in nonlinear
acoustic environment.
Figure 10. The error signal of the nonlinear AEC systems
Figure 11. The MSE value of the nonlinear AEC systems
The curves of figure 12 and figure 13 also show, that
the proposed AEC system using neural network combined
with Laguerre filter worked effectively and stability in
nonlinear acoustic environment. The results also show
that in the nonlinear acoustic environment adaptive
filtering and Laguerre filtering algorithms perform less
efficiently in a linear acoustic environment. However, in
the nonlinear acoustic environment the neural network
combined with Laguerre filter algorithm performed better
than itself in a linear acoustic environment. Therefore, the
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 09 | Sep -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 156
proposed AEC system will perform better in real
situations.
Figure 12. The MSE value varies with order filter of the
nonlinear AEC systems
Figure 13. The ERLE value varies with order filter of the
nonlinear AEC systems
Table 1. Comparing the complexity of algorithms
Methods
Order filter
Operation
3 11 19
General formula
(N: order filter)
RLS-F
Add/ sub 27 363 1083
Multiplication 36 484 1444
RLS-L
Add/ sub 32 384 1120
Multiplication 50 538 1538
ALN-3
Add/ sub 53 189 325
Multiplication 131 483 835
4. CONCLUSIONS
Based on the neural network technique and Laguerre
filter algorithm, we develop a new ANC system with
saturation compensation. The learning algorithm is
carried out using the gradient steepest descent method.
The results are provided to illustrate the performance
of the proposed AEC system in both the linear acoustic
environment and the nonlinear acoustic environment
cases.
The simulation results system show that the proposed
AEC system operated effectively. We will continue to study
other algorithms more optimally to improve the efficiency
of acoustic echo cancellation algorithms.
REFERENCES
[1] J. Benesty, D. R. Morgan, M. M. Sondhi, “A Better
Understanding and an Improved Solution to the
Specific Problems of Stereophonic Acoustic Echo
Cancellation”, IEEE Transactions on Speech and Audio
Processing, vol. 6, no. 2, 1998.
[2] V. V. Sudhir, A. S. N. Murthy, D. E. Rani, “Acoustic Echo
Cancellation using Adaptive Algorithms”, International
Journal of Advances in Computer Science and
Technology, vol. 3, no. 4, 2014.
[3] H. Buchner, W. Herbordt, and W. Kellermann, “An
efficient combination of multi-channel acoustic echo
cancellation with a beamforming microphone array”,
University of Erlangen Nuremberg, Germany.
[4] Y. W. Liu, J. O. Smith, “Perceptually similar orthogonal
sounds and applications to multichannel acoustic echo
canceling”, Center for Computer Research in Music
and Acoustics, Stanford University, USA.
[5] T. G. Nsler, J. Benesty, ”Stereophonic acoustic echo
cancellation and two-channel adaptive filtering: an
overview”, International Journal of adaptive control
and Signal Processing, 2000.
[6] K. Mayyas, “Fast implementation of a subband
adaptive algorithm for Acoustic Echo Cancellation”,
Journal of Electrical Engineering, vol. 55, no. 5-6,
2004, pp. 113-121.
[7] M. Moonen, T. Waterschoot, H. Jensen, “Adaptive
filtering algorithms for Acoustic Echo Cancellation and
Acoustic Feedback Control in speech communication
applications”, Group Science & Technology, KU
LEUVEN, 2013.
[8] J. C. M. Bermudez, “Adaptive Filtering - Theory and
Applications”, Electrical Engineering Federal
University of Santa Catarina Florian´opolis – SC Brazil,
IRIT - INP-ENSEEIHT, 2011.
[9] S. A. Minami, “Stereophonic echo canceler using single
adaptive filter", Proceedings of IEEE ICASSP, 1995.
[10] A. Schwarz, C. Hofmann, W. Kellermann, “Combined
Nonlinear Echo Cancellation and Residual Echo
Suppression”, Multimedia Communications and Signal
Processing, Friedrich-Alexander-Universität Erlangen-
Nürnberg, 2014.
[11] C. Boukis, D. P. Mandic, A. G. Constantinides, and L. C.
Polymenakos, “A Novel Algorithm for the Adaptation
of the Pole of Laguerre Filters”, IEEE Signal Processing
Letters, vol. 13, no. 7, 2006.
[12] A. Dankers, D. T. Westwick, “A Convex Method for
Selecting Optimal Laguerre Filter Banks in System
Modelling and Identification”, American Control
Conference Marriott Waterfront, USA, 2010.
[13] T. O. Silva, “Laguerre Filters”, Revista do Detua, vol. 1,
No.3, 1995.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 09 | Sep -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 157
[14] J. Yuan, “Adaptive Laguerre filters for active noise
control”, Mechanical Engineering, The Hong Kong
Polytechnic University, 2006.
[15] L. Knockaert,” On Orthonormal Müntz–Laguerre
Filters”, IEEE Transactions on Signal Processing, vol.
49, no. 4, 2001.
[16] B. Krose, P. V. D. Smagt, “An introduction to Neural
Networks”, University of Amsterdam, 1996.
[17] R. J. Schallkoff, “Artificial Neural Networks”, The
McGraw – Hill Companies, 1997.
[18] A. Uncini, “Audio Signal Processing by Neural
Networks”, University of Rome “La Sapienza” Via
Eudossiana 18, Italy.
[19] Schiffmann, W. Joost, M. and Werner, ”Optimization of
the backpropagation Algorithm for Training
Multilayer Perceptrons”, University of Koblenz, 1994.
[20] B. Widrow and Michael a. Lehr,” 30 Years of Adaptive
Neural Networks: Perceptron, Madaline, and
Backpropagation”, Proceedings of the IEEE, vol. 78, no.
9, 1990.

More Related Content

What's hot

IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...ijceronline
 
Optical sensing techniques and signal processing 5
Optical sensing techniques and signal processing 5Optical sensing techniques and signal processing 5
Optical sensing techniques and signal processing 5ali alavi
 
Iisrt dali martin (ec)
Iisrt dali martin (ec)Iisrt dali martin (ec)
Iisrt dali martin (ec)IISRT
 
Direction of arrival estimation using music algorithm
Direction of arrival estimation using music algorithmDirection of arrival estimation using music algorithm
Direction of arrival estimation using music algorithmeSAT Publishing House
 
Hybrid neuro-fuzzy-approach-for-automatic-generation-control-of-two--area-int...
Hybrid neuro-fuzzy-approach-for-automatic-generation-control-of-two--area-int...Hybrid neuro-fuzzy-approach-for-automatic-generation-control-of-two--area-int...
Hybrid neuro-fuzzy-approach-for-automatic-generation-control-of-two--area-int...Cemal Ardil
 
Three Element Beam forming Algorithm with Reduced Interference Effect in Sign...
Three Element Beam forming Algorithm with Reduced Interference Effect in Sign...Three Element Beam forming Algorithm with Reduced Interference Effect in Sign...
Three Element Beam forming Algorithm with Reduced Interference Effect in Sign...IJMER
 
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
 
parametric method of power spectrum Estimation
parametric method of power spectrum Estimationparametric method of power spectrum Estimation
parametric method of power spectrum Estimationjunjer
 
Doppler Estimation Method of Using Frequency Channel Response for OFDM System...
Doppler Estimation Method of Using Frequency Channel Response for OFDM System...Doppler Estimation Method of Using Frequency Channel Response for OFDM System...
Doppler Estimation Method of Using Frequency Channel Response for OFDM System...Tatsuji Miyamoto
 
Time alignment techniques for experimental sensor data
Time alignment techniques for experimental sensor dataTime alignment techniques for experimental sensor data
Time alignment techniques for experimental sensor dataIJCSES Journal
 
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
 
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
 
Design of Linear Array Transducer Using Ultrasound Simulation Program Field-II
Design of Linear Array Transducer Using Ultrasound Simulation Program Field-IIDesign of Linear Array Transducer Using Ultrasound Simulation Program Field-II
Design of Linear Array Transducer Using Ultrasound Simulation Program Field-IIinventy
 
An Adaptive Two-level Filtering Technique for Noise Lines in Video Images
An Adaptive Two-level Filtering Technique for Noise Lines in Video ImagesAn Adaptive Two-level Filtering Technique for Noise Lines in Video Images
An Adaptive Two-level Filtering Technique for Noise Lines in Video ImagesCSCJournals
 
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
 
linear equalizer and turbo equalizer
linear equalizer and turbo equalizerlinear equalizer and turbo equalizer
linear equalizer and turbo equalizerDivya_mtech
 
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
 

What's hot (19)

IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 
Optical sensing techniques and signal processing 5
Optical sensing techniques and signal processing 5Optical sensing techniques and signal processing 5
Optical sensing techniques and signal processing 5
 
Iisrt dali martin (ec)
Iisrt dali martin (ec)Iisrt dali martin (ec)
Iisrt dali martin (ec)
 
Direction of arrival estimation using music algorithm
Direction of arrival estimation using music algorithmDirection of arrival estimation using music algorithm
Direction of arrival estimation using music algorithm
 
Hybrid neuro-fuzzy-approach-for-automatic-generation-control-of-two--area-int...
Hybrid neuro-fuzzy-approach-for-automatic-generation-control-of-two--area-int...Hybrid neuro-fuzzy-approach-for-automatic-generation-control-of-two--area-int...
Hybrid neuro-fuzzy-approach-for-automatic-generation-control-of-two--area-int...
 
Three Element Beam forming Algorithm with Reduced Interference Effect in Sign...
Three Element Beam forming Algorithm with Reduced Interference Effect in Sign...Three Element Beam forming Algorithm with Reduced Interference Effect in Sign...
Three Element Beam forming Algorithm with Reduced Interference Effect in Sign...
 
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
 
parametric method of power spectrum Estimation
parametric method of power spectrum Estimationparametric method of power spectrum Estimation
parametric method of power spectrum Estimation
 
Doppler Estimation Method of Using Frequency Channel Response for OFDM System...
Doppler Estimation Method of Using Frequency Channel Response for OFDM System...Doppler Estimation Method of Using Frequency Channel Response for OFDM System...
Doppler Estimation Method of Using Frequency Channel Response for OFDM System...
 
Channel equalization
Channel equalizationChannel equalization
Channel equalization
 
Time alignment techniques for experimental sensor data
Time alignment techniques for experimental sensor dataTime alignment techniques for experimental sensor data
Time alignment techniques for experimental sensor data
 
Poster
PosterPoster
Poster
 
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
 
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
 
Design of Linear Array Transducer Using Ultrasound Simulation Program Field-II
Design of Linear Array Transducer Using Ultrasound Simulation Program Field-IIDesign of Linear Array Transducer Using Ultrasound Simulation Program Field-II
Design of Linear Array Transducer Using Ultrasound Simulation Program Field-II
 
An Adaptive Two-level Filtering Technique for Noise Lines in Video Images
An Adaptive Two-level Filtering Technique for Noise Lines in Video ImagesAn Adaptive Two-level Filtering Technique for Noise Lines in Video Images
An Adaptive Two-level Filtering Technique for Noise Lines in Video Images
 
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
 
linear equalizer and turbo equalizer
linear equalizer and turbo equalizerlinear equalizer and turbo equalizer
linear equalizer and turbo equalizer
 
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...
 

Similar to A New Method for a Nonlinear Acoustic Echo Cancellation System

IRJET- Artificial Neural Network Algorithm for Acoustic Echo Cancellation App...
IRJET- Artificial Neural Network Algorithm for Acoustic Echo Cancellation App...IRJET- Artificial Neural Network Algorithm for Acoustic Echo Cancellation App...
IRJET- Artificial Neural Network Algorithm for Acoustic Echo Cancellation App...IRJET 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
 
DESIGN REALIZATION AND PERFORMANCE EVALUATION OF AN ACOUSTIC ECHO CANCELLATIO...
DESIGN REALIZATION AND PERFORMANCE EVALUATION OF AN ACOUSTIC ECHO CANCELLATIO...DESIGN REALIZATION AND PERFORMANCE EVALUATION OF AN ACOUSTIC ECHO CANCELLATIO...
DESIGN REALIZATION AND PERFORMANCE EVALUATION OF AN ACOUSTIC ECHO CANCELLATIO...sipij
 
ECG Signal Denoising using Digital Filter and Adaptive Filter
ECG Signal Denoising using Digital Filter and Adaptive FilterECG Signal Denoising using Digital Filter and Adaptive Filter
ECG Signal Denoising using Digital Filter and Adaptive FilterIRJET Journal
 
Real Time Results of a Fuzzy Neural Network Active Noise Controller
Real Time Results of a Fuzzy Neural Network Active Noise ControllerReal Time Results of a Fuzzy Neural Network Active Noise Controller
Real Time Results of a Fuzzy Neural Network Active Noise ControllerIRJET Journal
 
Low complexity algorithm for updating the coefficients of adaptive 2
Low complexity algorithm for updating the coefficients of adaptive 2Low complexity algorithm for updating the coefficients of adaptive 2
Low complexity algorithm for updating the coefficients of adaptive 2IAEME Publication
 
IRJET- Performance Evaluation of DOA Estimation using MUSIC and Beamformi...
IRJET-  	  Performance Evaluation of DOA Estimation using MUSIC and Beamformi...IRJET-  	  Performance Evaluation of DOA Estimation using MUSIC and Beamformi...
IRJET- Performance Evaluation of DOA Estimation using MUSIC and Beamformi...IRJET Journal
 
H0255065070
H0255065070H0255065070
H0255065070theijes
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...ijceronline
 
Lab view Based Harmonic Analyser
Lab view Based Harmonic AnalyserLab view Based Harmonic Analyser
Lab view Based Harmonic Analysertheijes
 
New system of chaotic signal generation based on coupling coefficients applie...
New system of chaotic signal generation based on coupling coefficients applie...New system of chaotic signal generation based on coupling coefficients applie...
New system of chaotic signal generation based on coupling coefficients applie...University of Malaya (UM)
 
Paper id 252014114
Paper id 252014114Paper id 252014114
Paper id 252014114IJRAT
 
Performance Analysis of Acoustic Echo Cancellation Techniques
Performance Analysis of Acoustic Echo Cancellation TechniquesPerformance Analysis of Acoustic Echo Cancellation Techniques
Performance Analysis of Acoustic Echo Cancellation TechniquesIJERA Editor
 
Generation of Quantum Photon Information Using Extremely Narrow Optical Tweez...
Generation of Quantum Photon Information Using Extremely Narrow Optical Tweez...Generation of Quantum Photon Information Using Extremely Narrow Optical Tweez...
Generation of Quantum Photon Information Using Extremely Narrow Optical Tweez...University of Malaya (UM)
 
Rolling Element Bearing Condition Monitoring using Filtered Acoustic Emission
Rolling Element Bearing Condition Monitoring using Filtered Acoustic Emission Rolling Element Bearing Condition Monitoring using Filtered Acoustic Emission
Rolling Element Bearing Condition Monitoring using Filtered Acoustic Emission IJECEIAES
 
Hardware Implementation of Adaptive Noise Cancellation over DSP Kit TMS320C6713
Hardware Implementation of Adaptive Noise Cancellation over DSP Kit TMS320C6713Hardware Implementation of Adaptive Noise Cancellation over DSP Kit TMS320C6713
Hardware Implementation of Adaptive Noise Cancellation over DSP Kit TMS320C6713CSCJournals
 
Active Noise Cancellation
Active Noise CancellationActive Noise Cancellation
Active Noise CancellationIJERA Editor
 

Similar to A New Method for a Nonlinear Acoustic Echo Cancellation System (20)

IRJET- Artificial Neural Network Algorithm for Acoustic Echo Cancellation App...
IRJET- Artificial Neural Network Algorithm for Acoustic Echo Cancellation App...IRJET- Artificial Neural Network Algorithm for Acoustic Echo Cancellation App...
IRJET- Artificial Neural Network Algorithm for Acoustic Echo Cancellation App...
 
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...
 
DESIGN REALIZATION AND PERFORMANCE EVALUATION OF AN ACOUSTIC ECHO CANCELLATIO...
DESIGN REALIZATION AND PERFORMANCE EVALUATION OF AN ACOUSTIC ECHO CANCELLATIO...DESIGN REALIZATION AND PERFORMANCE EVALUATION OF AN ACOUSTIC ECHO CANCELLATIO...
DESIGN REALIZATION AND PERFORMANCE EVALUATION OF AN ACOUSTIC ECHO CANCELLATIO...
 
ECG Signal Denoising using Digital Filter and Adaptive Filter
ECG Signal Denoising using Digital Filter and Adaptive FilterECG Signal Denoising using Digital Filter and Adaptive Filter
ECG Signal Denoising using Digital Filter and Adaptive Filter
 
Real Time Results of a Fuzzy Neural Network Active Noise Controller
Real Time Results of a Fuzzy Neural Network Active Noise ControllerReal Time Results of a Fuzzy Neural Network Active Noise Controller
Real Time Results of a Fuzzy Neural Network Active Noise Controller
 
Ijetcas14 555
Ijetcas14 555Ijetcas14 555
Ijetcas14 555
 
Low complexity algorithm for updating the coefficients of adaptive 2
Low complexity algorithm for updating the coefficients of adaptive 2Low complexity algorithm for updating the coefficients of adaptive 2
Low complexity algorithm for updating the coefficients of adaptive 2
 
476 293
476 293476 293
476 293
 
IRJET- Performance Evaluation of DOA Estimation using MUSIC and Beamformi...
IRJET-  	  Performance Evaluation of DOA Estimation using MUSIC and Beamformi...IRJET-  	  Performance Evaluation of DOA Estimation using MUSIC and Beamformi...
IRJET- Performance Evaluation of DOA Estimation using MUSIC and Beamformi...
 
H0255065070
H0255065070H0255065070
H0255065070
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 
Lab view Based Harmonic Analyser
Lab view Based Harmonic AnalyserLab view Based Harmonic Analyser
Lab view Based Harmonic Analyser
 
New system of chaotic signal generation based on coupling coefficients applie...
New system of chaotic signal generation based on coupling coefficients applie...New system of chaotic signal generation based on coupling coefficients applie...
New system of chaotic signal generation based on coupling coefficients applie...
 
Paper id 252014114
Paper id 252014114Paper id 252014114
Paper id 252014114
 
Performance Analysis of Acoustic Echo Cancellation Techniques
Performance Analysis of Acoustic Echo Cancellation TechniquesPerformance Analysis of Acoustic Echo Cancellation Techniques
Performance Analysis of Acoustic Echo Cancellation Techniques
 
Generation of Quantum Photon Information Using Extremely Narrow Optical Tweez...
Generation of Quantum Photon Information Using Extremely Narrow Optical Tweez...Generation of Quantum Photon Information Using Extremely Narrow Optical Tweez...
Generation of Quantum Photon Information Using Extremely Narrow Optical Tweez...
 
Rolling Element Bearing Condition Monitoring using Filtered Acoustic Emission
Rolling Element Bearing Condition Monitoring using Filtered Acoustic Emission Rolling Element Bearing Condition Monitoring using Filtered Acoustic Emission
Rolling Element Bearing Condition Monitoring using Filtered Acoustic Emission
 
G010513644
G010513644G010513644
G010513644
 
Hardware Implementation of Adaptive Noise Cancellation over DSP Kit TMS320C6713
Hardware Implementation of Adaptive Noise Cancellation over DSP Kit TMS320C6713Hardware Implementation of Adaptive Noise Cancellation over DSP Kit TMS320C6713
Hardware Implementation of Adaptive Noise Cancellation over DSP Kit TMS320C6713
 
Active Noise Cancellation
Active Noise CancellationActive Noise Cancellation
Active Noise Cancellation
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
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
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 

Recently uploaded (20)

Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
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
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
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
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 

A New Method for a Nonlinear Acoustic Echo Cancellation System

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 09 | Sep -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 152 A new method for a nonlinear acoustic echo cancellation system Tuan Van Huynh Department of Physics and Computer Science, Faculty of Physics and Engineering Physics, University of Science, Vietnam National University Ho Chi Minh City, Vietnam ------------------------------------------------------------------------------***-------------------------------------------------------------------------------- Abstract - Acoustic echo cancellation (AEC) is a fundamental requirement of signal processing to increase the quality of teleconferences. AEC has been concerned since the 1950s in telecommunications and efficient solutions for linear echo cancellation had been devised. Teleconferencing systems employ FIR adaptive filter to echo cancellation. However, in this case the problem is difficult to solve because of nonlinear echo path. In this paper, we propose a new method for acoustic echo cancellation system which uses neural network combined with Laguerre filter model to reduce echo signal in nonlinear system. The results of simulations on Simulink will demonstrate the efficiency of the solution. Key Words: acoustic echo cancellation, AEC, neural network. 1. INTRODUCTION Sound is the object enriched, beautifully added to our lives. But people are harassed, etc., such as echoes. Echo cancellation is a matter of practical research today. There are two echo cancellation methods: echo cancellation using adaptive filtering and echo cancellation using neural networks. Within this paper, the author will introduce the advantages of echo cancellation using the neural network combined with the Laguerre model. The rapid development of technology has changed the whole way in which people communicate. Today, people like to talk to each other over the phone without having to hold the phone in their hands. In those situations, you need to use a speaker and a microphone in place to receive calls. This will allow more people to be able to join the conversation at the same time as at a telephone conference [2, 5, 8, 15]. However, the sound coming from the speaker will reflect on the surface of the room, echoed and picked up by the microphone. As a result, the other line will hear its own sound, which is called echo. An acoustic echo is a repetition of the same waveform or by reflection at perfect impedance coordinates. The echoes are born in places where the transmission medium is suddenly changed or because of the sound feedback between the loudspeaker and the microphone of a telecommunication system [4, 7, 10 12]. Elimination of sound echoes is a matter of practical importance, such as echo cancellation in conference rooms or handheld users, live video meetings, etc. There are two types of echoes in telecommunication networks: electromagnetic echoes and acoustic echoes. Electromagnetic echoes are caused by impedance mismatch at different points along the transmission channel. Echoes are generated at two-wire to four-wire connections in telecommunications systems [1, 3, 4, 7, 14]. Acoustic echoes are caused by reflections of sound waves (between speakers and microphones) in telephones and telecommunications systems [4, 6, 13, 18]. There are two groups of solutions to this problem, Echo Suppression and Echo Cancellation. This paper will focus on the study of adaptive filtering algorithms, Laguerre filter and neural network for echo cancellation to improve the quality of the conversation. This paper presents an AEC system by using neural network structure. A new method for a nonlinear acoustic echo cancellation system using artificial neural network combined with Laguerre filter model is proposed, where the model of neural network is simplified to meet the characteristic of an AEC system. The remainder of the paper is organized as follows. Section 2 describes the AEC system and proposes a new method for AEC system. In section 3, the results of the proposed AEC system are presented. The conclusions of the work as well as suggestions for further research are given in section 4. 2. METHODOLOGY Adaptive filter Figure 1. Diagram of AEC system The common method for echo cancellation is using an adaptive filter. The adaptive filter algorithm adjusts the parameters of the filter to minimize the error between y(n) and )(ˆ ny echo signals. Figure 1 shows a block diagram of a single channel echo cancellation system. In that, H(n) is the impulse response of the sound environment, W(n) are coefficients of FIR filter. The goal is to make the estimated
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 09 | Sep -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 153 echo signal )(ˆ ny equal to the primary echo y(n). At each loop, the error signal e(n) is feedback on the filter so that the filter has the information and adjusts the output [6, 7, 11]. As shown in figure 1, the estimated echo signal is ̂( ) ∑ ( ) ( ) ( ) ( ) ( ) and error signal ( ) ( ) ( ) ( ) (2) where ( ) ( ) ( ) ( ) (3) ( ) ( ) ( ) ( ) (4) where L is order filter. Laguerre filter The Laguerre filter algorithm can be created by replacing the delay time in the FIR filter with phase filters (figure 2) with the HAP(a, z) transfer function and add the low pass filter HLPF(a, z) at the input [16, 18, 19]. Figure 2. Diagram of Laguerre filter model ( ) (5) ( ) √ (6) For each value of a, the coefficient of the filter is calculated so that )(ˆ ny is the best. The Laguerre filter is stable when and only when |a| < 1. If a = 0, the Laguerre filter degenerates into a familiar horizontal filter. Based on the steepest-descent method, to minimize the output instantaneous error of a filter, we have a retrieval equation for calculating the filter coefficients: ( ) ( ) ( ) ( ) (7) The output signal of the filter is calculated using the coefficient vector from the previous loop and the current input vector ̂ ( ) ( ) ( ) (8) The estimated error value e (n) is the difference between the echo value y (n) and the estimate echo y (n): ( ) ( ) ̂( ) (9) This method has some complex drawbacks and it is difficult to perform with a nonlinear environment. Artificial Neural Network (ANN) Artificial neural network is the simplest reproduction of biological neurons. Each artificial neuron is created that will synthesize the input information and convert it to output. The general structure of an ANN consists of three components: the input layer, the hidden layer, and the output layer. Each artificial neuron produces an output value, and the output value depends on the transfer function. The hidden layer consists of neurons that receive input data from neurons in the previous layer. In an ANN there can be many hidden classes. Figure 3. Multi-layered neural network model Figure 4. The ANN with sigmoid nonlinear function The most common methods for reducing mean square error (MSE) is based on the steepest descent approach. The adaptation of an ANN using the fastest descent method starts with an arbitrary value W (weighted system vector). The slope of the MSE function is calculated and the weight vector is adjusted for the value of the gradient function.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 09 | Sep -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 154 This procedure is repeated which causes the MSE to continuously decrease and the weight vector approaches an optimal value. ( ) (10) where μ is the control parameter for stability and convergence rate, and is the value of the gradient at a point on the MSE surface corresponding to W = Wk. These rules are then generalized to apply to neural networks. Figure 4 shows the ANN associated with the sigmoid nonlinear function. The input and output relations of the sigmoid function are represented by ̂ ( ). The sigmoid function is hyperbolic tangent: ̂ ( ) (11) The weights of ANN are adjusted to minimize the mean error ̅ , which is defined as: ̅ ̂ ( ) (12) This goal is achieved by selecting the appropriate weight vector. Then we will set up the back propagation algorithm for ANN. Instantaneous gradients are obtained with each input vector, and use the steepest descent method to minimize error. In figure 4, the estimated instantaneous gradient value obtained from the input vector Xk is given by: ( ̅ ) ̅ ̅ (13) where ̅ ( ) ( ) (14) and From (13) and (14), we obtain ̅ ( ) Based on the steepest descent method to minimize error after the sum of sk through the nonlinear sigmoid function. The algorithm is as follows: ( ) ̅ ( ) (15) If the sigmoid function is chosen as a hyperbolic tangent function (11), the derivative ( ) is given by: ( ) ( ( )) ( ( )) (16) Accordingly, equation (15) becomes: ̅ ( ) (17) Artificial Neural Network using nonlinear function In this section, we propose an acoustic echo cancellation system using ANN combined with Laguerre filter for echo cancellation in nonlinear acoustic environment. To simulate a nonlinear acoustic environment, we use the function: ( ) and it is designed as figure 5. Figure 5. The proposed AEC system using ANN combined with Laguerre filter 3. EXPERIMENTAL RESULTS In this section, we present the results of AEC systems in a linear and nonlinear acoustic environment. Based on RLS (Recursive least squares) algorithm to update the coefficients or weights of adaptive filter, Laguerre filter and neural network combined with Laguerre filter algorithms. In this experiment, noise sources include music signals (eg any song) were applied to excite the receiver room. Sampling frequency of 8000 Hz was used throughout the experiment, the learning rate for W is chosen as  = 1. Results of AEC systems are implemented on Simulink. To evaluate the effectiveness of the AEC systems we use mean square error (MSE) and echo return loss enhancement (ERLE) which respectively are defined as follows ∑ ( ) (18) ∑ ( ) ∑ ( ) (19) where y(n) is acoustic echo signal, e(n) is error signal, N is number of steps interaction. Linear acoustic environment The error signal corresponding to the AEC systems using the adaptive filter (RLS-F), Laguerre filter (RLS-L) and the three-layer ANN combined with the Laguerre filter (ALN-3) filters is shown in figure 6 and figure 7. When the AEC system is activated, mean square error of the residual echoes (error signal) is attenuated very fast respectively. This demonstrates that the AEC systems work effectively. The results of figures 6 and 7 demonstrate that the ALN-3 algorithm has an MSE amplitude less than RLS-L and RLS-F algorithms, which suggests that the ALN-3 algorithm works very well in linear acoustic environment.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 09 | Sep -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 155 Figure 6. The error signal of the linear AEC systems Figure 7. The MSE value of the linear AEC systems Figure 8. The MSE value varies with order filter of the linear AEC systems Figure 9. The ERLE value varies with order filter of the linear AEC systems Based on the results of figure 8, we find that the MSE value decreases with order filter and the ALN-3 algorithm has a smaller MSE value than the RLS-L and the RLS-F algorithm. And figure 9 shows that the ERLE value increases corresponding with order filter and the ALN-3 algorithm has a larger ERLE value than the RLS-F and the RLS-L algorithm. The results show that the proposed AEC system using neural network combined with Laguerre filter worked effectively and stability in linear acoustic environment. Nonlinear acoustic environment To evaluate the proposed AEC system, we also implemented it in a nonlinear acoustic environment (figure 5). We make a comparison of the results of the adaptive filter, the Laguerre filter and the neural network combined with Laguerre filter algorithms. The results of figures 10 and 11 show that the proposed AEC system (ALN-3) algorithm also works very well in nonlinear acoustic environment. Figure 10. The error signal of the nonlinear AEC systems Figure 11. The MSE value of the nonlinear AEC systems The curves of figure 12 and figure 13 also show, that the proposed AEC system using neural network combined with Laguerre filter worked effectively and stability in nonlinear acoustic environment. The results also show that in the nonlinear acoustic environment adaptive filtering and Laguerre filtering algorithms perform less efficiently in a linear acoustic environment. However, in the nonlinear acoustic environment the neural network combined with Laguerre filter algorithm performed better than itself in a linear acoustic environment. Therefore, the
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 09 | Sep -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 156 proposed AEC system will perform better in real situations. Figure 12. The MSE value varies with order filter of the nonlinear AEC systems Figure 13. The ERLE value varies with order filter of the nonlinear AEC systems Table 1. Comparing the complexity of algorithms Methods Order filter Operation 3 11 19 General formula (N: order filter) RLS-F Add/ sub 27 363 1083 Multiplication 36 484 1444 RLS-L Add/ sub 32 384 1120 Multiplication 50 538 1538 ALN-3 Add/ sub 53 189 325 Multiplication 131 483 835 4. CONCLUSIONS Based on the neural network technique and Laguerre filter algorithm, we develop a new ANC system with saturation compensation. The learning algorithm is carried out using the gradient steepest descent method. The results are provided to illustrate the performance of the proposed AEC system in both the linear acoustic environment and the nonlinear acoustic environment cases. The simulation results system show that the proposed AEC system operated effectively. We will continue to study other algorithms more optimally to improve the efficiency of acoustic echo cancellation algorithms. REFERENCES [1] J. Benesty, D. R. Morgan, M. M. Sondhi, “A Better Understanding and an Improved Solution to the Specific Problems of Stereophonic Acoustic Echo Cancellation”, IEEE Transactions on Speech and Audio Processing, vol. 6, no. 2, 1998. [2] V. V. Sudhir, A. S. N. Murthy, D. E. Rani, “Acoustic Echo Cancellation using Adaptive Algorithms”, International Journal of Advances in Computer Science and Technology, vol. 3, no. 4, 2014. [3] H. Buchner, W. Herbordt, and W. Kellermann, “An efficient combination of multi-channel acoustic echo cancellation with a beamforming microphone array”, University of Erlangen Nuremberg, Germany. [4] Y. W. Liu, J. O. Smith, “Perceptually similar orthogonal sounds and applications to multichannel acoustic echo canceling”, Center for Computer Research in Music and Acoustics, Stanford University, USA. [5] T. G. Nsler, J. Benesty, ”Stereophonic acoustic echo cancellation and two-channel adaptive filtering: an overview”, International Journal of adaptive control and Signal Processing, 2000. [6] K. Mayyas, “Fast implementation of a subband adaptive algorithm for Acoustic Echo Cancellation”, Journal of Electrical Engineering, vol. 55, no. 5-6, 2004, pp. 113-121. [7] M. Moonen, T. Waterschoot, H. Jensen, “Adaptive filtering algorithms for Acoustic Echo Cancellation and Acoustic Feedback Control in speech communication applications”, Group Science & Technology, KU LEUVEN, 2013. [8] J. C. M. Bermudez, “Adaptive Filtering - Theory and Applications”, Electrical Engineering Federal University of Santa Catarina Florian´opolis – SC Brazil, IRIT - INP-ENSEEIHT, 2011. [9] S. A. Minami, “Stereophonic echo canceler using single adaptive filter", Proceedings of IEEE ICASSP, 1995. [10] A. Schwarz, C. Hofmann, W. Kellermann, “Combined Nonlinear Echo Cancellation and Residual Echo Suppression”, Multimedia Communications and Signal Processing, Friedrich-Alexander-Universität Erlangen- Nürnberg, 2014. [11] C. Boukis, D. P. Mandic, A. G. Constantinides, and L. C. Polymenakos, “A Novel Algorithm for the Adaptation of the Pole of Laguerre Filters”, IEEE Signal Processing Letters, vol. 13, no. 7, 2006. [12] A. Dankers, D. T. Westwick, “A Convex Method for Selecting Optimal Laguerre Filter Banks in System Modelling and Identification”, American Control Conference Marriott Waterfront, USA, 2010. [13] T. O. Silva, “Laguerre Filters”, Revista do Detua, vol. 1, No.3, 1995.
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 09 | Sep -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 157 [14] J. Yuan, “Adaptive Laguerre filters for active noise control”, Mechanical Engineering, The Hong Kong Polytechnic University, 2006. [15] L. Knockaert,” On Orthonormal Müntz–Laguerre Filters”, IEEE Transactions on Signal Processing, vol. 49, no. 4, 2001. [16] B. Krose, P. V. D. Smagt, “An introduction to Neural Networks”, University of Amsterdam, 1996. [17] R. J. Schallkoff, “Artificial Neural Networks”, The McGraw – Hill Companies, 1997. [18] A. Uncini, “Audio Signal Processing by Neural Networks”, University of Rome “La Sapienza” Via Eudossiana 18, Italy. [19] Schiffmann, W. Joost, M. and Werner, ”Optimization of the backpropagation Algorithm for Training Multilayer Perceptrons”, University of Koblenz, 1994. [20] B. Widrow and Michael a. Lehr,” 30 Years of Adaptive Neural Networks: Perceptron, Madaline, and Backpropagation”, Proceedings of the IEEE, vol. 78, no. 9, 1990.