SlideShare uma empresa Scribd logo
1 de 4
Baixar para ler offline
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 03 | Mar-2014, Available @ http://www.ijret.org 27
NOISE REDUCTION IN SPEECH PROCESSING USING IMPROVED
ACTIVE NOISE CONTROL (ANC) TECHNIQUE
I. Nancy Catherine1
, S. Dhandapani2
1
PG Scholar, ECE Department, Saveetha Engineering College, Tamil Nadu, India
2
Professor, ECE Department, Saveetha Engineering College, Tamil Nadu, India
Abstract
An improved feed forward adaptive Active Noise Control (ANC) scheme is proposed by using Voice Activity Detector (VAD) and
wiener filtering method. The ‘speech-plus-noise’ periods and ‘noise-only’ periods are separated using VAD and the unwanted
noise is removed by adaptive filtering method. By using Speech Distortion Weighted- Multichannel Wiener Filtering (SDW-MWF)
algorithm the noise periods which is present along with the speech signal, is processed and filtered out. The background noise
along with the speech samples are removed by the iterative procedure of filtering process. Feed forward based ANC is used to
achieve a system with a better noise reduction in speech processing. Adaptive filtering process is carried out and the speech
signal without the background noise can be achieved.
Key Words: Active Noise Control (ANC), Noise reduction, Adaptive filtering, Feed forward ANC
--------------------------------------------------------------------***----------------------------------------------------------------------
1. INTRODUCTION
Active Noise Control (ANC) also known as noise
cancellation is a technique used for reducing the unwanted
background noise. It is a method used for reduction in sound
by using a power source which is best suited at low
frequencies, whereas passive noise control is reduction of
noise by using noise isolating materials such as insulation,
muffler than a power source. At high frequencies, passive
noise control is more effective.
-
Fig -1: Block Diagram of signal path of an Adaptive ANC
system
By introducing a cancelling “antinoise” waveform through
an array of secondary sources which are interconnected
through an electronic system using a specific signal
processing algorithm [5], noise reduction using ANC is
achieved.
The FxLMS algorithm is widely used in ANC systems. Due
to the presence of an uncorrelated disturbance at the error
microphone, the performance of the FxLMS algorithm in
steady state will be degraded [1]-[3].
1.1 Feed forward ANC
A Feed forward system should be implemented whenever it
is possible to obtain a suitable reference signal [8]. The
controller and physical system can be separately optimized
in this system.
x (n)
d (n) +
y (n)
Fig -2: Feedforward ANC
Single-channel feed forward structure has primary noise
sensed by reference microphone. Reference signal is used as
input to ANC system. Error signal is used to monitor the
performance. The goal of this structure is to minimize the
error, i.e. the acoustic noise.
2. PROPOSED METHOD
Speech signal is given as input which is analog in nature.
This analog waveform is converted to digital waveform by
sampling and quantization. The speech signal with
frequency about 4 KHz is taken as analog input which is
converted to discrete signal by means of sampling. Then by
the process of quantization, this discrete signal is converted
to digital signal.
P W
ResidualDisturbance
Plant Control Filter
Σ
+
P
SW
+
n
t
d e
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 03 | Mar-2014, Available @ http://www.ijret.org 28
An adaptive feed forward based ANC method is proposed
which is used to attenuate the multiple noise sources
corrupting the speech signal.
Fig -3: Flow chart of the proposed ANC method
2.1 Short Time Fourier Transform (STFT)
By applying Short Time Fourier Transform (STFT) analysis,
the digital signal can be segmented into narrow time
intervals. Take the Fourier Transform (FT) of each segment.
The STFT computed for each window centered at t=t′ is
given below:
STFTf
u
(t′, u) = [𝑓 𝑡 . 𝑊(𝑡 − 𝑡′)].e-j2Πut
dt (1)
Where, t′ is the time parameter,
U is the frequency parameter,
f (t) is the signal to be analyzed
2.2 Binary VAD
The input signal consisting of both speeches as well as
background noise is processed through the VAD [7]. This is
used for improving the efficiency of high speech coding and
low-bit rate transmission. VAD firsts counts the number of
frames of the sequence using the Zero Crossing Detector
(ZCD). It is a technique used to detect the presence or
absence of human speech [4].
Based upon the threshold values VAD will separate the
speech and noise samples separately. The amplitude of the
signal present between this threshold values is detected as
speech and the remaining is detected as noise. Now by using
adaptive wiener filtering process the unwanted amplitudes
of the signal exceeding the maximum and minimum
threshold values are eliminated based on the error value
calculated. The frame samples are iteratively processed
through the filter, so that even the minute noises present
along with the speech samples are filtered out. Thus only the
speech samples are filtered out. Thus only the speech
samples are produced at the output which is of enhanced
clarity.
2.3 Wiener Filter
Wiener filtering is optimal in terms of the Mean Square
Error (MSE). It executes an optimal tradeoff between
inverse filtering and noise smoothing. By means of high
pass filtering it performs deconvolution by inverse filtering
and also removes the noise with a compression operation by
low pass filtering.
2.4 SDW-MWFµ
The Multi-channel Wiener filter (MWF) is extended by
introducing a weighted factor that allows for a trade-off
between Noise Reduction (NR) and speech distortion is
referred to as the Speech Distortion Weighted –
Multichannel Wiener Filter (SDW-MWFµ) [6].
The design criterion of the SDW-MWFµ is given by
WMWFµ (k,l) = arg min W(k,l) ε{|X1
s
(k,l) – WH
(k,l) Xs
(k,l)|2
}+
µε{|WH
(k,l) Xn
(k,l)|2
} (2)
And the solution of SDW-MWFµ is then given by
WMWFµ (k, l) = [Rs (k, l) + µRn (k, l)]-1
Rs (k, l) e1 (3)
2.5 Adaptive Filtering
According to an optimization algorithm driven by an error
signal, the transfer function is self- adjusted by an adaptive
filter.
The difference or error signal e (n) is given by the following
formula:
e (n) = d (n) – y (n) (4)
Input signal (Human Speech)
Voice Activity Detector (VAD)
Speech-Plus-Noise
Correlation matrix
SDW-MWF
Output signal
Short Time Fourier Transform (STFT)
Noise-Only
Correlation matrix
Adaptive Filtering
ISTFT (Synthesis)
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 03 | Mar-2014, Available @ http://www.ijret.org 29
-
Fig -4: Adaptive Filter
3. SIMULATION RESULTS
The experimental setup of the proposed ANC method is
designed in MATLAB Simulink. The snapshot of the noise
reduction system is shown below:
Fig -5: Simulink model of the proposed ANC method
By using VAD and Wiener filtering, the noises from the
input signal („speech plus noise‟ periods) are removed. Here
Adaptive filtering is carried using LMS algorithm and
output waveform is shown using scope.
Fig -6: Noise removal using adaptive ANC method
The extraction of only speech periods is done and the output
is heard using the speaker. The noise removed output
waveform is clearly seen in the snapshot given below:
Fig -7: Extraction of speech signal from the input (speech +
noise)
4. CONCLUSION
In this paper, an adaptive feed forward ANC system is
designed using SDW-MWF algorithm. This method is used
to attenuate the multiple noise sources scenario and produce
clarity at the output. The background noises are reduced by
the iterative adaptive filtering method. The designed
adaptive feed forward ANC system can be implemented in
TMS320C32 for real time applications.
REFERENCES
[1] Akhtar M.T. and Mitsuhashi W. „Improving
performance of hybrid active noise control systems for
uncorrelated narrowband disturbances‟, IEEE Trans.
Audio, Speech, Lang. Process., vol. 19, no. 7, pp. 2058-
2066, 2011.
[2] Chen J. Benesty J. Huang Y. and Doclo S. “New
insights into the noise reduction Wiener filter”, IEEE
Trans. Audio, Speech, Lang. Process., vol. 14, no. 4, pp.
1218–1234, 2006
[3] S. Doclo, A. Spriet, J. Wouters, and M. Moonen,
“Frequency-domain criterion for the speech distortion
weighted multichannel wiener filter for robust noise
reduction”, Elsevier Speech Commun., vol. 49, no.7–8,
pp. 636–656, 2007.
[4] C. Ganesh Babu and P.T.Vanathi, “Performance
analysis of voice activity detection algorithms for robust
speech recognition”, International Journal of
Computing Science and Communication Technologies,
vol. 2, no. 1, pp. 288-293, July. 2009.
[5] S. M. Kuo and D. R. Morgan, “Active noise control: A
tutorial review”, Proc. IEEE, vol. 87, no. 6, pp. 943–
973, Jun. 1999.
[6] R. Serizel, M. Moonen, J. Wouters and S. H. Jensen,
“Integrated active noise control and noise reduction in
Update algorithm
Variable filter (wn)
x (n)
Δwn
+
+
+
+
d (n)
e (n)
𝑦(𝑛)
n)
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 03 | Mar-2014, Available @ http://www.ijret.org 30
[7] hearing aids”, IEEE Trans. Audio, Speech, Lang.
Process., vol. 18, no. 6, pp. 1137-1146.
[8] Richard C. Hendriks, Jesper Jensen, and Richard
Heusdens, “Noise tracking using DFT domain subspace
decompositions”, IEEE Trans. Audio, Speech, Lang.
Process., vol. 16, no. 3, pp. 541–553, 2008.
[9] Yegui Xiao and Jing Wang “A new feed forward hybrid
active noise control system”, IEEE Trans. Signal
Process., vol. 18, no. 10, pp. 591-594, 2011.
BIOGRAPHIES
I. Nancy Catherine received the
B.E. degree in Electronics and
Communication Engineering in the
year 2011 and pursuing M.E.
degree in VLSI Design in Saveetha
Engineering College. Her area of
interest include Speech Signal
processing and VLSI Design.
Dr. S. Dhandapani received the
B.E. degree in Electrical and
Electronics Engineering and M.E.
degree in Applied Electronics from
Bharathiar university in 1998 and
2003 respectively and Ph.D. degree
in Information and Communication
Engineering from Anna university,
Chennai in 2012. Currently, he is a
Professor in the Department of
Electronics and Communication
Engineering, Saveetha Engineering
College, Chennai. He is a life
member of ISTE, IETE and
IAENG. He has published more
than 10 research papers. His
research interests include digital
image processing, network security
and VLSI design.

Mais conteúdo relacionado

Mais procurados

GENDER RECOGNITION SYSTEM USING SPEECH SIGNAL
GENDER RECOGNITION SYSTEM USING SPEECH SIGNALGENDER RECOGNITION SYSTEM USING SPEECH SIGNAL
GENDER RECOGNITION SYSTEM USING SPEECH SIGNALIJCSEIT Journal
 
A REVIEW OF LPC METHODS FOR ENHANCEMENT OF SPEECH SIGNALS
A REVIEW OF LPC METHODS FOR ENHANCEMENT OF SPEECH SIGNALSA REVIEW OF LPC METHODS FOR ENHANCEMENT OF SPEECH SIGNALS
A REVIEW OF LPC METHODS FOR ENHANCEMENT OF SPEECH SIGNALSijiert bestjournal
 
Adaptive wavelet thresholding with robust hybrid features for text-independe...
Adaptive wavelet thresholding with robust hybrid features  for text-independe...Adaptive wavelet thresholding with robust hybrid features  for text-independe...
Adaptive wavelet thresholding with robust hybrid features for text-independe...IJECEIAES
 
IRJET- Voice based Gender Recognition
IRJET- Voice based Gender RecognitionIRJET- Voice based Gender Recognition
IRJET- Voice based Gender RecognitionIRJET Journal
 
Dc3210881096
Dc3210881096Dc3210881096
Dc3210881096IJMER
 
Paper id 28201448
Paper id 28201448Paper id 28201448
Paper id 28201448IJRAT
 
Performance Analysis of Fractional Sample Rate Converter Using Audio Applicat...
Performance Analysis of Fractional Sample Rate Converter Using Audio Applicat...Performance Analysis of Fractional Sample Rate Converter Using Audio Applicat...
Performance Analysis of Fractional Sample Rate Converter Using Audio Applicat...iosrjce
 
Broad phoneme classification using signal based features
Broad phoneme classification using signal based featuresBroad phoneme classification using signal based features
Broad phoneme classification using signal based featuresijsc
 
Speech signal analysis for linear filter banks of different orders
Speech signal analysis for linear filter banks of different ordersSpeech signal analysis for linear filter banks of different orders
Speech signal analysis for linear filter banks of different orderseSAT Journals
 
Design of dfe based mimo communication system for mobile moving with high vel...
Design of dfe based mimo communication system for mobile moving with high vel...Design of dfe based mimo communication system for mobile moving with high vel...
Design of dfe based mimo communication system for mobile moving with high vel...Made Artha
 
Implementation Cost Analysis of the Interpolator for the Wimax Technology
Implementation Cost Analysis of the Interpolator for the Wimax TechnologyImplementation Cost Analysis of the Interpolator for the Wimax Technology
Implementation Cost Analysis of the Interpolator for the Wimax Technologyiosrjce
 
multirate signal processing for speech
multirate signal processing for speechmultirate signal processing for speech
multirate signal processing for speechRudra Prasad Maiti
 
IRJET- Segmentation in Digital Signal Processing
IRJET-  	  Segmentation in Digital Signal ProcessingIRJET-  	  Segmentation in Digital Signal Processing
IRJET- Segmentation in Digital Signal ProcessingIRJET Journal
 
Speech compression analysis using matlab
Speech compression analysis using matlabSpeech compression analysis using matlab
Speech compression analysis using matlabeSAT Journals
 
Speech compression analysis using matlab
Speech compression analysis using matlabSpeech compression analysis using matlab
Speech compression analysis using matlabeSAT Publishing House
 
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
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 

Mais procurados (19)

GENDER RECOGNITION SYSTEM USING SPEECH SIGNAL
GENDER RECOGNITION SYSTEM USING SPEECH SIGNALGENDER RECOGNITION SYSTEM USING SPEECH SIGNAL
GENDER RECOGNITION SYSTEM USING SPEECH SIGNAL
 
Z4301132136
Z4301132136Z4301132136
Z4301132136
 
A REVIEW OF LPC METHODS FOR ENHANCEMENT OF SPEECH SIGNALS
A REVIEW OF LPC METHODS FOR ENHANCEMENT OF SPEECH SIGNALSA REVIEW OF LPC METHODS FOR ENHANCEMENT OF SPEECH SIGNALS
A REVIEW OF LPC METHODS FOR ENHANCEMENT OF SPEECH SIGNALS
 
Adaptive wavelet thresholding with robust hybrid features for text-independe...
Adaptive wavelet thresholding with robust hybrid features  for text-independe...Adaptive wavelet thresholding with robust hybrid features  for text-independe...
Adaptive wavelet thresholding with robust hybrid features for text-independe...
 
IRJET- Voice based Gender Recognition
IRJET- Voice based Gender RecognitionIRJET- Voice based Gender Recognition
IRJET- Voice based Gender Recognition
 
Dc3210881096
Dc3210881096Dc3210881096
Dc3210881096
 
Paper id 28201448
Paper id 28201448Paper id 28201448
Paper id 28201448
 
Performance Analysis of Fractional Sample Rate Converter Using Audio Applicat...
Performance Analysis of Fractional Sample Rate Converter Using Audio Applicat...Performance Analysis of Fractional Sample Rate Converter Using Audio Applicat...
Performance Analysis of Fractional Sample Rate Converter Using Audio Applicat...
 
Broad phoneme classification using signal based features
Broad phoneme classification using signal based featuresBroad phoneme classification using signal based features
Broad phoneme classification using signal based features
 
Speech signal analysis for linear filter banks of different orders
Speech signal analysis for linear filter banks of different ordersSpeech signal analysis for linear filter banks of different orders
Speech signal analysis for linear filter banks of different orders
 
Design of dfe based mimo communication system for mobile moving with high vel...
Design of dfe based mimo communication system for mobile moving with high vel...Design of dfe based mimo communication system for mobile moving with high vel...
Design of dfe based mimo communication system for mobile moving with high vel...
 
Implementation Cost Analysis of the Interpolator for the Wimax Technology
Implementation Cost Analysis of the Interpolator for the Wimax TechnologyImplementation Cost Analysis of the Interpolator for the Wimax Technology
Implementation Cost Analysis of the Interpolator for the Wimax Technology
 
multirate signal processing for speech
multirate signal processing for speechmultirate signal processing for speech
multirate signal processing for speech
 
IRJET- Segmentation in Digital Signal Processing
IRJET-  	  Segmentation in Digital Signal ProcessingIRJET-  	  Segmentation in Digital Signal Processing
IRJET- Segmentation in Digital Signal Processing
 
Speech compression analysis using matlab
Speech compression analysis using matlabSpeech compression analysis using matlab
Speech compression analysis using matlab
 
Speech compression analysis using matlab
Speech compression analysis using matlabSpeech compression analysis using matlab
Speech compression analysis using matlab
 
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...
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
D011132635
D011132635D011132635
D011132635
 

Destaque

Rfid, an enabler in supply chain management
Rfid, an enabler in supply chain managementRfid, an enabler in supply chain management
Rfid, an enabler in supply chain managementeSAT Publishing House
 
Throughput analysis of energy aware routing protocol
Throughput analysis of energy aware routing protocolThroughput analysis of energy aware routing protocol
Throughput analysis of energy aware routing protocoleSAT Publishing House
 
Two level data security using steganography and 2 d cellular automata
Two level data security using steganography and 2 d cellular automataTwo level data security using steganography and 2 d cellular automata
Two level data security using steganography and 2 d cellular automataeSAT Publishing House
 
Investigation and computational analysis of divergent orifice in fuel injecto...
Investigation and computational analysis of divergent orifice in fuel injecto...Investigation and computational analysis of divergent orifice in fuel injecto...
Investigation and computational analysis of divergent orifice in fuel injecto...eSAT Publishing House
 
Outage analysis of simo system over nakagami n fading channel
Outage analysis of simo system over nakagami n fading channelOutage analysis of simo system over nakagami n fading channel
Outage analysis of simo system over nakagami n fading channeleSAT Publishing House
 
A simplified design of multiplier for multi layer feed forward hardware neura...
A simplified design of multiplier for multi layer feed forward hardware neura...A simplified design of multiplier for multi layer feed forward hardware neura...
A simplified design of multiplier for multi layer feed forward hardware neura...eSAT Publishing House
 
Investigation of behaviour of 3 degrees of freedom
Investigation of behaviour of 3 degrees of freedomInvestigation of behaviour of 3 degrees of freedom
Investigation of behaviour of 3 degrees of freedomeSAT Publishing House
 
Study of fiber optic sensor using concrete beams
Study of fiber optic sensor using concrete beamsStudy of fiber optic sensor using concrete beams
Study of fiber optic sensor using concrete beamseSAT Publishing House
 
Design and development of load sharing multipath routing protcol for mobile a...
Design and development of load sharing multipath routing protcol for mobile a...Design and development of load sharing multipath routing protcol for mobile a...
Design and development of load sharing multipath routing protcol for mobile a...eSAT Publishing House
 
Remedy for disease affected iris in iris recognition
Remedy for disease affected iris in iris recognitionRemedy for disease affected iris in iris recognition
Remedy for disease affected iris in iris recognitioneSAT Publishing House
 
It business management parameters framework from indian context
It business management parameters framework from indian contextIt business management parameters framework from indian context
It business management parameters framework from indian contexteSAT Publishing House
 
New optimization scheme for cooperative spectrum sensing taking different snr...
New optimization scheme for cooperative spectrum sensing taking different snr...New optimization scheme for cooperative spectrum sensing taking different snr...
New optimization scheme for cooperative spectrum sensing taking different snr...eSAT Publishing House
 
The effect of band engineering of semiconductors on
The effect of band engineering of semiconductors onThe effect of band engineering of semiconductors on
The effect of band engineering of semiconductors oneSAT Publishing House
 
A comparative evaluation on the properties of hma with variations in aggregat...
A comparative evaluation on the properties of hma with variations in aggregat...A comparative evaluation on the properties of hma with variations in aggregat...
A comparative evaluation on the properties of hma with variations in aggregat...eSAT Publishing House
 
Zigbee based smart fall detection and notification
Zigbee based smart fall detection and notificationZigbee based smart fall detection and notification
Zigbee based smart fall detection and notificationeSAT Publishing House
 
Semantic approach utilizing data mining and case based reasoning for it suppo...
Semantic approach utilizing data mining and case based reasoning for it suppo...Semantic approach utilizing data mining and case based reasoning for it suppo...
Semantic approach utilizing data mining and case based reasoning for it suppo...eSAT Publishing House
 
Data discrimination prevention in customer relationship managment
Data discrimination prevention in customer relationship managmentData discrimination prevention in customer relationship managment
Data discrimination prevention in customer relationship managmenteSAT Publishing House
 
Exposure to elevated temperatures and cooled under different regimes – a stud...
Exposure to elevated temperatures and cooled under different regimes – a stud...Exposure to elevated temperatures and cooled under different regimes – a stud...
Exposure to elevated temperatures and cooled under different regimes – a stud...eSAT Publishing House
 
Intelligent computing techniques on medical image segmentation and analysis a...
Intelligent computing techniques on medical image segmentation and analysis a...Intelligent computing techniques on medical image segmentation and analysis a...
Intelligent computing techniques on medical image segmentation and analysis a...eSAT Publishing House
 
Securing voip communications in an open network
Securing voip communications in an open networkSecuring voip communications in an open network
Securing voip communications in an open networkeSAT Publishing House
 

Destaque (20)

Rfid, an enabler in supply chain management
Rfid, an enabler in supply chain managementRfid, an enabler in supply chain management
Rfid, an enabler in supply chain management
 
Throughput analysis of energy aware routing protocol
Throughput analysis of energy aware routing protocolThroughput analysis of energy aware routing protocol
Throughput analysis of energy aware routing protocol
 
Two level data security using steganography and 2 d cellular automata
Two level data security using steganography and 2 d cellular automataTwo level data security using steganography and 2 d cellular automata
Two level data security using steganography and 2 d cellular automata
 
Investigation and computational analysis of divergent orifice in fuel injecto...
Investigation and computational analysis of divergent orifice in fuel injecto...Investigation and computational analysis of divergent orifice in fuel injecto...
Investigation and computational analysis of divergent orifice in fuel injecto...
 
Outage analysis of simo system over nakagami n fading channel
Outage analysis of simo system over nakagami n fading channelOutage analysis of simo system over nakagami n fading channel
Outage analysis of simo system over nakagami n fading channel
 
A simplified design of multiplier for multi layer feed forward hardware neura...
A simplified design of multiplier for multi layer feed forward hardware neura...A simplified design of multiplier for multi layer feed forward hardware neura...
A simplified design of multiplier for multi layer feed forward hardware neura...
 
Investigation of behaviour of 3 degrees of freedom
Investigation of behaviour of 3 degrees of freedomInvestigation of behaviour of 3 degrees of freedom
Investigation of behaviour of 3 degrees of freedom
 
Study of fiber optic sensor using concrete beams
Study of fiber optic sensor using concrete beamsStudy of fiber optic sensor using concrete beams
Study of fiber optic sensor using concrete beams
 
Design and development of load sharing multipath routing protcol for mobile a...
Design and development of load sharing multipath routing protcol for mobile a...Design and development of load sharing multipath routing protcol for mobile a...
Design and development of load sharing multipath routing protcol for mobile a...
 
Remedy for disease affected iris in iris recognition
Remedy for disease affected iris in iris recognitionRemedy for disease affected iris in iris recognition
Remedy for disease affected iris in iris recognition
 
It business management parameters framework from indian context
It business management parameters framework from indian contextIt business management parameters framework from indian context
It business management parameters framework from indian context
 
New optimization scheme for cooperative spectrum sensing taking different snr...
New optimization scheme for cooperative spectrum sensing taking different snr...New optimization scheme for cooperative spectrum sensing taking different snr...
New optimization scheme for cooperative spectrum sensing taking different snr...
 
The effect of band engineering of semiconductors on
The effect of band engineering of semiconductors onThe effect of band engineering of semiconductors on
The effect of band engineering of semiconductors on
 
A comparative evaluation on the properties of hma with variations in aggregat...
A comparative evaluation on the properties of hma with variations in aggregat...A comparative evaluation on the properties of hma with variations in aggregat...
A comparative evaluation on the properties of hma with variations in aggregat...
 
Zigbee based smart fall detection and notification
Zigbee based smart fall detection and notificationZigbee based smart fall detection and notification
Zigbee based smart fall detection and notification
 
Semantic approach utilizing data mining and case based reasoning for it suppo...
Semantic approach utilizing data mining and case based reasoning for it suppo...Semantic approach utilizing data mining and case based reasoning for it suppo...
Semantic approach utilizing data mining and case based reasoning for it suppo...
 
Data discrimination prevention in customer relationship managment
Data discrimination prevention in customer relationship managmentData discrimination prevention in customer relationship managment
Data discrimination prevention in customer relationship managment
 
Exposure to elevated temperatures and cooled under different regimes – a stud...
Exposure to elevated temperatures and cooled under different regimes – a stud...Exposure to elevated temperatures and cooled under different regimes – a stud...
Exposure to elevated temperatures and cooled under different regimes – a stud...
 
Intelligent computing techniques on medical image segmentation and analysis a...
Intelligent computing techniques on medical image segmentation and analysis a...Intelligent computing techniques on medical image segmentation and analysis a...
Intelligent computing techniques on medical image segmentation and analysis a...
 
Securing voip communications in an open network
Securing voip communications in an open networkSecuring voip communications in an open network
Securing voip communications in an open network
 

Semelhante a Noise reduction in speech processing using improved active noise control (anc) technique

20575-38936-1-PB.pdf
20575-38936-1-PB.pdf20575-38936-1-PB.pdf
20575-38936-1-PB.pdfIjictTeam
 
Feature extraction from asthma patient’s voice using mel frequency cepstral c...
Feature extraction from asthma patient’s voice using mel frequency cepstral c...Feature extraction from asthma patient’s voice using mel frequency cepstral c...
Feature extraction from asthma patient’s voice using mel frequency cepstral c...eSAT Publishing House
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD Editor
 
Speech enhancement using spectral subtraction technique with minimized cross ...
Speech enhancement using spectral subtraction technique with minimized cross ...Speech enhancement using spectral subtraction technique with minimized cross ...
Speech enhancement using spectral subtraction technique with minimized cross ...eSAT Journals
 
A_Noise_Reduction_Method_Based_on_LMS_Adaptive_Fil.pdf
A_Noise_Reduction_Method_Based_on_LMS_Adaptive_Fil.pdfA_Noise_Reduction_Method_Based_on_LMS_Adaptive_Fil.pdf
A_Noise_Reduction_Method_Based_on_LMS_Adaptive_Fil.pdfBala Murugan
 
Comparative performance analysis of channel normalization techniques
Comparative performance analysis of channel normalization techniquesComparative performance analysis of channel normalization techniques
Comparative performance analysis of channel normalization techniqueseSAT Journals
 
Performance enhancement of dct based speaker recognition using wavelet de noi...
Performance enhancement of dct based speaker recognition using wavelet de noi...Performance enhancement of dct based speaker recognition using wavelet de noi...
Performance enhancement of dct based speaker recognition using wavelet de noi...eSAT Journals
 
Adaptive Digital Filter Design for Linear Noise Cancellation Using Neural Net...
Adaptive Digital Filter Design for Linear Noise Cancellation Using Neural Net...Adaptive Digital Filter Design for Linear Noise Cancellation Using Neural Net...
Adaptive Digital Filter Design for Linear Noise Cancellation Using Neural Net...iosrjce
 
Effects of filtering on ber performance of an ofdm system
Effects of filtering on ber performance of an ofdm systemEffects of filtering on ber performance of an ofdm system
Effects of filtering on ber performance of an ofdm systemeSAT Journals
 
LMS Adaptive Filters for Noise Cancellation: A Review
LMS Adaptive Filters for Noise Cancellation: A Review LMS Adaptive Filters for Noise Cancellation: A Review
LMS Adaptive Filters for Noise Cancellation: A Review IJECEIAES
 
Active Noise Cancellation
Active Noise CancellationActive Noise Cancellation
Active Noise CancellationIJERA Editor
 
full_paper_378_20160318051155150
full_paper_378_20160318051155150full_paper_378_20160318051155150
full_paper_378_20160318051155150Andrey Troshin
 
A Study of Ball Bearing’s Crack Using Acoustic Signal / Vibration Signal and ...
A Study of Ball Bearing’s Crack Using Acoustic Signal / Vibration Signal and ...A Study of Ball Bearing’s Crack Using Acoustic Signal / Vibration Signal and ...
A Study of Ball Bearing’s Crack Using Acoustic Signal / Vibration Signal and ...INFOGAIN PUBLICATION
 
A Study of Ball Bearing’s Crack Using Acoustic Signal / Vibration Signal and ...
A Study of Ball Bearing’s Crack Using Acoustic Signal / Vibration Signal and ...A Study of Ball Bearing’s Crack Using Acoustic Signal / Vibration Signal and ...
A Study of Ball Bearing’s Crack Using Acoustic Signal / Vibration Signal and ...INFOGAIN PUBLICATION
 
A Study of Ball Bearing’s Crack Using Acoustic Signal / Vibration Signal and ...
A Study of Ball Bearing’s Crack Using Acoustic Signal / Vibration Signal and ...A Study of Ball Bearing’s Crack Using Acoustic Signal / Vibration Signal and ...
A Study of Ball Bearing’s Crack Using Acoustic Signal / Vibration Signal and ...INFOGAIN PUBLICATION
 
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
 
A review of Noise Suppression Technology for Real-Time Speech Enhancement
A review of Noise Suppression Technology for Real-Time Speech EnhancementA review of Noise Suppression Technology for Real-Time Speech Enhancement
A review of Noise Suppression Technology for Real-Time Speech EnhancementIRJET Journal
 

Semelhante a Noise reduction in speech processing using improved active noise control (anc) technique (20)

20575-38936-1-PB.pdf
20575-38936-1-PB.pdf20575-38936-1-PB.pdf
20575-38936-1-PB.pdf
 
Feature extraction from asthma patient’s voice using mel frequency cepstral c...
Feature extraction from asthma patient’s voice using mel frequency cepstral c...Feature extraction from asthma patient’s voice using mel frequency cepstral c...
Feature extraction from asthma patient’s voice using mel frequency cepstral c...
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
 
Speech enhancement using spectral subtraction technique with minimized cross ...
Speech enhancement using spectral subtraction technique with minimized cross ...Speech enhancement using spectral subtraction technique with minimized cross ...
Speech enhancement using spectral subtraction technique with minimized cross ...
 
A novel approach to record sound
A novel approach to record soundA novel approach to record sound
A novel approach to record sound
 
A_Noise_Reduction_Method_Based_on_LMS_Adaptive_Fil.pdf
A_Noise_Reduction_Method_Based_on_LMS_Adaptive_Fil.pdfA_Noise_Reduction_Method_Based_on_LMS_Adaptive_Fil.pdf
A_Noise_Reduction_Method_Based_on_LMS_Adaptive_Fil.pdf
 
Comparative performance analysis of channel normalization techniques
Comparative performance analysis of channel normalization techniquesComparative performance analysis of channel normalization techniques
Comparative performance analysis of channel normalization techniques
 
Performance enhancement of dct based speaker recognition using wavelet de noi...
Performance enhancement of dct based speaker recognition using wavelet de noi...Performance enhancement of dct based speaker recognition using wavelet de noi...
Performance enhancement of dct based speaker recognition using wavelet de noi...
 
Ijetcas14 555
Ijetcas14 555Ijetcas14 555
Ijetcas14 555
 
Adaptive Digital Filter Design for Linear Noise Cancellation Using Neural Net...
Adaptive Digital Filter Design for Linear Noise Cancellation Using Neural Net...Adaptive Digital Filter Design for Linear Noise Cancellation Using Neural Net...
Adaptive Digital Filter Design for Linear Noise Cancellation Using Neural Net...
 
D017632228
D017632228D017632228
D017632228
 
Effects of filtering on ber performance of an ofdm system
Effects of filtering on ber performance of an ofdm systemEffects of filtering on ber performance of an ofdm system
Effects of filtering on ber performance of an ofdm system
 
LMS Adaptive Filters for Noise Cancellation: A Review
LMS Adaptive Filters for Noise Cancellation: A Review LMS Adaptive Filters for Noise Cancellation: A Review
LMS Adaptive Filters for Noise Cancellation: A Review
 
Active Noise Cancellation
Active Noise CancellationActive Noise Cancellation
Active Noise Cancellation
 
full_paper_378_20160318051155150
full_paper_378_20160318051155150full_paper_378_20160318051155150
full_paper_378_20160318051155150
 
A Study of Ball Bearing’s Crack Using Acoustic Signal / Vibration Signal and ...
A Study of Ball Bearing’s Crack Using Acoustic Signal / Vibration Signal and ...A Study of Ball Bearing’s Crack Using Acoustic Signal / Vibration Signal and ...
A Study of Ball Bearing’s Crack Using Acoustic Signal / Vibration Signal and ...
 
A Study of Ball Bearing’s Crack Using Acoustic Signal / Vibration Signal and ...
A Study of Ball Bearing’s Crack Using Acoustic Signal / Vibration Signal and ...A Study of Ball Bearing’s Crack Using Acoustic Signal / Vibration Signal and ...
A Study of Ball Bearing’s Crack Using Acoustic Signal / Vibration Signal and ...
 
A Study of Ball Bearing’s Crack Using Acoustic Signal / Vibration Signal and ...
A Study of Ball Bearing’s Crack Using Acoustic Signal / Vibration Signal and ...A Study of Ball Bearing’s Crack Using Acoustic Signal / Vibration Signal and ...
A Study of Ball Bearing’s Crack Using Acoustic Signal / Vibration Signal and ...
 
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
 
A review of Noise Suppression Technology for Real-Time Speech Enhancement
A review of Noise Suppression Technology for Real-Time Speech EnhancementA review of Noise Suppression Technology for Real-Time Speech Enhancement
A review of Noise Suppression Technology for Real-Time Speech Enhancement
 

Mais de eSAT Publishing House

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnameSAT Publishing House
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...eSAT Publishing House
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnameSAT Publishing House
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...eSAT Publishing House
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaeSAT Publishing House
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingeSAT Publishing House
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...eSAT Publishing House
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...eSAT Publishing House
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...eSAT Publishing House
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a revieweSAT Publishing House
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...eSAT Publishing House
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard managementeSAT Publishing House
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallseSAT Publishing House
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...eSAT Publishing House
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...eSAT Publishing House
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaeSAT Publishing House
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structureseSAT Publishing House
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingseSAT Publishing House
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...eSAT Publishing House
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...eSAT Publishing House
 

Mais de eSAT Publishing House (20)

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnam
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnam
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, india
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity building
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a review
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard management
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear walls
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of india
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structures
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildings
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
 

Último

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
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)simmis5
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxfenichawla
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
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
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesPrabhanshu Chaturvedi
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
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
 
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
 
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGSIVASHANKAR N
 

Último (20)

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
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
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
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
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
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and Properties
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
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, ...
 
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...
 
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
 

Noise reduction in speech processing using improved active noise control (anc) technique

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 03 | Mar-2014, Available @ http://www.ijret.org 27 NOISE REDUCTION IN SPEECH PROCESSING USING IMPROVED ACTIVE NOISE CONTROL (ANC) TECHNIQUE I. Nancy Catherine1 , S. Dhandapani2 1 PG Scholar, ECE Department, Saveetha Engineering College, Tamil Nadu, India 2 Professor, ECE Department, Saveetha Engineering College, Tamil Nadu, India Abstract An improved feed forward adaptive Active Noise Control (ANC) scheme is proposed by using Voice Activity Detector (VAD) and wiener filtering method. The ‘speech-plus-noise’ periods and ‘noise-only’ periods are separated using VAD and the unwanted noise is removed by adaptive filtering method. By using Speech Distortion Weighted- Multichannel Wiener Filtering (SDW-MWF) algorithm the noise periods which is present along with the speech signal, is processed and filtered out. The background noise along with the speech samples are removed by the iterative procedure of filtering process. Feed forward based ANC is used to achieve a system with a better noise reduction in speech processing. Adaptive filtering process is carried out and the speech signal without the background noise can be achieved. Key Words: Active Noise Control (ANC), Noise reduction, Adaptive filtering, Feed forward ANC --------------------------------------------------------------------***---------------------------------------------------------------------- 1. INTRODUCTION Active Noise Control (ANC) also known as noise cancellation is a technique used for reducing the unwanted background noise. It is a method used for reduction in sound by using a power source which is best suited at low frequencies, whereas passive noise control is reduction of noise by using noise isolating materials such as insulation, muffler than a power source. At high frequencies, passive noise control is more effective. - Fig -1: Block Diagram of signal path of an Adaptive ANC system By introducing a cancelling “antinoise” waveform through an array of secondary sources which are interconnected through an electronic system using a specific signal processing algorithm [5], noise reduction using ANC is achieved. The FxLMS algorithm is widely used in ANC systems. Due to the presence of an uncorrelated disturbance at the error microphone, the performance of the FxLMS algorithm in steady state will be degraded [1]-[3]. 1.1 Feed forward ANC A Feed forward system should be implemented whenever it is possible to obtain a suitable reference signal [8]. The controller and physical system can be separately optimized in this system. x (n) d (n) + y (n) Fig -2: Feedforward ANC Single-channel feed forward structure has primary noise sensed by reference microphone. Reference signal is used as input to ANC system. Error signal is used to monitor the performance. The goal of this structure is to minimize the error, i.e. the acoustic noise. 2. PROPOSED METHOD Speech signal is given as input which is analog in nature. This analog waveform is converted to digital waveform by sampling and quantization. The speech signal with frequency about 4 KHz is taken as analog input which is converted to discrete signal by means of sampling. Then by the process of quantization, this discrete signal is converted to digital signal. P W ResidualDisturbance Plant Control Filter Σ + P SW + n t d e
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 03 | Mar-2014, Available @ http://www.ijret.org 28 An adaptive feed forward based ANC method is proposed which is used to attenuate the multiple noise sources corrupting the speech signal. Fig -3: Flow chart of the proposed ANC method 2.1 Short Time Fourier Transform (STFT) By applying Short Time Fourier Transform (STFT) analysis, the digital signal can be segmented into narrow time intervals. Take the Fourier Transform (FT) of each segment. The STFT computed for each window centered at t=t′ is given below: STFTf u (t′, u) = [𝑓 𝑡 . 𝑊(𝑡 − 𝑡′)].e-j2Πut dt (1) Where, t′ is the time parameter, U is the frequency parameter, f (t) is the signal to be analyzed 2.2 Binary VAD The input signal consisting of both speeches as well as background noise is processed through the VAD [7]. This is used for improving the efficiency of high speech coding and low-bit rate transmission. VAD firsts counts the number of frames of the sequence using the Zero Crossing Detector (ZCD). It is a technique used to detect the presence or absence of human speech [4]. Based upon the threshold values VAD will separate the speech and noise samples separately. The amplitude of the signal present between this threshold values is detected as speech and the remaining is detected as noise. Now by using adaptive wiener filtering process the unwanted amplitudes of the signal exceeding the maximum and minimum threshold values are eliminated based on the error value calculated. The frame samples are iteratively processed through the filter, so that even the minute noises present along with the speech samples are filtered out. Thus only the speech samples are filtered out. Thus only the speech samples are produced at the output which is of enhanced clarity. 2.3 Wiener Filter Wiener filtering is optimal in terms of the Mean Square Error (MSE). It executes an optimal tradeoff between inverse filtering and noise smoothing. By means of high pass filtering it performs deconvolution by inverse filtering and also removes the noise with a compression operation by low pass filtering. 2.4 SDW-MWFµ The Multi-channel Wiener filter (MWF) is extended by introducing a weighted factor that allows for a trade-off between Noise Reduction (NR) and speech distortion is referred to as the Speech Distortion Weighted – Multichannel Wiener Filter (SDW-MWFµ) [6]. The design criterion of the SDW-MWFµ is given by WMWFµ (k,l) = arg min W(k,l) ε{|X1 s (k,l) – WH (k,l) Xs (k,l)|2 }+ µε{|WH (k,l) Xn (k,l)|2 } (2) And the solution of SDW-MWFµ is then given by WMWFµ (k, l) = [Rs (k, l) + µRn (k, l)]-1 Rs (k, l) e1 (3) 2.5 Adaptive Filtering According to an optimization algorithm driven by an error signal, the transfer function is self- adjusted by an adaptive filter. The difference or error signal e (n) is given by the following formula: e (n) = d (n) – y (n) (4) Input signal (Human Speech) Voice Activity Detector (VAD) Speech-Plus-Noise Correlation matrix SDW-MWF Output signal Short Time Fourier Transform (STFT) Noise-Only Correlation matrix Adaptive Filtering ISTFT (Synthesis)
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 03 | Mar-2014, Available @ http://www.ijret.org 29 - Fig -4: Adaptive Filter 3. SIMULATION RESULTS The experimental setup of the proposed ANC method is designed in MATLAB Simulink. The snapshot of the noise reduction system is shown below: Fig -5: Simulink model of the proposed ANC method By using VAD and Wiener filtering, the noises from the input signal („speech plus noise‟ periods) are removed. Here Adaptive filtering is carried using LMS algorithm and output waveform is shown using scope. Fig -6: Noise removal using adaptive ANC method The extraction of only speech periods is done and the output is heard using the speaker. The noise removed output waveform is clearly seen in the snapshot given below: Fig -7: Extraction of speech signal from the input (speech + noise) 4. CONCLUSION In this paper, an adaptive feed forward ANC system is designed using SDW-MWF algorithm. This method is used to attenuate the multiple noise sources scenario and produce clarity at the output. The background noises are reduced by the iterative adaptive filtering method. The designed adaptive feed forward ANC system can be implemented in TMS320C32 for real time applications. REFERENCES [1] Akhtar M.T. and Mitsuhashi W. „Improving performance of hybrid active noise control systems for uncorrelated narrowband disturbances‟, IEEE Trans. Audio, Speech, Lang. Process., vol. 19, no. 7, pp. 2058- 2066, 2011. [2] Chen J. Benesty J. Huang Y. and Doclo S. “New insights into the noise reduction Wiener filter”, IEEE Trans. Audio, Speech, Lang. Process., vol. 14, no. 4, pp. 1218–1234, 2006 [3] S. Doclo, A. Spriet, J. Wouters, and M. Moonen, “Frequency-domain criterion for the speech distortion weighted multichannel wiener filter for robust noise reduction”, Elsevier Speech Commun., vol. 49, no.7–8, pp. 636–656, 2007. [4] C. Ganesh Babu and P.T.Vanathi, “Performance analysis of voice activity detection algorithms for robust speech recognition”, International Journal of Computing Science and Communication Technologies, vol. 2, no. 1, pp. 288-293, July. 2009. [5] S. M. Kuo and D. R. Morgan, “Active noise control: A tutorial review”, Proc. IEEE, vol. 87, no. 6, pp. 943– 973, Jun. 1999. [6] R. Serizel, M. Moonen, J. Wouters and S. H. Jensen, “Integrated active noise control and noise reduction in Update algorithm Variable filter (wn) x (n) Δwn + + + + d (n) e (n) 𝑦(𝑛) n)
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 03 | Mar-2014, Available @ http://www.ijret.org 30 [7] hearing aids”, IEEE Trans. Audio, Speech, Lang. Process., vol. 18, no. 6, pp. 1137-1146. [8] Richard C. Hendriks, Jesper Jensen, and Richard Heusdens, “Noise tracking using DFT domain subspace decompositions”, IEEE Trans. Audio, Speech, Lang. Process., vol. 16, no. 3, pp. 541–553, 2008. [9] Yegui Xiao and Jing Wang “A new feed forward hybrid active noise control system”, IEEE Trans. Signal Process., vol. 18, no. 10, pp. 591-594, 2011. BIOGRAPHIES I. Nancy Catherine received the B.E. degree in Electronics and Communication Engineering in the year 2011 and pursuing M.E. degree in VLSI Design in Saveetha Engineering College. Her area of interest include Speech Signal processing and VLSI Design. Dr. S. Dhandapani received the B.E. degree in Electrical and Electronics Engineering and M.E. degree in Applied Electronics from Bharathiar university in 1998 and 2003 respectively and Ph.D. degree in Information and Communication Engineering from Anna university, Chennai in 2012. Currently, he is a Professor in the Department of Electronics and Communication Engineering, Saveetha Engineering College, Chennai. He is a life member of ISTE, IETE and IAENG. He has published more than 10 research papers. His research interests include digital image processing, network security and VLSI design.