SlideShare a Scribd company logo
1 of 6
Download to read offline
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 –
INTERNATIONAL JOURNAL OF ELECTRONICS AND
6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 2, February (2014), pp. 30-35 © IAEME

COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET)

ISSN 0976 – 6464(Print)
ISSN 0976 – 6472(Online)
Volume 5, Issue 2, February (2014), pp. 30-35
© IAEME: www.iaeme.com/ijecet.asp
Journal Impact Factor (2014): 3.7215 (Calculated by GISI)
www.jifactor.com

IJECET
©IAEME

GENERATION OF INDICATOR SEQUENCE USING TMS320VC5416
FIXED-POINT DIGITAL SIGNAL PROCESSOR
M. Mohanty1,

Dr. M. Basu2,

Dr. D.N. Pattanayak3

1

Dept.of ETC, Gandhi Engineering College, Madanpur, Bhubaneswar, Odisha, India
Dept.of Power Engg, Jadavpur University, Saltlake campus, Kolkata, West Bengal, India
3
Dept. of EEE, Trident Academy of Tchnology, Infocity Area. Patia, Bhubaneswar, Odisha, India
2

ABSTRACT
The traditional as well as modern signal processing methods are playing an important role in
molecular biology, which is related to the most commonly used terms i.e. DNA (Deoxyribose
Nucleic Acid), gene & Protein. The last few years have seen the blooming of the genomic era, a
period during which a wide range of research effort has been taken on the fractal behavior of DNA
sequences which leads to the research in Genomic signal processing, primarily defined as the
processing of genome sequence that contains the whole hereditary information of a living organism,
encoded in the DNA. This paper concerns with a brief review of some fundamentals related to
molecular biology followed by the implementation of Digital Signal Processor (DSP) for the
processing of DNA sequence. The flexibility of the design & presence of on-chip memory in the
DSP reduces the memory access time as compared to general purpose microprocessor or the
microcontroller.
Keywords: DNA, DSP, CCS.
INTRODUCTION
Recently, signal processing is booming as the most highlighted field approaching towards the
detection, prediction and classification of genetic regulatory networks that are capable of modeling
genetic behavior. It is a method of extracting information from the signal which, in turn, depends
upon the type of signal and the nature of information it carries. Therefore, the signal processing is
concerned with the representation, transformation, and manipulation of signals and the information
they contain [1]. The Genomic Signal Processing (GSP) has been defined as the processing of
genomic signals and its use for gaining biological knowledge and the translation of that knowledge
into system based applications [11]. The aim of GSP is to integrate the theory and methods of signal
30
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 –
6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 2, February (2014), pp. 30-35 © IAEME

processing with the global understanding of functional genomics, with special emphasis on genomic
regulation.
In a very real sense, it must be specified that genomic information is digital in nature, is
represented in the form of sequence. A DNA sequence is a double helical structure, has been
mathematically represented by character string, which is made from an English alphabet of four
elements, namely A, T, C, and G, shown in fig. 1. The letter A, T, C, G represents molecules called
nucleotides or bases as shown in fig 1. ‘A’ is known as Adenine, ‘T’ as Thymine, ‘C’ as Cytosine
and ‘G’ as Guanine. The main role of DNA is the long-term storage of information and for
constructing other components of cells, such as proteins and RNA (Ribose Nucleic Acid) molecules,
as it contains the essential instructions.

Fig.1: Structure of DNA containing the nucleotides
The example of a part of DNA sequence is shown in “(1)”.
…..ATCGGATTCCAGTGAC… (1)
The double helical structure of DNA straightened out for simplicity, demonstrating a simple
schematic diagram for part of a DNA molecule as shown in fig. 2 [18-20]. The base ‘A’ of one
strand is always pairs with ‘T’ of other strand and similarly ‘C’ of one strand always pairs with ‘G’
of other strand. Therefore the number of nucleotides ‘A’ and ‘T’ always same in a DNA sequence
similarly for ‘G’ and ‘C’. This type of pairing is called the Watson and Crick base pairing. Therefore,
the DNA sequence of each organism is represented by the number of base pairs. Since DNA contains
the genetic information of living organisms, so life is governed by quaternary codes [18].

Fig.2: The DNA double helix (linearized schematic)
A DNA sequence can be separated into two types of regions: genes and intergenic spaces.
Again, gene has two types of sub regions called the exons and introns as shown in fig. 3. However,
31
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 –
6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 2, February (2014), pp. 30-35 © IAEME

genes carry the coding information for the generation of proteins. Basically exons region is
responsible for that purpose.
In this paper, an attempt has been made for the processing of a particular DNA sequence with
the Texas Instrument TMS320VC5416 Digital Signal Processor (DSP)[12]. The special reason for
selecting this platform is its advanced modified Harvard architecture having huge computational
power along with the fast processing capability that facilitate the implementation process efficiently
in comparison with the general purpose processor[8-10] and micro controllers[14]. TMS320VC5416
Digital Signal Processor is a 16 bit fixed point Complex Instruction Set Computer (CISC) processor.
Mostly, in the commercial field, the 16-bit processor is used from the cost effective point of view.
The modified Harvard architecture of the DSP provides the pipelining operation which is absent in
the Von Neumann architecture of the general-purpose processors [12-14]. The pipelining property of
the processor reduces the execution time of the instruction as more than one instruction is processed
parallely. Therefore, the digital signal processor is mostly used for the real time application [2,5,12].

Fig.3: DNA sequence showing exons (protein coding region) and introns
Another remarkable advantage of implementing the TMS320VC5416 digital signal processor
is that, the processor facilitates quick implementation of algorithm with the help of Code Composer
Studio (CCS) Integrated Development Environment (IDE) [15-17]. The modification of algorithm
and design parameter need not require any change in the hardware as the digital signal processor is
programmable. So just by reprogramming the source code, the modification can be done.
TMS320VC5416 is a widely used processor for in lab research purpose which is also called Million
Floating Point Processor (MFLOPS), makes it ideal candidate for this work. The choice of
TMS320VC5416 processor has provided flexibility and has considerably saved time for
experimental analysis.
GENERATION OF INDICATOR SEQUENCE
A single DNA strand is represented as a sequence of four nucleotides, namely Adenine (A),
Cytosine (C), Thymine (T), and Guanine (G). For the application in the digital signal processing field
it is necessary to convert the character string of the DNA sequence into a set of digital signals.
Basically, the indicator sequence indicates the location of each nucleotide in the long DNA sequence.
For example, Let the DNA sequence is ATCTAGCTACTAGG…………(1)
So, the corresponding indicator sequence for the base A, represented as xA(n), in the binary form is,
xA(n)=10001000100100……

(2)

n→ length of the DNA sequence or it can be said the number of bases present in the DNA sequence.
In the equation (1), ‘1’ indicates the presence of A and ‘0’ indicates its absence. The indicator
sequences for the other bases are defined similarly.
In this work, the original DNA sequence is broken down into four binary sequences of same length
for four nucleotides, so that, the corresponding binary sequence of each nucleotide will indicate its
32
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 –
6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 2, February (2014), pp. 30-35 © IAEME

position in the original sequence. It is carried out on a particular organism i.e. Bovine gastrine gene
of Bovgas having 1066 base pairs.
FLOW CHART
The flow chart explains the important steps of the program. It gives the brief idea about the
logic for developing the program using TMS320VC5416 processor to generate the indicator
sequence for each nucleotide.

33
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 –
6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 2, February (2014), pp. 30-35 © IAEME

EXPERIMENTAL RESULT
After the successful downloading of the program into the program memory of the processor,
an input window will be displayed on the screen, where we can give the input. Then the input will be
where
processed through the processor, so that, a Stdout tab is opened at the bottom of the window to show
the corresponding output which is sent to stdout by the program. A part of the DNA sequence of
Bovgas is taken for experimental purpose for the ease of checking on the screen, whose
aken
corresponding four indicator sequences are shown in the Fig. 4.

Fig 4: The generation of indicator sequence for Bovgas
In the program, the length is taken as a variable, so that we can take any length of sequence
according to the requirement.
CONCLUSION
This paper eyes on making Genetic Studies easier in the hardware platform for the processing
of DNA sequence. This successful hardware implementation of Generation of indicator sequence has
essful
opened the gates for research works in integrating them into Real-time applications. One aspect of
Real time
this work is to provide a method for identifying and to locate genes or genomic region of interest in
regions
the genome. Another aspect is to provide a method for identifying genetic associations and
converting information into an appropriate data format so that it could be used in practical
applications such as identification of disease
disease-causing genes in complex diseases, in population
population-based
association study, a family-based association study, or a traditional linkage study.
based
REFERENCES

[1] Sanjay Sharma, Digital Signal Processing, 6th ed., S.K.Kataria & Sons, Publishers of
Engineering & Computer Books, New Delhi, India, 2010.
20

[2] B. Venkataramani, M.Bhaskar, Digital Signal Processors Architecture, Programming and
Applications, Tata McGraw-Hill, New Delhi, India, 2010.
Hill,
20

[3] Alan V. Oppenhum, Application of Digital Signal Processing, Prentice Hall, Inc, Eng
Prentice-Hall,
Englewood
Cliffs, N.J., U.S.A, 1978.
34
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 –
6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 2, February (2014), pp. 30-35 © IAEME

[4] Alan V. Oppenhum, Ronald W. Schafer, Digital Signal Processing, Prentice-Hall of India
Private Limited, New Delhi, India, 1997.

[5] Avtar Singh, Digital Signal Processing Implementation: Using DSP Microprocessors- with
[6]
[7]
[8]
[9]
[10]
[11]
[12]
[13]
[14]
[15]
[16]
[17]
[18]
[19]
[20]
[21]

[22]

[23]

examples from TMS320C54XX, Belmont, CA: Thomson Brooks/Cole, 2004.
TMS320VC5416 Fixed-Point Digital Signal Processor: Data Manual, Literature Number:
SPRS095J, Texas Instruments, March, 1999-Revised April, 2003.
TMS320VC5416 Fixed-Point Digital Signal Processor: Data Manual, Literature Number:
SPRS095J, Texas Instruments, March, 1999-Revised April, 2003.
R.Gaonkar, Microprocessor Architecture, Programming and Application: with 8085/8085A,
5th ed., Prentice-Hall of India Private Limited, New Delhi, India, 2002.
Anokh Singh and A.K.Chhabra, Fundamentals of Digital Electronics and Microprocessors,
S.Chand & Company Limited, New Delhi, India, 2005.
Barry B. Brey, The Intel Microprocessors, 8086/8088, 80186/80188, 80286, 80386, 80486,
Pentium, Pentium Pro Processor, Pentium-II, Pentium-III, Pentium-4, Architecture,
Programming and Interfacing, 8th ed., Prentice-Hall of India Pvt. Ltd., New Delhi, 2008.
Edward R. Dougherty, Llya Shmulevich, Jie Chen, and Z. Jane Wang, Genomic Signal
Processing and Statistics, Volume-2, Hindawi Publishing Corporation, New York, U.S.A,
ISBN 977-5945-07-0, 2005.
Avtar Singh and S.Srinivasan, Digital Signal Processing Implementations: Using DSP
Microprocessors – with examples from TMS320C54x, Thomson Learning, Inc., 2011.
M. Morris Mano, Computer System Architecture, 3rd ed., Prentice Hall of India Private
Limited, 2007.
Kenneth J. Alaya, The 8051 Microcontroller Architecture, Programming and Application, 3nd
ed., Cengage Learing ,2000.
TMS320C54x Code Composer Studio Tutorial, Texas Instruments, Texas, 1999.
TMS320C54xx Optimizing C/C++ Compiler User’s Guide, Texas Instruments Literature
Number SPRU103G, October, 2002.
Code Composer Studio Getting Started Guide, Texas Instruments Literature Number
SPRU509.
P.P.Vaidyanathan, Genomics and Proteomics: A Signal Processor’s Tour, Vol-4, Number-4,
IEEE Circuits and Systems Magazine, U.S.A., Fourth Quarter 2004.
D.Anastassion, Genomic Signal Processing, IEEE Signal Processing Magazine, vol-18, no.4,
pp 8-20, 2001.
P.P.Vaidyanathan and Byung-Jun Yoon, The role of Signal Processing Concepts in Genomics
and Proteomics, Journal of Franklin Institute, Special Issue on Genomics, 2004.
Deep Kamal Kaur Randhawa, Inderpreet Kaur, Lalit M. Bharadwaj and M.L.Singh, “Study of
Hlgs and Transfer Integrals of DNA Bases for Investigating Charge Conduction”,
International Journal of Electronics and Communication Engineering & Technology
(IJECET), Volume 2, Issue 1, 2011, pp. 43-49, ISSN Print: 0976 - 6464, ISSN Online:
0976 –6472.
Vijay Arputharaj J and Dr.R.Manicka Chezian, “Data Mining with Human Genetics to
Enhance Gene Based Algorithm and DNA Database Security”, International Journal of
Computer Engineering & Technology (IJCET), Volume 4, Issue 3, 2013, pp. 176 - 181,
ISSN Print: 0976 - 6367, ISSN Online: 0976 – 6375.
D. Pattanayak, M. Basu and R. N. Chakrabarti, “Multi-Objective Differential Evolution for
Optimal Power Flow”, International Journal of Electrical Engineering & Technology
(IJEET), Volume 3, Issue 1, 2012, pp. 31 - 43, ISSN Print: 0976 - 6545, ISSN Online:
0976-6553.
35

More Related Content

What's hot

FIR Filter Implementation by Systolization using DA-based Decomposition
FIR Filter Implementation by Systolization using DA-based DecompositionFIR Filter Implementation by Systolization using DA-based Decomposition
FIR Filter Implementation by Systolization using DA-based DecompositionIDES Editor
 
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
 
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
 
Compressive Sensing in Speech from LPC using Gradient Projection for Sparse R...
Compressive Sensing in Speech from LPC using Gradient Projection for Sparse R...Compressive Sensing in Speech from LPC using Gradient Projection for Sparse R...
Compressive Sensing in Speech from LPC using Gradient Projection for Sparse R...IJERA Editor
 
implementation of area efficient high speed eddr architecture
implementation of area efficient high speed eddr architectureimplementation of area efficient high speed eddr architecture
implementation of area efficient high speed eddr architectureKumar Goud
 
A novel steganographic technique based on lsb dct approach by Mohit Goel
A novel steganographic technique based on lsb dct approach  by Mohit GoelA novel steganographic technique based on lsb dct approach  by Mohit Goel
A novel steganographic technique based on lsb dct approach by Mohit GoelMohit Goel
 
Speaker and Speech Recognition for Secured Smart Home Applications
Speaker and Speech Recognition for Secured Smart Home ApplicationsSpeaker and Speech Recognition for Secured Smart Home Applications
Speaker and Speech Recognition for Secured Smart Home ApplicationsRoger Gomes
 
SECURE OMP BASED PATTERN RECOGNITION THAT SUPPORTS IMAGE COMPRESSION
SECURE OMP BASED PATTERN RECOGNITION THAT SUPPORTS IMAGE COMPRESSIONSECURE OMP BASED PATTERN RECOGNITION THAT SUPPORTS IMAGE COMPRESSION
SECURE OMP BASED PATTERN RECOGNITION THAT SUPPORTS IMAGE COMPRESSIONsipij
 
A Secure Color Image Steganography in Transform Domain
A Secure Color Image Steganography in Transform Domain A Secure Color Image Steganography in Transform Domain
A Secure Color Image Steganography in Transform Domain ijcisjournal
 
31 8949 punithavathi ramesh sub.id.69 (edit)new
31 8949 punithavathi ramesh   sub.id.69 (edit)new31 8949 punithavathi ramesh   sub.id.69 (edit)new
31 8949 punithavathi ramesh sub.id.69 (edit)newIAESIJEECS
 
Switched Multistage Vector Quantizer
Switched Multistage Vector QuantizerSwitched Multistage Vector Quantizer
Switched Multistage Vector QuantizerCSCJournals
 
Compression technique using dct fractal compression
Compression technique using dct fractal compressionCompression technique using dct fractal compression
Compression technique using dct fractal compressionAlexander Decker
 
11.compression technique using dct fractal compression
11.compression technique using dct fractal compression11.compression technique using dct fractal compression
11.compression technique using dct fractal compressionAlexander Decker
 
International Journal of Computational Engineering Research(IJCER)
 International Journal of Computational Engineering Research(IJCER)  International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER) ijceronline
 

What's hot (17)

FIR Filter Implementation by Systolization using DA-based Decomposition
FIR Filter Implementation by Systolization using DA-based DecompositionFIR Filter Implementation by Systolization using DA-based Decomposition
FIR Filter Implementation by Systolization using DA-based Decomposition
 
Ft3111351140
Ft3111351140Ft3111351140
Ft3111351140
 
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
 
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...
 
Compressive Sensing in Speech from LPC using Gradient Projection for Sparse R...
Compressive Sensing in Speech from LPC using Gradient Projection for Sparse R...Compressive Sensing in Speech from LPC using Gradient Projection for Sparse R...
Compressive Sensing in Speech from LPC using Gradient Projection for Sparse R...
 
implementation of area efficient high speed eddr architecture
implementation of area efficient high speed eddr architectureimplementation of area efficient high speed eddr architecture
implementation of area efficient high speed eddr architecture
 
A novel steganographic technique based on lsb dct approach by Mohit Goel
A novel steganographic technique based on lsb dct approach  by Mohit GoelA novel steganographic technique based on lsb dct approach  by Mohit Goel
A novel steganographic technique based on lsb dct approach by Mohit Goel
 
Speaker and Speech Recognition for Secured Smart Home Applications
Speaker and Speech Recognition for Secured Smart Home ApplicationsSpeaker and Speech Recognition for Secured Smart Home Applications
Speaker and Speech Recognition for Secured Smart Home Applications
 
SECURE OMP BASED PATTERN RECOGNITION THAT SUPPORTS IMAGE COMPRESSION
SECURE OMP BASED PATTERN RECOGNITION THAT SUPPORTS IMAGE COMPRESSIONSECURE OMP BASED PATTERN RECOGNITION THAT SUPPORTS IMAGE COMPRESSION
SECURE OMP BASED PATTERN RECOGNITION THAT SUPPORTS IMAGE COMPRESSION
 
A Secure Color Image Steganography in Transform Domain
A Secure Color Image Steganography in Transform Domain A Secure Color Image Steganography in Transform Domain
A Secure Color Image Steganography in Transform Domain
 
31 8949 punithavathi ramesh sub.id.69 (edit)new
31 8949 punithavathi ramesh   sub.id.69 (edit)new31 8949 punithavathi ramesh   sub.id.69 (edit)new
31 8949 punithavathi ramesh sub.id.69 (edit)new
 
Switched Multistage Vector Quantizer
Switched Multistage Vector QuantizerSwitched Multistage Vector Quantizer
Switched Multistage Vector Quantizer
 
Jj2416341637
Jj2416341637Jj2416341637
Jj2416341637
 
Compression technique using dct fractal compression
Compression technique using dct fractal compressionCompression technique using dct fractal compression
Compression technique using dct fractal compression
 
11.compression technique using dct fractal compression
11.compression technique using dct fractal compression11.compression technique using dct fractal compression
11.compression technique using dct fractal compression
 
International Journal of Computational Engineering Research(IJCER)
 International Journal of Computational Engineering Research(IJCER)  International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 

Viewers also liked (9)

40120130406006
4012013040600640120130406006
40120130406006
 
20320140502005 2-3-4
20320140502005 2-3-420320140502005 2-3-4
20320140502005 2-3-4
 
20120140502018
2012014050201820120140502018
20120140502018
 
10120130406016
1012013040601610120130406016
10120130406016
 
30120140502006
3012014050200630120140502006
30120140502006
 
50120130405020
5012013040502050120130405020
50120130405020
 
20120130406022
2012013040602220120130406022
20120130406022
 
20120140504016
2012014050401620120140504016
20120140504016
 
20320130405015
2032013040501520320130405015
20320130405015
 

Similar to 40120140502004

Design and Implementation of an Embedded System for Software Defined Radio
Design and Implementation of an Embedded System for Software Defined RadioDesign and Implementation of an Embedded System for Software Defined Radio
Design and Implementation of an Embedded System for Software Defined RadioIJECEIAES
 
Design of high speed reconfigurable coprocessor for interleaver and de interl...
Design of high speed reconfigurable coprocessor for interleaver and de interl...Design of high speed reconfigurable coprocessor for interleaver and de interl...
Design of high speed reconfigurable coprocessor for interleaver and de interl...IAEME Publication
 
Design and Implementation of Area Optimized, Low Complexity CMOS 32nm Technol...
Design and Implementation of Area Optimized, Low Complexity CMOS 32nm Technol...Design and Implementation of Area Optimized, Low Complexity CMOS 32nm Technol...
Design and Implementation of Area Optimized, Low Complexity CMOS 32nm Technol...IJERA Editor
 
Performance Analysis of IEEE 802.15.4 Transceiver System under Adaptive White...
Performance Analysis of IEEE 802.15.4 Transceiver System under Adaptive White...Performance Analysis of IEEE 802.15.4 Transceiver System under Adaptive White...
Performance Analysis of IEEE 802.15.4 Transceiver System under Adaptive White...IJECEIAES
 
Qualitative Analysis of Optical Interleave Division Multiple Access using Spe...
Qualitative Analysis of Optical Interleave Division Multiple Access using Spe...Qualitative Analysis of Optical Interleave Division Multiple Access using Spe...
Qualitative Analysis of Optical Interleave Division Multiple Access using Spe...IRJET Journal
 
Analysis of Microstrip Finger on Bandwidth of Interdigital Band Pass Filter u...
Analysis of Microstrip Finger on Bandwidth of Interdigital Band Pass Filter u...Analysis of Microstrip Finger on Bandwidth of Interdigital Band Pass Filter u...
Analysis of Microstrip Finger on Bandwidth of Interdigital Band Pass Filter u...IJREST
 
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
 
Data detection with a progressive parallel ici canceller in mimo ofdm
Data detection with a progressive parallel ici canceller in mimo ofdmData detection with a progressive parallel ici canceller in mimo ofdm
Data detection with a progressive parallel ici canceller in mimo ofdmeSAT Publishing House
 
A new multiple classifiers soft decisions fusion approach for exons predictio...
A new multiple classifiers soft decisions fusion approach for exons predictio...A new multiple classifiers soft decisions fusion approach for exons predictio...
A new multiple classifiers soft decisions fusion approach for exons predictio...Ismail M. El-Badawy
 
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
 
IRJET- Jeevn-Net: Brain Tumor Segmentation using Cascaded U-Net & Overall...
IRJET-  	  Jeevn-Net: Brain Tumor Segmentation using Cascaded U-Net & Overall...IRJET-  	  Jeevn-Net: Brain Tumor Segmentation using Cascaded U-Net & Overall...
IRJET- Jeevn-Net: Brain Tumor Segmentation using Cascaded U-Net & Overall...IRJET Journal
 
Features selection by genetic algorithm optimization with k-nearest neighbour...
Features selection by genetic algorithm optimization with k-nearest neighbour...Features selection by genetic algorithm optimization with k-nearest neighbour...
Features selection by genetic algorithm optimization with k-nearest neighbour...IJECEIAES
 
Parallel implementation of pulse compression method on a multi-core digital ...
Parallel implementation of pulse compression method on  a multi-core digital ...Parallel implementation of pulse compression method on  a multi-core digital ...
Parallel implementation of pulse compression method on a multi-core digital ...IJECEIAES
 

Similar to 40120140502004 (20)

40120140505005
4012014050500540120140505005
40120140505005
 
Design and Implementation of an Embedded System for Software Defined Radio
Design and Implementation of an Embedded System for Software Defined RadioDesign and Implementation of an Embedded System for Software Defined Radio
Design and Implementation of an Embedded System for Software Defined Radio
 
40120140503001 2-3
40120140503001 2-340120140503001 2-3
40120140503001 2-3
 
Design of high speed reconfigurable coprocessor for interleaver and de interl...
Design of high speed reconfigurable coprocessor for interleaver and de interl...Design of high speed reconfigurable coprocessor for interleaver and de interl...
Design of high speed reconfigurable coprocessor for interleaver and de interl...
 
Design and Implementation of Area Optimized, Low Complexity CMOS 32nm Technol...
Design and Implementation of Area Optimized, Low Complexity CMOS 32nm Technol...Design and Implementation of Area Optimized, Low Complexity CMOS 32nm Technol...
Design and Implementation of Area Optimized, Low Complexity CMOS 32nm Technol...
 
srivastava2018.pdf
srivastava2018.pdfsrivastava2018.pdf
srivastava2018.pdf
 
Performance Analysis of IEEE 802.15.4 Transceiver System under Adaptive White...
Performance Analysis of IEEE 802.15.4 Transceiver System under Adaptive White...Performance Analysis of IEEE 802.15.4 Transceiver System under Adaptive White...
Performance Analysis of IEEE 802.15.4 Transceiver System under Adaptive White...
 
Qualitative Analysis of Optical Interleave Division Multiple Access using Spe...
Qualitative Analysis of Optical Interleave Division Multiple Access using Spe...Qualitative Analysis of Optical Interleave Division Multiple Access using Spe...
Qualitative Analysis of Optical Interleave Division Multiple Access using Spe...
 
Analysis of Microstrip Finger on Bandwidth of Interdigital Band Pass Filter u...
Analysis of Microstrip Finger on Bandwidth of Interdigital Band Pass Filter u...Analysis of Microstrip Finger on Bandwidth of Interdigital Band Pass Filter u...
Analysis of Microstrip Finger on Bandwidth of Interdigital Band Pass Filter u...
 
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...
 
Ff34970973
Ff34970973Ff34970973
Ff34970973
 
Data detection with a progressive parallel ici canceller in mimo ofdm
Data detection with a progressive parallel ici canceller in mimo ofdmData detection with a progressive parallel ici canceller in mimo ofdm
Data detection with a progressive parallel ici canceller in mimo ofdm
 
A new multiple classifiers soft decisions fusion approach for exons predictio...
A new multiple classifiers soft decisions fusion approach for exons predictio...A new multiple classifiers soft decisions fusion approach for exons predictio...
A new multiple classifiers soft decisions fusion approach for exons predictio...
 
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
 
IRJET- Jeevn-Net: Brain Tumor Segmentation using Cascaded U-Net & Overall...
IRJET-  	  Jeevn-Net: Brain Tumor Segmentation using Cascaded U-Net & Overall...IRJET-  	  Jeevn-Net: Brain Tumor Segmentation using Cascaded U-Net & Overall...
IRJET- Jeevn-Net: Brain Tumor Segmentation using Cascaded U-Net & Overall...
 
Features selection by genetic algorithm optimization with k-nearest neighbour...
Features selection by genetic algorithm optimization with k-nearest neighbour...Features selection by genetic algorithm optimization with k-nearest neighbour...
Features selection by genetic algorithm optimization with k-nearest neighbour...
 
Parallel implementation of pulse compression method on a multi-core digital ...
Parallel implementation of pulse compression method on  a multi-core digital ...Parallel implementation of pulse compression method on  a multi-core digital ...
Parallel implementation of pulse compression method on a multi-core digital ...
 
Ijetcas14 648
Ijetcas14 648Ijetcas14 648
Ijetcas14 648
 

More from IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSIAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSIAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSIAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSIAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOIAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYIAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEIAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTIAEME Publication
 

More from IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Recently uploaded

08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 

Recently uploaded (20)

08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 

40120140502004

  • 1. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – INTERNATIONAL JOURNAL OF ELECTRONICS AND 6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 2, February (2014), pp. 30-35 © IAEME COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) ISSN 0976 – 6464(Print) ISSN 0976 – 6472(Online) Volume 5, Issue 2, February (2014), pp. 30-35 © IAEME: www.iaeme.com/ijecet.asp Journal Impact Factor (2014): 3.7215 (Calculated by GISI) www.jifactor.com IJECET ©IAEME GENERATION OF INDICATOR SEQUENCE USING TMS320VC5416 FIXED-POINT DIGITAL SIGNAL PROCESSOR M. Mohanty1, Dr. M. Basu2, Dr. D.N. Pattanayak3 1 Dept.of ETC, Gandhi Engineering College, Madanpur, Bhubaneswar, Odisha, India Dept.of Power Engg, Jadavpur University, Saltlake campus, Kolkata, West Bengal, India 3 Dept. of EEE, Trident Academy of Tchnology, Infocity Area. Patia, Bhubaneswar, Odisha, India 2 ABSTRACT The traditional as well as modern signal processing methods are playing an important role in molecular biology, which is related to the most commonly used terms i.e. DNA (Deoxyribose Nucleic Acid), gene & Protein. The last few years have seen the blooming of the genomic era, a period during which a wide range of research effort has been taken on the fractal behavior of DNA sequences which leads to the research in Genomic signal processing, primarily defined as the processing of genome sequence that contains the whole hereditary information of a living organism, encoded in the DNA. This paper concerns with a brief review of some fundamentals related to molecular biology followed by the implementation of Digital Signal Processor (DSP) for the processing of DNA sequence. The flexibility of the design & presence of on-chip memory in the DSP reduces the memory access time as compared to general purpose microprocessor or the microcontroller. Keywords: DNA, DSP, CCS. INTRODUCTION Recently, signal processing is booming as the most highlighted field approaching towards the detection, prediction and classification of genetic regulatory networks that are capable of modeling genetic behavior. It is a method of extracting information from the signal which, in turn, depends upon the type of signal and the nature of information it carries. Therefore, the signal processing is concerned with the representation, transformation, and manipulation of signals and the information they contain [1]. The Genomic Signal Processing (GSP) has been defined as the processing of genomic signals and its use for gaining biological knowledge and the translation of that knowledge into system based applications [11]. The aim of GSP is to integrate the theory and methods of signal 30
  • 2. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 2, February (2014), pp. 30-35 © IAEME processing with the global understanding of functional genomics, with special emphasis on genomic regulation. In a very real sense, it must be specified that genomic information is digital in nature, is represented in the form of sequence. A DNA sequence is a double helical structure, has been mathematically represented by character string, which is made from an English alphabet of four elements, namely A, T, C, and G, shown in fig. 1. The letter A, T, C, G represents molecules called nucleotides or bases as shown in fig 1. ‘A’ is known as Adenine, ‘T’ as Thymine, ‘C’ as Cytosine and ‘G’ as Guanine. The main role of DNA is the long-term storage of information and for constructing other components of cells, such as proteins and RNA (Ribose Nucleic Acid) molecules, as it contains the essential instructions. Fig.1: Structure of DNA containing the nucleotides The example of a part of DNA sequence is shown in “(1)”. …..ATCGGATTCCAGTGAC… (1) The double helical structure of DNA straightened out for simplicity, demonstrating a simple schematic diagram for part of a DNA molecule as shown in fig. 2 [18-20]. The base ‘A’ of one strand is always pairs with ‘T’ of other strand and similarly ‘C’ of one strand always pairs with ‘G’ of other strand. Therefore the number of nucleotides ‘A’ and ‘T’ always same in a DNA sequence similarly for ‘G’ and ‘C’. This type of pairing is called the Watson and Crick base pairing. Therefore, the DNA sequence of each organism is represented by the number of base pairs. Since DNA contains the genetic information of living organisms, so life is governed by quaternary codes [18]. Fig.2: The DNA double helix (linearized schematic) A DNA sequence can be separated into two types of regions: genes and intergenic spaces. Again, gene has two types of sub regions called the exons and introns as shown in fig. 3. However, 31
  • 3. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 2, February (2014), pp. 30-35 © IAEME genes carry the coding information for the generation of proteins. Basically exons region is responsible for that purpose. In this paper, an attempt has been made for the processing of a particular DNA sequence with the Texas Instrument TMS320VC5416 Digital Signal Processor (DSP)[12]. The special reason for selecting this platform is its advanced modified Harvard architecture having huge computational power along with the fast processing capability that facilitate the implementation process efficiently in comparison with the general purpose processor[8-10] and micro controllers[14]. TMS320VC5416 Digital Signal Processor is a 16 bit fixed point Complex Instruction Set Computer (CISC) processor. Mostly, in the commercial field, the 16-bit processor is used from the cost effective point of view. The modified Harvard architecture of the DSP provides the pipelining operation which is absent in the Von Neumann architecture of the general-purpose processors [12-14]. The pipelining property of the processor reduces the execution time of the instruction as more than one instruction is processed parallely. Therefore, the digital signal processor is mostly used for the real time application [2,5,12]. Fig.3: DNA sequence showing exons (protein coding region) and introns Another remarkable advantage of implementing the TMS320VC5416 digital signal processor is that, the processor facilitates quick implementation of algorithm with the help of Code Composer Studio (CCS) Integrated Development Environment (IDE) [15-17]. The modification of algorithm and design parameter need not require any change in the hardware as the digital signal processor is programmable. So just by reprogramming the source code, the modification can be done. TMS320VC5416 is a widely used processor for in lab research purpose which is also called Million Floating Point Processor (MFLOPS), makes it ideal candidate for this work. The choice of TMS320VC5416 processor has provided flexibility and has considerably saved time for experimental analysis. GENERATION OF INDICATOR SEQUENCE A single DNA strand is represented as a sequence of four nucleotides, namely Adenine (A), Cytosine (C), Thymine (T), and Guanine (G). For the application in the digital signal processing field it is necessary to convert the character string of the DNA sequence into a set of digital signals. Basically, the indicator sequence indicates the location of each nucleotide in the long DNA sequence. For example, Let the DNA sequence is ATCTAGCTACTAGG…………(1) So, the corresponding indicator sequence for the base A, represented as xA(n), in the binary form is, xA(n)=10001000100100…… (2) n→ length of the DNA sequence or it can be said the number of bases present in the DNA sequence. In the equation (1), ‘1’ indicates the presence of A and ‘0’ indicates its absence. The indicator sequences for the other bases are defined similarly. In this work, the original DNA sequence is broken down into four binary sequences of same length for four nucleotides, so that, the corresponding binary sequence of each nucleotide will indicate its 32
  • 4. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 2, February (2014), pp. 30-35 © IAEME position in the original sequence. It is carried out on a particular organism i.e. Bovine gastrine gene of Bovgas having 1066 base pairs. FLOW CHART The flow chart explains the important steps of the program. It gives the brief idea about the logic for developing the program using TMS320VC5416 processor to generate the indicator sequence for each nucleotide. 33
  • 5. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 2, February (2014), pp. 30-35 © IAEME EXPERIMENTAL RESULT After the successful downloading of the program into the program memory of the processor, an input window will be displayed on the screen, where we can give the input. Then the input will be where processed through the processor, so that, a Stdout tab is opened at the bottom of the window to show the corresponding output which is sent to stdout by the program. A part of the DNA sequence of Bovgas is taken for experimental purpose for the ease of checking on the screen, whose aken corresponding four indicator sequences are shown in the Fig. 4. Fig 4: The generation of indicator sequence for Bovgas In the program, the length is taken as a variable, so that we can take any length of sequence according to the requirement. CONCLUSION This paper eyes on making Genetic Studies easier in the hardware platform for the processing of DNA sequence. This successful hardware implementation of Generation of indicator sequence has essful opened the gates for research works in integrating them into Real-time applications. One aspect of Real time this work is to provide a method for identifying and to locate genes or genomic region of interest in regions the genome. Another aspect is to provide a method for identifying genetic associations and converting information into an appropriate data format so that it could be used in practical applications such as identification of disease disease-causing genes in complex diseases, in population population-based association study, a family-based association study, or a traditional linkage study. based REFERENCES [1] Sanjay Sharma, Digital Signal Processing, 6th ed., S.K.Kataria & Sons, Publishers of Engineering & Computer Books, New Delhi, India, 2010. 20 [2] B. Venkataramani, M.Bhaskar, Digital Signal Processors Architecture, Programming and Applications, Tata McGraw-Hill, New Delhi, India, 2010. Hill, 20 [3] Alan V. Oppenhum, Application of Digital Signal Processing, Prentice Hall, Inc, Eng Prentice-Hall, Englewood Cliffs, N.J., U.S.A, 1978. 34
  • 6. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Volume 5, Issue 2, February (2014), pp. 30-35 © IAEME [4] Alan V. Oppenhum, Ronald W. Schafer, Digital Signal Processing, Prentice-Hall of India Private Limited, New Delhi, India, 1997. [5] Avtar Singh, Digital Signal Processing Implementation: Using DSP Microprocessors- with [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] examples from TMS320C54XX, Belmont, CA: Thomson Brooks/Cole, 2004. TMS320VC5416 Fixed-Point Digital Signal Processor: Data Manual, Literature Number: SPRS095J, Texas Instruments, March, 1999-Revised April, 2003. TMS320VC5416 Fixed-Point Digital Signal Processor: Data Manual, Literature Number: SPRS095J, Texas Instruments, March, 1999-Revised April, 2003. R.Gaonkar, Microprocessor Architecture, Programming and Application: with 8085/8085A, 5th ed., Prentice-Hall of India Private Limited, New Delhi, India, 2002. Anokh Singh and A.K.Chhabra, Fundamentals of Digital Electronics and Microprocessors, S.Chand & Company Limited, New Delhi, India, 2005. Barry B. Brey, The Intel Microprocessors, 8086/8088, 80186/80188, 80286, 80386, 80486, Pentium, Pentium Pro Processor, Pentium-II, Pentium-III, Pentium-4, Architecture, Programming and Interfacing, 8th ed., Prentice-Hall of India Pvt. Ltd., New Delhi, 2008. Edward R. Dougherty, Llya Shmulevich, Jie Chen, and Z. Jane Wang, Genomic Signal Processing and Statistics, Volume-2, Hindawi Publishing Corporation, New York, U.S.A, ISBN 977-5945-07-0, 2005. Avtar Singh and S.Srinivasan, Digital Signal Processing Implementations: Using DSP Microprocessors – with examples from TMS320C54x, Thomson Learning, Inc., 2011. M. Morris Mano, Computer System Architecture, 3rd ed., Prentice Hall of India Private Limited, 2007. Kenneth J. Alaya, The 8051 Microcontroller Architecture, Programming and Application, 3nd ed., Cengage Learing ,2000. TMS320C54x Code Composer Studio Tutorial, Texas Instruments, Texas, 1999. TMS320C54xx Optimizing C/C++ Compiler User’s Guide, Texas Instruments Literature Number SPRU103G, October, 2002. Code Composer Studio Getting Started Guide, Texas Instruments Literature Number SPRU509. P.P.Vaidyanathan, Genomics and Proteomics: A Signal Processor’s Tour, Vol-4, Number-4, IEEE Circuits and Systems Magazine, U.S.A., Fourth Quarter 2004. D.Anastassion, Genomic Signal Processing, IEEE Signal Processing Magazine, vol-18, no.4, pp 8-20, 2001. P.P.Vaidyanathan and Byung-Jun Yoon, The role of Signal Processing Concepts in Genomics and Proteomics, Journal of Franklin Institute, Special Issue on Genomics, 2004. Deep Kamal Kaur Randhawa, Inderpreet Kaur, Lalit M. Bharadwaj and M.L.Singh, “Study of Hlgs and Transfer Integrals of DNA Bases for Investigating Charge Conduction”, International Journal of Electronics and Communication Engineering & Technology (IJECET), Volume 2, Issue 1, 2011, pp. 43-49, ISSN Print: 0976 - 6464, ISSN Online: 0976 –6472. Vijay Arputharaj J and Dr.R.Manicka Chezian, “Data Mining with Human Genetics to Enhance Gene Based Algorithm and DNA Database Security”, International Journal of Computer Engineering & Technology (IJCET), Volume 4, Issue 3, 2013, pp. 176 - 181, ISSN Print: 0976 - 6367, ISSN Online: 0976 – 6375. D. Pattanayak, M. Basu and R. N. Chakrabarti, “Multi-Objective Differential Evolution for Optimal Power Flow”, International Journal of Electrical Engineering & Technology (IJEET), Volume 3, Issue 1, 2012, pp. 31 - 43, ISSN Print: 0976 - 6545, ISSN Online: 0976-6553. 35