SlideShare a Scribd company logo
1 of 6
Download to read offline
IOSR Journal of VLSI and Signal Processing (IOSR-JVSP)
Volume 7, Issue 2, Ver. I (Mar. - Apr. 2017), PP 20-25
e-ISSN: 2319 – 4200, p-ISSN No. : 2319 – 4197
www.iosrjournals.org
DOI: 10.9790/4200-0702012025 www.iosrjournals.org 20 | Page
Real Time System Identification of Speech Signal Using
Tms320c6713
Rathnakara.S1
and Dr.V.Udayashankara2
1
Research Student, JSS Research Foundation, Mysore, India
2
Research Guide, JSS Research Foundation, Mysore, India
Abstract : In this paper real time system identification is implemented on TMS320C6713 for speech signal
using standard IEEE sentence (SP23) of NOIZEUS database with different types of real world noises at
different level SNR taken from AURORA data base. The performance is measured in terms of signal to noise
ratio (SNR) improvement. The implementation is done with “C’ program for least mean square (LMS) and
recursive least square (RLS) algorithms and processed using DSP processor with Code composer studio.
Keywords: System Identification, LMS, RLS, SNR, TMS3206713
I. Introduction
The quality and intelligibility of speech reduced at the receiving end when the input speech is mixed
with some form of the noise components. So the original speech becomes unpleasant to listen. The amount of
unpleasant is depending upon the type of noise corrupted to the speech signal. The quality and intelligibility of
the speech in the presence of background noise can be improved by speech enhancement algorithms. Over many
decades researchers are focused in this area and developed the different algorithms to remove the noise which is
present along with the speech signal. [7-10].The adaptive filter is still better tool to suppress the noise content in
the speech signal. Recently many researchers are working on implementing system identification and noise
canceller using adaptive filters on fixed point processor, floating point processor, simulink and other hardware
solutions [4,11] for deterministic signals and time varying signals. In this work LMS and RLS algorithms are
implemented on floating point processor TMS320C6713 for system identification and performance is compared
in terms of output SNR
II. LMS Algorithm
The least mean square (LMS) algorithm is basic adaptive filter used for system identification and noise
cancellation. The basic block diagram of adaptive transversal filter is shown in Figure 1.In which input signal
u(n) and a desired signal d(n) determine the filter coefficient ‘w’, that minimizes the error e(n), between the
output of the filter y(n), and the desired signal d(n).In LMS algorithm the step size remains constant in updating
filter coefficient equation [1, 2]
The output, error and weight equation of conventional LMS algorithms are shown below.
The output; y(n)=w(n).uT
(n) (1)
The error; e(n)=d(n)-y(n) (2)
The weight equation:
w (n+1) =w (n) +2 u(n) e(n) (3)
Where is the step size..
Figure 1. Adaptive transversal filter
Real Time System Identification of Speech Signal Using Tms320c6713
DOI: 10.9790/4200-0702012025 www.iosrjournals.org 21 | Page
III. RLS Algorithm
The recursive least square (RLS) adaptive algorithm is based on least square estimation of the filter
coefficients for (n-1) iterations. This algorithm is very powerful, when input is very dynamic and requires very
high speed of response. To reduce the number of iterations RLS algorithm uses the autocorrelation matrix.
Autocorrelation matrix in RLS algorithm uses current tap-input information as well as all past input samples.
Important feature of the RLS algorithm is the inverse correlation matrix (similar to ‘mu’ in Least Mean Square
Algorithm) replaced at each step by a simple scalar division. The RLS exhibits extremely fast convergence
compared to least mean square algorithms but computational complexity is very high.
If u(1),u(2)… are input samples, d(1),d(2)… are desired samples and “Λ ‘is forgetting factor varies
between 0 and 1.The forgetting factor gives exponentially less weight to older error samples and gives more
weightage to recent data. ‘δ’ is small positive constant The error e(n) is calculated by taking the difference of
desired response d(n)and the output y(n)The output, error and weight equation of conventional RLS algorithms
are shown below
Initialization
P (0) = δ -1
I (4)
w(0)=0 (5)
The filter output is y(n) = u(n) T
w(n − 1) (6)
k(n) = λ −1
P(n − 1)u(n) .
1 + λ −
1 uT
(n)P(n − 1)u(n) (7)
Inverse correlation matrix
P(n) = λ −1
P(n − 1) − λ −1
k(n)uT
(n)P(n − 1) (8)
e(n) = d(n) − u(n) T
w(n − 1) (9)
w (n) = w(n − 1) + k(n)e(n) (10)
IV. Tms320c6713 DSP Processor
The DSK is a low-cost standalone development platform also serves as a hardware reference design for
the TMS320C6713 DSP [3-5]. The DSK uses the 32-bit EMIF for the SDRAM (CE0) and daughter card
expansion interface (CE2 and CE3).An on-board AIC23 codec allows the DSP to transmit and receive analog
signals. Analog audio I/O such as microphone input, line input, line output and headphone output is done
through four 3.5mm audio jacks the codec can select the microphone or the line input as the active input. The
analog output is driven to both the fixed gain line connector and adjustable gain headphone connectors.
McBSP0 is used for the codec control interface and McBSP1 is used for data. The block diagram of C6713 DSK
is shown in figure 2. Code composer studio provides an integrated development environment (IDE) to
incorporate software tools, which includes tools for code generation such as a C compiler followed by an
assembler and a finally linker. The C compiler compiles a C source program with extension .c to produce an
assembly source file with extensioin.asm. The assembler assembles an .asm source file to produce machine
language object file with extension obj. the linker combines object files and object libraries as input to produce
an executable file with extension .out. This executable file can be loaded and run directly on the C6713
processor.
Figure 2 Block diagram of C6713 DSK.
Real Time System Identification of Speech Signal Using Tms320c6713
DOI: 10.9790/4200-0702012025 www.iosrjournals.org 22 | Page
V. Simulated Results
The simulations are carried with standard IEEE sentence sp23 (NOIZEUS database) of male voice
saying” stop whistling and watch the boys march”. The original signal has 21209 samples. The performance of
the LMS and RLS are tested with babble noise, restaurant noise, airport noise and train noise at different level of
SNR taken from AURORA data base. The results are plotted using Matlab. The different stages of
implementation are illustrated below. The trouble shooting DSK connectivity is shown in Figure 3, which is
initial stage for configuration of CCS to configure the ports. Figure 4 shows the window corresponding to create
a new project. Figure 5 shows the successful code building stage of the project. Figure 6 shows final execution
stage ‘run’. The output file will be stored in out.dat The Figure 7 shows the desired signal, signal+noise, output
and the mean square error for LMS with original speech corrupted with babble noise of’ 0’dB for ‘μ’ =0.1 with
filter order 8.Figure 8 shows the same for RLS algorithm with forgetting factor λ=0.97 and δ=0.01.The
performance of RLS algorithm has shown in Table 1 for different values of forgetting factor. It is clearly
evident that the output SNR observed maximum when Λ=0.97 for different input SNR. Table 2 demonstrates
the performance of output SNR for both LMS and RLS algorithms. The RLS gives better output SNR for all
types of nonstationary noises at different level of input SNR compares to LMS algorithm
5.1Mean Square Error
Mean square error (MSE) is important parameter to estimate the performance of the algorithms. The
corresponding equation is given below.
MSE= (11)
Where d(n) is the desired signal, y(n) is the output of the filter and N is the total number of samples. The MSE
defiens the mean square error between the real model to estimated model[11]. MSE in decibels given by
MSE dB=10log10 ( MSE) (12 )
Figure 9 demonstrates the variations of mean square error (MSE) for both the algorithms in dB. The average
MSE obtained for LMS and RLS is 28.73 dB & -52.9 dB – respectively
Figure3. Trouble shooting DSK connectivity
Figure 4. To create a new project file
Real Time System Identification of Speech Signal Using Tms320c6713
DOI: 10.9790/4200-0702012025 www.iosrjournals.org 23 | Page
------------------------------ LMS.pjt - Debug ---------------------------
Figure5. Code building stage window.
Figure.6. Final execution stage
Figure 7 The desired signal, signal+noise, output and the mean square error for LMS with ‘0’ dB Babble noise
0 0.5 1 1.5 2 2.5
x 10
4
-0.4
-0.2
0
0.2
0.4
desired signal
0 0.5 1 1.5 2 2.5
x 10
4
-0.4
-0.2
0
0.2
0.4
signal+noise
0 0.5 1 1.5 2 2.5
x 10
4
-0.4
-0.2
0
0.2
0.4
LMS filtered signal
0 0.5 1 1.5 2 2.5
x 10
4
0
0.01
0.02
0.03
0.04
0.05
Mean square error
Real Time System Identification of Speech Signal Using Tms320c6713
DOI: 10.9790/4200-0702012025 www.iosrjournals.org 24 | Page
Figure 8 The desired signal, signal+noise, output and the mean square error for RLS with ‘0’ dB Babble noise
Figure 9. Top to bottom, the excessive mean square error of LMS and excessive mean square error of RLS
algorithm in dB.
Table1: Performance RLS algorithm for different Values of forgetting factor ( Λ)
Type of Noise File Name Input SNR
in dB
Output SNR for different Forgetting Factor( Λ)
0.96 0.97 0.98 0.99
Babble Noise
sp23_babble_sn0 0 6.343 6.385 6.384 6.209
sp23_babble_sn5 5 9.402 9.414 9.37 9.101
sp23_babble_sn10 10 13.507 13.546 13.525 13.259
sp23_babble_sn15 15 16.687 16.886 16.811 16.457
0 0.5 1 1.5 2 2.5
x 10
4
-0.4
-0.2
0
0.2
0.4
desired signal
0 0.5 1 1.5 2 2.5
x 10
4
-0.4
-0.2
0
0.2
0.4
signal+noise
0 0.5 1 1.5 2 2.5
x 10
4
-0.4
-0.2
0
0.2
0.4
RLS filtered signal
0 0.5 1 1.5 2 2.5
x 10
4
0
0.01
0.02
0.03
Mean square error
0 0.5 1 1.5 2 2.5
x 10
4
-130
-120
-110
-100
-90
-80
-70
-60
-50
-40
Mean Square error in dB
0 0.5 1 1.5 2 2.5
x 10
4
-110
-100
-90
-80
-70
-60
-50
-40
-30
-20
Mean Square error in dB
Real Time System Identification of Speech Signal Using Tms320c6713
DOI: 10.9790/4200-0702012025 www.iosrjournals.org 25 | Page
VI. Conclusion
In this work LMS and RLS algorithm were successfully implemented and analyzed for system
identification on floating point processor TMS320C6713. The results are analyzed with standard speech IEEE
sentence (SP23) of NOIZEUS database with different types of real world noises at different level SNR.. The
performance is measured in terms of SNR improvement. RLS algorithm gives better SNR improvement and
reduces mean square error due to estimated weight of the unknown system matching with actual weight of the
desired signal. So this can be used in digital hearing aid for real time noise cancellation
Table2: Performance of the LMS and RLS algorithm for different types of noises at different input SNR
Type of Noise input File name Input SNR in dB Output SNR in dB
LMS RLS
Babble Noise sp23_babble_sn0 0 4.64 6.39
sp23_babble_sn5 5 6.34 9.41
sp23_babble_sn10 10 8.72 13.55
sp23_babble_sn15 15 10.68 16.89
Restaurant Noise sp23_resturant_sn0 0 4.18 5.76
sp23_resturant_sn5 5 6.22 8.7
sp23_resturant_sn10 10 6.59 14.7
sp23_resturant_sn15 15 10.85 17.38
Airport Noise sp23_airport_sn0 0 3.96 5.21
sp23_airport_sn5 5 6.52 9.07
sp23_airport_sn10 10 8.65 12.64
sp23_airport_sn15 15 10.66 17.19
Train Noise sp23_train_sn0 0 4.9 6.68
sp23_train_sn5 5 7.34 10.77
sp23_train_sn10 10 9.19 13.62
sp23_train_sn15 15 11.05 18.4
Exhibition Noise sp23_exhbition_sn0 0 4.64 6.19
sp23_exhbition_sn5 5 6.69 9.47
sp23_exhbition_sn10 10 8.92 13.18
sp23_exhbition_sn15 15 10.82 17.52
References
[1]. Simon Haykin “ Adaptive Filter Theory” Fourth edition pearson education
[2]. V.Udayashankara “ Modern digital signal processing” second edition PHI
[3]. Gaurav Saxena, SubramaniamGanesan, and Manohar Das “Real time implementation of adaptive noise cancellation” 978-1-4244-
2030-8/08,2008 IEEE. PP431-436
[4]. Texas Instruments Tutorial, TMS320C6713 Hardware Designers Resource Guide”,(July 2004), SPRAA33.
[5]. D. Reay, “Digital Signal Processing and Applications with the TMS320C6713 and TMS320C6416 DSK,” John Wiley and Sons,
Inc,Edition- 2nd 2008.
[6]. J. M. Górriz, et al “A Novel LMS Algorithm Applied to Adaptive Noise Cancellation “IEEE 2008 pp34-37
[7]. Julie E. Greenberg “Modified Lms Algorithms For Speech Processing With An Adaptive Noise Canceller”, Ieee Transactions On
Speech And Audio processing Vol6.No4 1998 PP338-351
[8]. Ma Shengqian, XuGuowei, Ma Zhifeng, Wei Shuping, Fan Manhong “Research on adaptive noise canceller of an improvement
LMS algorithm 2011 IEEE pp1611-1614
[9]. Mohamed DjendiEt.Al “A New DualForwardBss Based Rls (Dfrls) AlgorithmFor Speech Enhancement.” IEEE 2016
[10]. Ted S. And Biing-Hwang JuangWada “Enhancement Of Residual Echo For Robust Acoustic Echo Cancellation”, IEEE
Transactions On Audio, Speech And Language Processing, Vol. 20, No. 1, 2012 175-189
[11]. Fabián Rolando Jiménez- López and et.al” Adaptive filtering implanted over TMS 320C6713”ITECKNE Vol. 11, 2014 pp157-171

More Related Content

What's hot

Predictive coding
Predictive codingPredictive coding
Predictive codingp_ayal
 
Deep Learning, Scala, and Spark
Deep Learning, Scala, and SparkDeep Learning, Scala, and Spark
Deep Learning, Scala, and SparkOswald Campesato
 
Deep Learning: R with Keras and TensorFlow
Deep Learning: R with Keras and TensorFlowDeep Learning: R with Keras and TensorFlow
Deep Learning: R with Keras and TensorFlowOswald Campesato
 
Signal and image processing on satellite communication using MATLAB
Signal and image processing on satellite communication using MATLABSignal and image processing on satellite communication using MATLAB
Signal and image processing on satellite communication using MATLABEmbedded Plus Trichy
 
Ber performance analysis of mimo systems using equalization
Ber performance analysis of mimo systems using equalizationBer performance analysis of mimo systems using equalization
Ber performance analysis of mimo systems using equalizationAlexander Decker
 
lossy compression JPEG
lossy compression JPEGlossy compression JPEG
lossy compression JPEGMahmoud Hikmet
 
Adaptive relaying protocol for wireless energy harvesting and information pro...
Adaptive relaying protocol for wireless energy harvesting and information pro...Adaptive relaying protocol for wireless energy harvesting and information pro...
Adaptive relaying protocol for wireless energy harvesting and information pro...journalBEEI
 
A MODIFIED DIRECTIONAL WEIGHTED CASCADED-MASK MEDIAN FILTER FOR REMOVAL OF RA...
A MODIFIED DIRECTIONAL WEIGHTED CASCADED-MASK MEDIAN FILTER FOR REMOVAL OF RA...A MODIFIED DIRECTIONAL WEIGHTED CASCADED-MASK MEDIAN FILTER FOR REMOVAL OF RA...
A MODIFIED DIRECTIONAL WEIGHTED CASCADED-MASK MEDIAN FILTER FOR REMOVAL OF RA...cscpconf
 
Fidelity criteria in image compression
Fidelity criteria in image compressionFidelity criteria in image compression
Fidelity criteria in image compressionKadamPawan
 
Image compression
Image compressionImage compression
Image compressionAle Johnsan
 
Compression using JPEG
Compression using JPEGCompression using JPEG
Compression using JPEGSabih Hasan
 

What's hot (19)

Predictive coding
Predictive codingPredictive coding
Predictive coding
 
C++ and Deep Learning
C++ and Deep LearningC++ and Deep Learning
C++ and Deep Learning
 
Deep Learning, Scala, and Spark
Deep Learning, Scala, and SparkDeep Learning, Scala, and Spark
Deep Learning, Scala, and Spark
 
Image compression
Image compressionImage compression
Image compression
 
Deep Learning: R with Keras and TensorFlow
Deep Learning: R with Keras and TensorFlowDeep Learning: R with Keras and TensorFlow
Deep Learning: R with Keras and TensorFlow
 
Signal and image processing on satellite communication using MATLAB
Signal and image processing on satellite communication using MATLABSignal and image processing on satellite communication using MATLAB
Signal and image processing on satellite communication using MATLAB
 
Ber performance analysis of mimo systems using equalization
Ber performance analysis of mimo systems using equalizationBer performance analysis of mimo systems using equalization
Ber performance analysis of mimo systems using equalization
 
Scala and Deep Learning
Scala and Deep LearningScala and Deep Learning
Scala and Deep Learning
 
Image compression models
Image compression modelsImage compression models
Image compression models
 
lossy compression JPEG
lossy compression JPEGlossy compression JPEG
lossy compression JPEG
 
Adaptive relaying protocol for wireless energy harvesting and information pro...
Adaptive relaying protocol for wireless energy harvesting and information pro...Adaptive relaying protocol for wireless energy harvesting and information pro...
Adaptive relaying protocol for wireless energy harvesting and information pro...
 
Image compression
Image compressionImage compression
Image compression
 
Lossy
LossyLossy
Lossy
 
A MODIFIED DIRECTIONAL WEIGHTED CASCADED-MASK MEDIAN FILTER FOR REMOVAL OF RA...
A MODIFIED DIRECTIONAL WEIGHTED CASCADED-MASK MEDIAN FILTER FOR REMOVAL OF RA...A MODIFIED DIRECTIONAL WEIGHTED CASCADED-MASK MEDIAN FILTER FOR REMOVAL OF RA...
A MODIFIED DIRECTIONAL WEIGHTED CASCADED-MASK MEDIAN FILTER FOR REMOVAL OF RA...
 
Digital Signal Processing Assignment Help
Digital Signal Processing Assignment HelpDigital Signal Processing Assignment Help
Digital Signal Processing Assignment Help
 
Data Redundacy
Data RedundacyData Redundacy
Data Redundacy
 
Fidelity criteria in image compression
Fidelity criteria in image compressionFidelity criteria in image compression
Fidelity criteria in image compression
 
Image compression
Image compressionImage compression
Image compression
 
Compression using JPEG
Compression using JPEGCompression using JPEG
Compression using JPEG
 

Similar to Real Time System Identification of Speech Signal Using Tms320c6713

DSP Based Speech Operated Home Appliances UsingZero Crossing Features
DSP Based Speech Operated Home Appliances UsingZero Crossing FeaturesDSP Based Speech Operated Home Appliances UsingZero Crossing Features
DSP Based Speech Operated Home Appliances UsingZero Crossing FeaturesCSCJournals
 
Simulation and hardware implementation of Adaptive algorithms on tms320 c6713...
Simulation and hardware implementation of Adaptive algorithms on tms320 c6713...Simulation and hardware implementation of Adaptive algorithms on tms320 c6713...
Simulation and hardware implementation of Adaptive algorithms on tms320 c6713...Raj Kumar Thenua
 
Design and implementation of log domain decoder
Design and implementation of log domain decoder Design and implementation of log domain decoder
Design and implementation of log domain decoder IJECEIAES
 
Ebc7fc8ba9801f03982acec158fa751744ca copie
Ebc7fc8ba9801f03982acec158fa751744ca   copieEbc7fc8ba9801f03982acec158fa751744ca   copie
Ebc7fc8ba9801f03982acec158fa751744ca copieSourour Kanzari
 
Adaptive blind multiuser detection under impulsive noise using principal comp...
Adaptive blind multiuser detection under impulsive noise using principal comp...Adaptive blind multiuser detection under impulsive noise using principal comp...
Adaptive blind multiuser detection under impulsive noise using principal comp...csandit
 
ADAPTIVE BLIND MULTIUSER DETECTION UNDER IMPULSIVE NOISE USING PRINCIPAL COMP...
ADAPTIVE BLIND MULTIUSER DETECTION UNDER IMPULSIVE NOISE USING PRINCIPAL COMP...ADAPTIVE BLIND MULTIUSER DETECTION UNDER IMPULSIVE NOISE USING PRINCIPAL COMP...
ADAPTIVE BLIND MULTIUSER DETECTION UNDER IMPULSIVE NOISE USING PRINCIPAL COMP...csandit
 
ADAPTIVE BLIND MULTIUSER DETECTION UNDER IMPULSIVE NOISE USING PRINCIPAL COMP...
ADAPTIVE BLIND MULTIUSER DETECTION UNDER IMPULSIVE NOISE USING PRINCIPAL COMP...ADAPTIVE BLIND MULTIUSER DETECTION UNDER IMPULSIVE NOISE USING PRINCIPAL COMP...
ADAPTIVE BLIND MULTIUSER DETECTION UNDER IMPULSIVE NOISE USING PRINCIPAL COMP...cscpconf
 
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
 
Efficient realization-of-an-adfe-with-a-new-adaptive-algorithm
Efficient realization-of-an-adfe-with-a-new-adaptive-algorithmEfficient realization-of-an-adfe-with-a-new-adaptive-algorithm
Efficient realization-of-an-adfe-with-a-new-adaptive-algorithmCemal Ardil
 
literature.pptx
literature.pptxliterature.pptx
literature.pptx8885684828
 
Digital Signal Processing Lab Manual
Digital Signal Processing Lab Manual Digital Signal Processing Lab Manual
Digital Signal Processing Lab Manual Amairullah Khan Lodhi
 
An Efficient Interpolation-Based Chase BCH Decoder
An Efficient Interpolation-Based Chase BCH DecoderAn Efficient Interpolation-Based Chase BCH Decoder
An Efficient Interpolation-Based Chase BCH Decoderijsrd.com
 
Fixed-Point Code Synthesis for Neural Networks
Fixed-Point Code Synthesis for Neural NetworksFixed-Point Code Synthesis for Neural Networks
Fixed-Point Code Synthesis for Neural NetworksIJITE
 
Fixed-Point Code Synthesis for Neural Networks
Fixed-Point Code Synthesis for Neural NetworksFixed-Point Code Synthesis for Neural Networks
Fixed-Point Code Synthesis for Neural Networksgerogepatton
 
Design and implementation of different audio restoration techniques for audio...
Design and implementation of different audio restoration techniques for audio...Design and implementation of different audio restoration techniques for audio...
Design and implementation of different audio restoration techniques for audio...eSAT Journals
 
Multiuser detection new
Multiuser detection newMultiuser detection new
Multiuser detection newNebiye Slmn
 

Similar to Real Time System Identification of Speech Signal Using Tms320c6713 (20)

DSP Based Speech Operated Home Appliances UsingZero Crossing Features
DSP Based Speech Operated Home Appliances UsingZero Crossing FeaturesDSP Based Speech Operated Home Appliances UsingZero Crossing Features
DSP Based Speech Operated Home Appliances UsingZero Crossing Features
 
Simulation and hardware implementation of Adaptive algorithms on tms320 c6713...
Simulation and hardware implementation of Adaptive algorithms on tms320 c6713...Simulation and hardware implementation of Adaptive algorithms on tms320 c6713...
Simulation and hardware implementation of Adaptive algorithms on tms320 c6713...
 
Design and implementation of log domain decoder
Design and implementation of log domain decoder Design and implementation of log domain decoder
Design and implementation of log domain decoder
 
Ebc7fc8ba9801f03982acec158fa751744ca copie
Ebc7fc8ba9801f03982acec158fa751744ca   copieEbc7fc8ba9801f03982acec158fa751744ca   copie
Ebc7fc8ba9801f03982acec158fa751744ca copie
 
Real time signal processing
Real time signal processingReal time signal processing
Real time signal processing
 
Adaptive blind multiuser detection under impulsive noise using principal comp...
Adaptive blind multiuser detection under impulsive noise using principal comp...Adaptive blind multiuser detection under impulsive noise using principal comp...
Adaptive blind multiuser detection under impulsive noise using principal comp...
 
ADAPTIVE BLIND MULTIUSER DETECTION UNDER IMPULSIVE NOISE USING PRINCIPAL COMP...
ADAPTIVE BLIND MULTIUSER DETECTION UNDER IMPULSIVE NOISE USING PRINCIPAL COMP...ADAPTIVE BLIND MULTIUSER DETECTION UNDER IMPULSIVE NOISE USING PRINCIPAL COMP...
ADAPTIVE BLIND MULTIUSER DETECTION UNDER IMPULSIVE NOISE USING PRINCIPAL COMP...
 
ADAPTIVE BLIND MULTIUSER DETECTION UNDER IMPULSIVE NOISE USING PRINCIPAL COMP...
ADAPTIVE BLIND MULTIUSER DETECTION UNDER IMPULSIVE NOISE USING PRINCIPAL COMP...ADAPTIVE BLIND MULTIUSER DETECTION UNDER IMPULSIVE NOISE USING PRINCIPAL COMP...
ADAPTIVE BLIND MULTIUSER DETECTION UNDER IMPULSIVE NOISE USING PRINCIPAL COMP...
 
I017325055
I017325055I017325055
I017325055
 
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
 
dsp.pdf
dsp.pdfdsp.pdf
dsp.pdf
 
Efficient realization-of-an-adfe-with-a-new-adaptive-algorithm
Efficient realization-of-an-adfe-with-a-new-adaptive-algorithmEfficient realization-of-an-adfe-with-a-new-adaptive-algorithm
Efficient realization-of-an-adfe-with-a-new-adaptive-algorithm
 
literature.pptx
literature.pptxliterature.pptx
literature.pptx
 
Real Time Speech Enhancement in the Waveform Domain
Real Time Speech Enhancement in the Waveform DomainReal Time Speech Enhancement in the Waveform Domain
Real Time Speech Enhancement in the Waveform Domain
 
Digital Signal Processing Lab Manual
Digital Signal Processing Lab Manual Digital Signal Processing Lab Manual
Digital Signal Processing Lab Manual
 
An Efficient Interpolation-Based Chase BCH Decoder
An Efficient Interpolation-Based Chase BCH DecoderAn Efficient Interpolation-Based Chase BCH Decoder
An Efficient Interpolation-Based Chase BCH Decoder
 
Fixed-Point Code Synthesis for Neural Networks
Fixed-Point Code Synthesis for Neural NetworksFixed-Point Code Synthesis for Neural Networks
Fixed-Point Code Synthesis for Neural Networks
 
Fixed-Point Code Synthesis for Neural Networks
Fixed-Point Code Synthesis for Neural NetworksFixed-Point Code Synthesis for Neural Networks
Fixed-Point Code Synthesis for Neural Networks
 
Design and implementation of different audio restoration techniques for audio...
Design and implementation of different audio restoration techniques for audio...Design and implementation of different audio restoration techniques for audio...
Design and implementation of different audio restoration techniques for audio...
 
Multiuser detection new
Multiuser detection newMultiuser detection new
Multiuser detection new
 

More from IOSRJVSP

PCIe BUS: A State-of-the-Art-Review
PCIe BUS: A State-of-the-Art-ReviewPCIe BUS: A State-of-the-Art-Review
PCIe BUS: A State-of-the-Art-ReviewIOSRJVSP
 
Implementation of Area & Power Optimized VLSI Circuits Using Logic Techniques
Implementation of Area & Power Optimized VLSI Circuits Using Logic TechniquesImplementation of Area & Power Optimized VLSI Circuits Using Logic Techniques
Implementation of Area & Power Optimized VLSI Circuits Using Logic TechniquesIOSRJVSP
 
Design of Low Voltage D-Flip Flop Using MOS Current Mode Logic (MCML) For Hig...
Design of Low Voltage D-Flip Flop Using MOS Current Mode Logic (MCML) For Hig...Design of Low Voltage D-Flip Flop Using MOS Current Mode Logic (MCML) For Hig...
Design of Low Voltage D-Flip Flop Using MOS Current Mode Logic (MCML) For Hig...IOSRJVSP
 
Measuring the Effects of Rational 7th and 8th Order Distortion Model in the R...
Measuring the Effects of Rational 7th and 8th Order Distortion Model in the R...Measuring the Effects of Rational 7th and 8th Order Distortion Model in the R...
Measuring the Effects of Rational 7th and 8th Order Distortion Model in the R...IOSRJVSP
 
Analyzing the Impact of Sleep Transistor on SRAM
Analyzing the Impact of Sleep Transistor on SRAMAnalyzing the Impact of Sleep Transistor on SRAM
Analyzing the Impact of Sleep Transistor on SRAMIOSRJVSP
 
Robust Fault Tolerance in Content Addressable Memory Interface
Robust Fault Tolerance in Content Addressable Memory InterfaceRobust Fault Tolerance in Content Addressable Memory Interface
Robust Fault Tolerance in Content Addressable Memory InterfaceIOSRJVSP
 
Color Particle Filter Tracking using Frame Segmentation based on JND Color an...
Color Particle Filter Tracking using Frame Segmentation based on JND Color an...Color Particle Filter Tracking using Frame Segmentation based on JND Color an...
Color Particle Filter Tracking using Frame Segmentation based on JND Color an...IOSRJVSP
 
Design and FPGA Implementation of AMBA APB Bridge with Clock Skew Minimizatio...
Design and FPGA Implementation of AMBA APB Bridge with Clock Skew Minimizatio...Design and FPGA Implementation of AMBA APB Bridge with Clock Skew Minimizatio...
Design and FPGA Implementation of AMBA APB Bridge with Clock Skew Minimizatio...IOSRJVSP
 
Simultaneous Data Path and Clock Path Engineering Change Order for Efficient ...
Simultaneous Data Path and Clock Path Engineering Change Order for Efficient ...Simultaneous Data Path and Clock Path Engineering Change Order for Efficient ...
Simultaneous Data Path and Clock Path Engineering Change Order for Efficient ...IOSRJVSP
 
Design And Implementation Of Arithmetic Logic Unit Using Modified Quasi Stati...
Design And Implementation Of Arithmetic Logic Unit Using Modified Quasi Stati...Design And Implementation Of Arithmetic Logic Unit Using Modified Quasi Stati...
Design And Implementation Of Arithmetic Logic Unit Using Modified Quasi Stati...IOSRJVSP
 
P-Wave Related Disease Detection Using DWT
P-Wave Related Disease Detection Using DWTP-Wave Related Disease Detection Using DWT
P-Wave Related Disease Detection Using DWTIOSRJVSP
 
Design and Synthesis of Multiplexer based Universal Shift Register using Reve...
Design and Synthesis of Multiplexer based Universal Shift Register using Reve...Design and Synthesis of Multiplexer based Universal Shift Register using Reve...
Design and Synthesis of Multiplexer based Universal Shift Register using Reve...IOSRJVSP
 
Design and Implementation of a Low Noise Amplifier for Ultra Wideband Applica...
Design and Implementation of a Low Noise Amplifier for Ultra Wideband Applica...Design and Implementation of a Low Noise Amplifier for Ultra Wideband Applica...
Design and Implementation of a Low Noise Amplifier for Ultra Wideband Applica...IOSRJVSP
 
ElectroencephalographySignalClassification based on Sub-Band Common Spatial P...
ElectroencephalographySignalClassification based on Sub-Band Common Spatial P...ElectroencephalographySignalClassification based on Sub-Band Common Spatial P...
ElectroencephalographySignalClassification based on Sub-Band Common Spatial P...IOSRJVSP
 
IC Layout Design of 4-bit Magnitude Comparator using Electric VLSI Design System
IC Layout Design of 4-bit Magnitude Comparator using Electric VLSI Design SystemIC Layout Design of 4-bit Magnitude Comparator using Electric VLSI Design System
IC Layout Design of 4-bit Magnitude Comparator using Electric VLSI Design SystemIOSRJVSP
 
Design & Implementation of Subthreshold Memory Cell design based on the prima...
Design & Implementation of Subthreshold Memory Cell design based on the prima...Design & Implementation of Subthreshold Memory Cell design based on the prima...
Design & Implementation of Subthreshold Memory Cell design based on the prima...IOSRJVSP
 
Retinal Macular Edema Detection Using Optical Coherence Tomography Images
Retinal Macular Edema Detection Using Optical Coherence Tomography ImagesRetinal Macular Edema Detection Using Optical Coherence Tomography Images
Retinal Macular Edema Detection Using Optical Coherence Tomography ImagesIOSRJVSP
 
Speech Enhancement Using Spectral Flatness Measure Based Spectral Subtraction
Speech Enhancement Using Spectral Flatness Measure Based Spectral SubtractionSpeech Enhancement Using Spectral Flatness Measure Based Spectral Subtraction
Speech Enhancement Using Spectral Flatness Measure Based Spectral SubtractionIOSRJVSP
 
Adaptive Channel Equalization using Multilayer Perceptron Neural Networks wit...
Adaptive Channel Equalization using Multilayer Perceptron Neural Networks wit...Adaptive Channel Equalization using Multilayer Perceptron Neural Networks wit...
Adaptive Channel Equalization using Multilayer Perceptron Neural Networks wit...IOSRJVSP
 
Performance Analysis of the Sigmoid and Fibonacci Activation Functions in NGA...
Performance Analysis of the Sigmoid and Fibonacci Activation Functions in NGA...Performance Analysis of the Sigmoid and Fibonacci Activation Functions in NGA...
Performance Analysis of the Sigmoid and Fibonacci Activation Functions in NGA...IOSRJVSP
 

More from IOSRJVSP (20)

PCIe BUS: A State-of-the-Art-Review
PCIe BUS: A State-of-the-Art-ReviewPCIe BUS: A State-of-the-Art-Review
PCIe BUS: A State-of-the-Art-Review
 
Implementation of Area & Power Optimized VLSI Circuits Using Logic Techniques
Implementation of Area & Power Optimized VLSI Circuits Using Logic TechniquesImplementation of Area & Power Optimized VLSI Circuits Using Logic Techniques
Implementation of Area & Power Optimized VLSI Circuits Using Logic Techniques
 
Design of Low Voltage D-Flip Flop Using MOS Current Mode Logic (MCML) For Hig...
Design of Low Voltage D-Flip Flop Using MOS Current Mode Logic (MCML) For Hig...Design of Low Voltage D-Flip Flop Using MOS Current Mode Logic (MCML) For Hig...
Design of Low Voltage D-Flip Flop Using MOS Current Mode Logic (MCML) For Hig...
 
Measuring the Effects of Rational 7th and 8th Order Distortion Model in the R...
Measuring the Effects of Rational 7th and 8th Order Distortion Model in the R...Measuring the Effects of Rational 7th and 8th Order Distortion Model in the R...
Measuring the Effects of Rational 7th and 8th Order Distortion Model in the R...
 
Analyzing the Impact of Sleep Transistor on SRAM
Analyzing the Impact of Sleep Transistor on SRAMAnalyzing the Impact of Sleep Transistor on SRAM
Analyzing the Impact of Sleep Transistor on SRAM
 
Robust Fault Tolerance in Content Addressable Memory Interface
Robust Fault Tolerance in Content Addressable Memory InterfaceRobust Fault Tolerance in Content Addressable Memory Interface
Robust Fault Tolerance in Content Addressable Memory Interface
 
Color Particle Filter Tracking using Frame Segmentation based on JND Color an...
Color Particle Filter Tracking using Frame Segmentation based on JND Color an...Color Particle Filter Tracking using Frame Segmentation based on JND Color an...
Color Particle Filter Tracking using Frame Segmentation based on JND Color an...
 
Design and FPGA Implementation of AMBA APB Bridge with Clock Skew Minimizatio...
Design and FPGA Implementation of AMBA APB Bridge with Clock Skew Minimizatio...Design and FPGA Implementation of AMBA APB Bridge with Clock Skew Minimizatio...
Design and FPGA Implementation of AMBA APB Bridge with Clock Skew Minimizatio...
 
Simultaneous Data Path and Clock Path Engineering Change Order for Efficient ...
Simultaneous Data Path and Clock Path Engineering Change Order for Efficient ...Simultaneous Data Path and Clock Path Engineering Change Order for Efficient ...
Simultaneous Data Path and Clock Path Engineering Change Order for Efficient ...
 
Design And Implementation Of Arithmetic Logic Unit Using Modified Quasi Stati...
Design And Implementation Of Arithmetic Logic Unit Using Modified Quasi Stati...Design And Implementation Of Arithmetic Logic Unit Using Modified Quasi Stati...
Design And Implementation Of Arithmetic Logic Unit Using Modified Quasi Stati...
 
P-Wave Related Disease Detection Using DWT
P-Wave Related Disease Detection Using DWTP-Wave Related Disease Detection Using DWT
P-Wave Related Disease Detection Using DWT
 
Design and Synthesis of Multiplexer based Universal Shift Register using Reve...
Design and Synthesis of Multiplexer based Universal Shift Register using Reve...Design and Synthesis of Multiplexer based Universal Shift Register using Reve...
Design and Synthesis of Multiplexer based Universal Shift Register using Reve...
 
Design and Implementation of a Low Noise Amplifier for Ultra Wideband Applica...
Design and Implementation of a Low Noise Amplifier for Ultra Wideband Applica...Design and Implementation of a Low Noise Amplifier for Ultra Wideband Applica...
Design and Implementation of a Low Noise Amplifier for Ultra Wideband Applica...
 
ElectroencephalographySignalClassification based on Sub-Band Common Spatial P...
ElectroencephalographySignalClassification based on Sub-Band Common Spatial P...ElectroencephalographySignalClassification based on Sub-Band Common Spatial P...
ElectroencephalographySignalClassification based on Sub-Band Common Spatial P...
 
IC Layout Design of 4-bit Magnitude Comparator using Electric VLSI Design System
IC Layout Design of 4-bit Magnitude Comparator using Electric VLSI Design SystemIC Layout Design of 4-bit Magnitude Comparator using Electric VLSI Design System
IC Layout Design of 4-bit Magnitude Comparator using Electric VLSI Design System
 
Design & Implementation of Subthreshold Memory Cell design based on the prima...
Design & Implementation of Subthreshold Memory Cell design based on the prima...Design & Implementation of Subthreshold Memory Cell design based on the prima...
Design & Implementation of Subthreshold Memory Cell design based on the prima...
 
Retinal Macular Edema Detection Using Optical Coherence Tomography Images
Retinal Macular Edema Detection Using Optical Coherence Tomography ImagesRetinal Macular Edema Detection Using Optical Coherence Tomography Images
Retinal Macular Edema Detection Using Optical Coherence Tomography Images
 
Speech Enhancement Using Spectral Flatness Measure Based Spectral Subtraction
Speech Enhancement Using Spectral Flatness Measure Based Spectral SubtractionSpeech Enhancement Using Spectral Flatness Measure Based Spectral Subtraction
Speech Enhancement Using Spectral Flatness Measure Based Spectral Subtraction
 
Adaptive Channel Equalization using Multilayer Perceptron Neural Networks wit...
Adaptive Channel Equalization using Multilayer Perceptron Neural Networks wit...Adaptive Channel Equalization using Multilayer Perceptron Neural Networks wit...
Adaptive Channel Equalization using Multilayer Perceptron Neural Networks wit...
 
Performance Analysis of the Sigmoid and Fibonacci Activation Functions in NGA...
Performance Analysis of the Sigmoid and Fibonacci Activation Functions in NGA...Performance Analysis of the Sigmoid and Fibonacci Activation Functions in NGA...
Performance Analysis of the Sigmoid and Fibonacci Activation Functions in NGA...
 

Recently uploaded

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
fitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .pptfitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .pptAfnanAhmad53
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdfKamal Acharya
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
 
Introduction to Data Visualization,Matplotlib.pdf
Introduction to Data Visualization,Matplotlib.pdfIntroduction to Data Visualization,Matplotlib.pdf
Introduction to Data Visualization,Matplotlib.pdfsumitt6_25730773
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxSCMS School of Architecture
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsvanyagupta248
 
UNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptxUNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptxkalpana413121
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . pptDineshKumar4165
 
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptxOrlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptxMuhammadAsimMuhammad6
 
Digital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxDigital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxpritamlangde
 
Computer Graphics Introduction To Curves
Computer Graphics Introduction To CurvesComputer Graphics Introduction To Curves
Computer Graphics Introduction To CurvesChandrakantDivate1
 
Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...
Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...
Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...jabtakhaidam7
 
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best ServiceTamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Servicemeghakumariji156
 
Ghuma $ Russian Call Girls Ahmedabad ₹7.5k Pick Up & Drop With Cash Payment 8...
Ghuma $ Russian Call Girls Ahmedabad ₹7.5k Pick Up & Drop With Cash Payment 8...Ghuma $ Russian Call Girls Ahmedabad ₹7.5k Pick Up & Drop With Cash Payment 8...
Ghuma $ Russian Call Girls Ahmedabad ₹7.5k Pick Up & Drop With Cash Payment 8...gragchanchal546
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptxJIT KUMAR GUPTA
 
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...drmkjayanthikannan
 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationBhangaleSonal
 

Recently uploaded (20)

Signal Processing and Linear System Analysis
Signal Processing and Linear System AnalysisSignal Processing and Linear System Analysis
Signal Processing and Linear System Analysis
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
fitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .pptfitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .ppt
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdf
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
Introduction to Data Visualization,Matplotlib.pdf
Introduction to Data Visualization,Matplotlib.pdfIntroduction to Data Visualization,Matplotlib.pdf
Introduction to Data Visualization,Matplotlib.pdf
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech students
 
UNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptxUNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptx
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptxOrlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
 
Digital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxDigital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptx
 
Computer Graphics Introduction To Curves
Computer Graphics Introduction To CurvesComputer Graphics Introduction To Curves
Computer Graphics Introduction To Curves
 
Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...
Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...
Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...
 
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best ServiceTamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
 
Ghuma $ Russian Call Girls Ahmedabad ₹7.5k Pick Up & Drop With Cash Payment 8...
Ghuma $ Russian Call Girls Ahmedabad ₹7.5k Pick Up & Drop With Cash Payment 8...Ghuma $ Russian Call Girls Ahmedabad ₹7.5k Pick Up & Drop With Cash Payment 8...
Ghuma $ Russian Call Girls Ahmedabad ₹7.5k Pick Up & Drop With Cash Payment 8...
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equation
 

Real Time System Identification of Speech Signal Using Tms320c6713

  • 1. IOSR Journal of VLSI and Signal Processing (IOSR-JVSP) Volume 7, Issue 2, Ver. I (Mar. - Apr. 2017), PP 20-25 e-ISSN: 2319 – 4200, p-ISSN No. : 2319 – 4197 www.iosrjournals.org DOI: 10.9790/4200-0702012025 www.iosrjournals.org 20 | Page Real Time System Identification of Speech Signal Using Tms320c6713 Rathnakara.S1 and Dr.V.Udayashankara2 1 Research Student, JSS Research Foundation, Mysore, India 2 Research Guide, JSS Research Foundation, Mysore, India Abstract : In this paper real time system identification is implemented on TMS320C6713 for speech signal using standard IEEE sentence (SP23) of NOIZEUS database with different types of real world noises at different level SNR taken from AURORA data base. The performance is measured in terms of signal to noise ratio (SNR) improvement. The implementation is done with “C’ program for least mean square (LMS) and recursive least square (RLS) algorithms and processed using DSP processor with Code composer studio. Keywords: System Identification, LMS, RLS, SNR, TMS3206713 I. Introduction The quality and intelligibility of speech reduced at the receiving end when the input speech is mixed with some form of the noise components. So the original speech becomes unpleasant to listen. The amount of unpleasant is depending upon the type of noise corrupted to the speech signal. The quality and intelligibility of the speech in the presence of background noise can be improved by speech enhancement algorithms. Over many decades researchers are focused in this area and developed the different algorithms to remove the noise which is present along with the speech signal. [7-10].The adaptive filter is still better tool to suppress the noise content in the speech signal. Recently many researchers are working on implementing system identification and noise canceller using adaptive filters on fixed point processor, floating point processor, simulink and other hardware solutions [4,11] for deterministic signals and time varying signals. In this work LMS and RLS algorithms are implemented on floating point processor TMS320C6713 for system identification and performance is compared in terms of output SNR II. LMS Algorithm The least mean square (LMS) algorithm is basic adaptive filter used for system identification and noise cancellation. The basic block diagram of adaptive transversal filter is shown in Figure 1.In which input signal u(n) and a desired signal d(n) determine the filter coefficient ‘w’, that minimizes the error e(n), between the output of the filter y(n), and the desired signal d(n).In LMS algorithm the step size remains constant in updating filter coefficient equation [1, 2] The output, error and weight equation of conventional LMS algorithms are shown below. The output; y(n)=w(n).uT (n) (1) The error; e(n)=d(n)-y(n) (2) The weight equation: w (n+1) =w (n) +2 u(n) e(n) (3) Where is the step size.. Figure 1. Adaptive transversal filter
  • 2. Real Time System Identification of Speech Signal Using Tms320c6713 DOI: 10.9790/4200-0702012025 www.iosrjournals.org 21 | Page III. RLS Algorithm The recursive least square (RLS) adaptive algorithm is based on least square estimation of the filter coefficients for (n-1) iterations. This algorithm is very powerful, when input is very dynamic and requires very high speed of response. To reduce the number of iterations RLS algorithm uses the autocorrelation matrix. Autocorrelation matrix in RLS algorithm uses current tap-input information as well as all past input samples. Important feature of the RLS algorithm is the inverse correlation matrix (similar to ‘mu’ in Least Mean Square Algorithm) replaced at each step by a simple scalar division. The RLS exhibits extremely fast convergence compared to least mean square algorithms but computational complexity is very high. If u(1),u(2)… are input samples, d(1),d(2)… are desired samples and “Λ ‘is forgetting factor varies between 0 and 1.The forgetting factor gives exponentially less weight to older error samples and gives more weightage to recent data. ‘δ’ is small positive constant The error e(n) is calculated by taking the difference of desired response d(n)and the output y(n)The output, error and weight equation of conventional RLS algorithms are shown below Initialization P (0) = δ -1 I (4) w(0)=0 (5) The filter output is y(n) = u(n) T w(n − 1) (6) k(n) = λ −1 P(n − 1)u(n) . 1 + λ − 1 uT (n)P(n − 1)u(n) (7) Inverse correlation matrix P(n) = λ −1 P(n − 1) − λ −1 k(n)uT (n)P(n − 1) (8) e(n) = d(n) − u(n) T w(n − 1) (9) w (n) = w(n − 1) + k(n)e(n) (10) IV. Tms320c6713 DSP Processor The DSK is a low-cost standalone development platform also serves as a hardware reference design for the TMS320C6713 DSP [3-5]. The DSK uses the 32-bit EMIF for the SDRAM (CE0) and daughter card expansion interface (CE2 and CE3).An on-board AIC23 codec allows the DSP to transmit and receive analog signals. Analog audio I/O such as microphone input, line input, line output and headphone output is done through four 3.5mm audio jacks the codec can select the microphone or the line input as the active input. The analog output is driven to both the fixed gain line connector and adjustable gain headphone connectors. McBSP0 is used for the codec control interface and McBSP1 is used for data. The block diagram of C6713 DSK is shown in figure 2. Code composer studio provides an integrated development environment (IDE) to incorporate software tools, which includes tools for code generation such as a C compiler followed by an assembler and a finally linker. The C compiler compiles a C source program with extension .c to produce an assembly source file with extensioin.asm. The assembler assembles an .asm source file to produce machine language object file with extension obj. the linker combines object files and object libraries as input to produce an executable file with extension .out. This executable file can be loaded and run directly on the C6713 processor. Figure 2 Block diagram of C6713 DSK.
  • 3. Real Time System Identification of Speech Signal Using Tms320c6713 DOI: 10.9790/4200-0702012025 www.iosrjournals.org 22 | Page V. Simulated Results The simulations are carried with standard IEEE sentence sp23 (NOIZEUS database) of male voice saying” stop whistling and watch the boys march”. The original signal has 21209 samples. The performance of the LMS and RLS are tested with babble noise, restaurant noise, airport noise and train noise at different level of SNR taken from AURORA data base. The results are plotted using Matlab. The different stages of implementation are illustrated below. The trouble shooting DSK connectivity is shown in Figure 3, which is initial stage for configuration of CCS to configure the ports. Figure 4 shows the window corresponding to create a new project. Figure 5 shows the successful code building stage of the project. Figure 6 shows final execution stage ‘run’. The output file will be stored in out.dat The Figure 7 shows the desired signal, signal+noise, output and the mean square error for LMS with original speech corrupted with babble noise of’ 0’dB for ‘μ’ =0.1 with filter order 8.Figure 8 shows the same for RLS algorithm with forgetting factor λ=0.97 and δ=0.01.The performance of RLS algorithm has shown in Table 1 for different values of forgetting factor. It is clearly evident that the output SNR observed maximum when Λ=0.97 for different input SNR. Table 2 demonstrates the performance of output SNR for both LMS and RLS algorithms. The RLS gives better output SNR for all types of nonstationary noises at different level of input SNR compares to LMS algorithm 5.1Mean Square Error Mean square error (MSE) is important parameter to estimate the performance of the algorithms. The corresponding equation is given below. MSE= (11) Where d(n) is the desired signal, y(n) is the output of the filter and N is the total number of samples. The MSE defiens the mean square error between the real model to estimated model[11]. MSE in decibels given by MSE dB=10log10 ( MSE) (12 ) Figure 9 demonstrates the variations of mean square error (MSE) for both the algorithms in dB. The average MSE obtained for LMS and RLS is 28.73 dB & -52.9 dB – respectively Figure3. Trouble shooting DSK connectivity Figure 4. To create a new project file
  • 4. Real Time System Identification of Speech Signal Using Tms320c6713 DOI: 10.9790/4200-0702012025 www.iosrjournals.org 23 | Page ------------------------------ LMS.pjt - Debug --------------------------- Figure5. Code building stage window. Figure.6. Final execution stage Figure 7 The desired signal, signal+noise, output and the mean square error for LMS with ‘0’ dB Babble noise 0 0.5 1 1.5 2 2.5 x 10 4 -0.4 -0.2 0 0.2 0.4 desired signal 0 0.5 1 1.5 2 2.5 x 10 4 -0.4 -0.2 0 0.2 0.4 signal+noise 0 0.5 1 1.5 2 2.5 x 10 4 -0.4 -0.2 0 0.2 0.4 LMS filtered signal 0 0.5 1 1.5 2 2.5 x 10 4 0 0.01 0.02 0.03 0.04 0.05 Mean square error
  • 5. Real Time System Identification of Speech Signal Using Tms320c6713 DOI: 10.9790/4200-0702012025 www.iosrjournals.org 24 | Page Figure 8 The desired signal, signal+noise, output and the mean square error for RLS with ‘0’ dB Babble noise Figure 9. Top to bottom, the excessive mean square error of LMS and excessive mean square error of RLS algorithm in dB. Table1: Performance RLS algorithm for different Values of forgetting factor ( Λ) Type of Noise File Name Input SNR in dB Output SNR for different Forgetting Factor( Λ) 0.96 0.97 0.98 0.99 Babble Noise sp23_babble_sn0 0 6.343 6.385 6.384 6.209 sp23_babble_sn5 5 9.402 9.414 9.37 9.101 sp23_babble_sn10 10 13.507 13.546 13.525 13.259 sp23_babble_sn15 15 16.687 16.886 16.811 16.457 0 0.5 1 1.5 2 2.5 x 10 4 -0.4 -0.2 0 0.2 0.4 desired signal 0 0.5 1 1.5 2 2.5 x 10 4 -0.4 -0.2 0 0.2 0.4 signal+noise 0 0.5 1 1.5 2 2.5 x 10 4 -0.4 -0.2 0 0.2 0.4 RLS filtered signal 0 0.5 1 1.5 2 2.5 x 10 4 0 0.01 0.02 0.03 Mean square error 0 0.5 1 1.5 2 2.5 x 10 4 -130 -120 -110 -100 -90 -80 -70 -60 -50 -40 Mean Square error in dB 0 0.5 1 1.5 2 2.5 x 10 4 -110 -100 -90 -80 -70 -60 -50 -40 -30 -20 Mean Square error in dB
  • 6. Real Time System Identification of Speech Signal Using Tms320c6713 DOI: 10.9790/4200-0702012025 www.iosrjournals.org 25 | Page VI. Conclusion In this work LMS and RLS algorithm were successfully implemented and analyzed for system identification on floating point processor TMS320C6713. The results are analyzed with standard speech IEEE sentence (SP23) of NOIZEUS database with different types of real world noises at different level SNR.. The performance is measured in terms of SNR improvement. RLS algorithm gives better SNR improvement and reduces mean square error due to estimated weight of the unknown system matching with actual weight of the desired signal. So this can be used in digital hearing aid for real time noise cancellation Table2: Performance of the LMS and RLS algorithm for different types of noises at different input SNR Type of Noise input File name Input SNR in dB Output SNR in dB LMS RLS Babble Noise sp23_babble_sn0 0 4.64 6.39 sp23_babble_sn5 5 6.34 9.41 sp23_babble_sn10 10 8.72 13.55 sp23_babble_sn15 15 10.68 16.89 Restaurant Noise sp23_resturant_sn0 0 4.18 5.76 sp23_resturant_sn5 5 6.22 8.7 sp23_resturant_sn10 10 6.59 14.7 sp23_resturant_sn15 15 10.85 17.38 Airport Noise sp23_airport_sn0 0 3.96 5.21 sp23_airport_sn5 5 6.52 9.07 sp23_airport_sn10 10 8.65 12.64 sp23_airport_sn15 15 10.66 17.19 Train Noise sp23_train_sn0 0 4.9 6.68 sp23_train_sn5 5 7.34 10.77 sp23_train_sn10 10 9.19 13.62 sp23_train_sn15 15 11.05 18.4 Exhibition Noise sp23_exhbition_sn0 0 4.64 6.19 sp23_exhbition_sn5 5 6.69 9.47 sp23_exhbition_sn10 10 8.92 13.18 sp23_exhbition_sn15 15 10.82 17.52 References [1]. Simon Haykin “ Adaptive Filter Theory” Fourth edition pearson education [2]. V.Udayashankara “ Modern digital signal processing” second edition PHI [3]. Gaurav Saxena, SubramaniamGanesan, and Manohar Das “Real time implementation of adaptive noise cancellation” 978-1-4244- 2030-8/08,2008 IEEE. PP431-436 [4]. Texas Instruments Tutorial, TMS320C6713 Hardware Designers Resource Guide”,(July 2004), SPRAA33. [5]. D. Reay, “Digital Signal Processing and Applications with the TMS320C6713 and TMS320C6416 DSK,” John Wiley and Sons, Inc,Edition- 2nd 2008. [6]. J. M. Górriz, et al “A Novel LMS Algorithm Applied to Adaptive Noise Cancellation “IEEE 2008 pp34-37 [7]. Julie E. Greenberg “Modified Lms Algorithms For Speech Processing With An Adaptive Noise Canceller”, Ieee Transactions On Speech And Audio processing Vol6.No4 1998 PP338-351 [8]. Ma Shengqian, XuGuowei, Ma Zhifeng, Wei Shuping, Fan Manhong “Research on adaptive noise canceller of an improvement LMS algorithm 2011 IEEE pp1611-1614 [9]. Mohamed DjendiEt.Al “A New DualForwardBss Based Rls (Dfrls) AlgorithmFor Speech Enhancement.” IEEE 2016 [10]. Ted S. And Biing-Hwang JuangWada “Enhancement Of Residual Echo For Robust Acoustic Echo Cancellation”, IEEE Transactions On Audio, Speech And Language Processing, Vol. 20, No. 1, 2012 175-189 [11]. Fabián Rolando Jiménez- López and et.al” Adaptive filtering implanted over TMS 320C6713”ITECKNE Vol. 11, 2014 pp157-171