SlideShare a Scribd company logo
1 of 5
Download to read offline
IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163
__________________________________________________________________________________________
Volume: 02 Issue: 06 | Jun-2013, Available @ http://www.ijret.org 998
COUNTER-BASED DESIGN OF DPLL FOR WIRELESS
COMMUNICATION
Sabyasachi Bhattacharyya1
, Ragib Nasir Ahmed2
, Ripunjoy Sarma3
,
Roushan Saikia4
, Kaustubh Bhattacharyya5
1, 2, 3, 4
Student, 5
Assistant Professor, Electronics and Communication Engineering, Don Bosco College of Engineering and
Technology, Assam, India, sabya005@gmail.com, ahmedragib@gmail.com, ripunjoy21@gmail.com,
roushan.saikia@gmail.com, kaustubh.bhattacharyya@dbuniversity.ac.in
Abstract
For proper reception of the transmitted data, the design of effective demodulation schemes plays a very crucial role. In the earlier
times, some of the traditional techniques like envelope detection etc were utilized for demodulation purposes. However, these
techniques, although could be implemented without much difficulty, but at times, when the extent of interference due to the
surroundings, system noise and other degrading parameters were very significant, these traditional techniques were found to be non-
sensitive to these large-scale effects. To overcome these shortcomings, over the years, the device called phase locked loop has gained
much popularity. This device, having the capacity to recover the phase of the transmitted pulse, is capable of yielding very accurate
approximations of the transmitted pulses and thus accounts for very low values of bit error rates. Considering the utility of the device,
in the recent times, it has been attempted to provide a sound digital design for the device so that the design complexity of the device
could be overcome by replacing its integral parts with simplified digital circuits and also would improve the noise performance of the
device. With this view in mind, in this piece, we put forward a design of the Digital Phase Locked Loop (DPLL) using a counter based
logic. Here, the essential components of the DPLL have been implemented using logic circuits and counters and further, while doing
so, the requirement of the components of a traditional PLL has also been minimized.
Index Terms: Counter oscillator, detector, phase, recovery etc
-----------------------------------------------------------------------***-----------------------------------------------------------------------
1. INTRODUCTION
A phase locked loop is a control system that tries to generate
an output signal whose phase is related to the phase of the
input reference signal [1]. It consists of a phase detector, loop
filter and voltage control oscillator as feedback. This circuit
compares the phase of the input signal with the phase of the
signal derived from its output oscillator and adjusts the
frequency of its oscillator to keep the phases matched. The
signal from the phase detector is used to control the oscillator
in a feedback loop. Consequently the phase detector loop can
track an input frequency or it can generate a frequency
multiple of the input frequency. The former property is called
demodulation and the latter property is used for indirect
frequency synthesis [2]. The digital version of PLL is Digital
PLL. Basically DPLL consists of a digital phase detector
realized using XOR gates, J.K, flip-flops etc. It also consists
of digital loop filter which is designed using the fundamental
design procedures for digital filters in signal processing. Also
it consists of a feedback element which is a discrete time
version of voltage controlled oscillator (VCO) is also
sometimes known as digitally controlled oscillator (DCO) or
numerically controlled oscillator (NCO). This feedback
element generates the input reference signal and the phase
detector detects the difference in phase of the incoming signal
and the reference signal. The loop filter is used for removing
the high frequency randomness. The DPLL thus corrects and
locks the phase of incoming signal and the reference signal
and due to it the frequencies. are also locked giving at the
output a replica of the original message pulse but with much
improved noise performance and less design complexity. The
later version of DPLL is the All Digital Phase Locked Loop
(ADPLL). ADPLL is an implementation of PLL with all
digital components. The ADPLL is now most widely used
since FPGA is an exclusively a digital device in which the
ADPLL is to be implemented.
2. THEORETICAL BACKGROUND
The All Digital Phase Locked Loop is a digital PLL which is
implemented only by digital blocks. ADPLL consists of the
same parts that is present in PLL i.e. phase detector, loop filter
and voltage controlled oscillator which are implemented in
purely digital circuits. The input to the ADPLL is a digital
stream normally from an analog to digital converter or a clock.
The approach for the design of DPLL is counter based
approach. The block diagram of counter based DPLL is shown
in figure1.
IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163
__________________________________________________________________________________________
Volume: 02 Issue: 06 | Jun-2013, Available @ http://www.ijret.org 999
P
I
S
O
PHASE
DETECTOR
Loop
Filter
VCO
S
I
P
O
C
O
N
T
R
O
L
L
E
R
Ao
A1
A2
A3
CLK
CLR
Bo
B1
B2
B3
Figure1: Block Diagram of Counter Based DPLL
2.1 Explanation of the Block Diagram
The first block of counter based DPLL is the parallel in serial
out (PISO) whose task is to give output one by one with
respect to the clock. The second block is the phase detector
which is designed using XOR based logic to detect the phase
in between the input and reference signal [3]. The 3rd block is
the counter based loop filter. The task of this block is to count
for how many times the input bit differs from the reference bit.
The fourth block is the counter based VCO whose task is to
generate the same bit as that of the input bit. The fifth block is
the controller, which locks the whole system once the message
signal is out. The sixth block is the Serial in parallel out
(SIPO). From SIPO, we will get the recovered clock signal i.e.
the originally used carrier frequency at the transmitter end.
2.2 DPLL Based Wireless Communication Link
In the above discussion, we have mainly focused on the
behavior and design aspects of the DPLL as a stand-alone
device. However, the actual significance of the device can be
realized only when its performance is analyzed when in use in
a practical real-time setup. In this regard, the device that has
been proposed for use in a practical wireless communication
system. The DPLL is very useful when used in the receiver
part of the link. It provides very accurate results when used fr
demodulation purposes largely due to the fact that it has a very
unique principle of operation which aims at capturing the
phase of the originally transmitted signal and thus recovers the
signal properly from the effects of degradation of the wireless
environment. It also saves the extra overhead of equalizer
design as in traditional systems. However, a very important
aspect that should be noted here is that there should a proper
linking interface between the proposed DPLL device and the
wireless link i.e. the channel. This is because the system that
we have proposed is an exclusively digital setup whereas the
received signal from the wireless channel has a purely analog
domain behavior. So, for proper functioning of the DPLL in
the wireless setup, it becomes very crucial to have a proper
interface between the wireless link and the DPLL receiver
which provides for a translation from analog domain to digital
domain behavior and vice-versa at the output of the receiver.
3. LITERATURE SURVEY
Based on DPLL, various researches are going on and in this
section some of the related works carried out in the recent
years are discussed. The design and modeling of ADPLL in
purely behavioral mode in which the modeling of digital phase
detector and also the explanation of the stability issues related
with asynchronous operation of digital PFD is carried out [4].
The ADPLL can also be designed in 0.25 micron CMOS
technology and the locking of phase is achieved in about 100
reference clock cycles and it is found that the performance of
digital PLL is better than that of analog PLL because of its
less sensitive to noise and operating conditions [5]. Also
ADPLL can be designed based on popular sequential circuits
and it is implemented in FPGA [6]. In the design and
implementation of different multipliers using VHDL, a
comparison is made for different multipliers with respect to
the design complexities, speed of operation etc. to find the
optimum design from a number of sequential and
combinational designs [7]. Moreover in the design of DPLL
the most valued aspect of the work is that after developing the
components of the DPLL it was tested for QPSK modulated
signal and it was found that it has better BER performance
than the existing PLL technology thus giving a breakthrough
in this field [8].
4. WORKING MODEL
In counter-based logic design we are using counter-based
logic for designing the loop filter and the VCO. In digital
domain the task of loop filter is to count for many times the
bits are consecutively mismatched. we have found that the
task of loop filter and VCO is same, so we can neglect the
loop filter, as we are trying to recover the clock signal which
we are getting from the VCO without using the loop filter. The
circuit level diagram of counter based DPLL is shown in the
Figure 2.
Figure 2: Counter Based DPLL
IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163
__________________________________________________________________________________________
Volume: 02 Issue: 06 | Jun-2013, Available @ http://www.ijret.org 1000
 The first block is parallel in serial out(PISO). It is used
so that the message signals do not come in burst to the
receiver. It is designed such a way that for a input data
bit stream say for 4bit, at one clock the first bit is faded
to the DPLL. At the second clock, the next bit and so
on.
 The next is the phase detector which is designed using
simple XOR gate. When there is mismatch between the
incoming bit and the reference bit from VCO, it will
give high output i.e. ’1’, or else it will give 0.
 Next is the VCO. To control the operation of the VCO,
we are using an AND gate, whose input is the output of
the XOR gate and the master clock. So when the output
of the XOR gate is ’1’, AND gate will give output as
’1’, which is faded as the clock for the VCO. VCO is
designed using counter based logic. The task of this
logic is to generate the same bit as that of the input bit.
 The next block is serial in parallel out (SIPO). It is used
so that we get the output parallelely.
 The next small circuit comprises the Controller block. It
is designed using the basic combinational gates. It is
used to lock the whole system. After getting the output
we are checking each output bit to the input bit using
the XNOR logic. When it is matched it will give ’1’, or
else it will give ’0’. So when all the bits are matched so
all the outputs will be ’1’, giving the NAND gate output
as ’0’. Then we are using AND gate whose output is
faded as clock to the SIPO. So when all the bits are
matched, the AND gate will give ’0’ output, so SIPO
will not operate, thus the system will be locked, and we
are able to recover the clock signal.
5. RESULTS and DISCUSSION
The schematic diagram of counter-based DPLL is shown in
figure 3.
Figure 3: Schematic diagram of counter-based DPLL
In the Figure 3, as can be seen above, the RTL schematic is
depicted that has been generated from the hardware simulation
tool. It shows the basic building blocks that are involved in the
design of the proposed device. The schematic diagram depicts
that the system takes input as a four bit data and subsequently
there co-exist a number of combinational as well as sequential
blocks. Some of these blocks such as the counter etc which are
sequential in nature are used for generation of the oscillation
and for the purpose of matching the locally generated pulse
with the incoming reference pulse whereas the combinational
blocks are used for controller action and locking the device at
the accurate state.
The output waveform of counter-based DPLL is shown in
figure 4.
Figure 4: Output Waveform of Counter-Based DPLL
From figure 4, it is seen that four bit data is given as input
signal to the PISO and after one clock a single bit is fed to the
phase detector. Then the bit is compared with VCO’s output
and at the 4th clock we are able to recover the clock, and it
will be locked for the rest of the clock. We get the final four
bit data from the SIPO.
6. ADVANTAGES AND LIMITATIONS
6.1 Advantages of Counter-Based Design of DPLL
 The counter based DPLL that we have proposed uses
common circuitry for each bit of the data to be
processed and as a result the computational and
design complexity is less and also the hardware
requirement is minimized. This is largely attributed
to the fact that the design is such that at each instant,
one bit of data is recovered which is controlled by a
Serial-In-Parallel-Out Buffer at the input of the
DPLL.
 Traditional communication systems needed an
equalizer unit at the receiver section because the
demodulators in the past were not sufficiently strong
IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163
__________________________________________________________________________________________
Volume: 02 Issue: 06 | Jun-2013, Available @ http://www.ijret.org 1001
to retrieve the message pulse. But, the DPLL is a
very powerful demodulation device and due to its
unique characteristic of recovering the phase of the
signals, it can independently work as the receiver
without the use of an equalizer thus reducing the
additional designing and cost overheads.
6.2 Limitations of Counter-Based Design of DPLL
Although the design for the DPLL proposed by us has its plus
points over the traditional designs that have been suggested
over these years, specifically with regards to the requirement
of minimum hardware, but it also has its own set of
limitations. The DPLL we have proposed for takes more than
a single clock to lock the locally generated signal with respect
to the reference signal. In fact, it has been experimentally
found that the number of clocks required to lock a particular
data is same as the number of bits that are used to represent
the data. Thus, the speed of the device proposed would be very
less when we implement it for a system which uses large
number of bits for data representation. Also, as it takes more
than a clock, to perform the operation, so after the first set of
data is sent ,the second set of data can be sent only when the
first data set is locked and thus if proper control is not
maintained, it might lead to de-synchronization or mismatch.
CONCLUSIONS
Based on our above discussion, we can state that the DPLL is
undoubtedly a very useful and versatile device. It can find
huge applications in not only communication setups but also
in other stand alone applications like clock recovery circuits of
computers, frequency processing devices like frequency
multiplier, divider etc. The design for the DPLL that has been
proposed here can be used in a large pool of activities starting
from designing of an independent DPLL based
communication system to recovering the system clock in PCs
etc. Distinct preferences to the design for use in real time and
industrial applications is attributed mainly to the fact that the
design procedure is very simplified and built up around the
basic building blocks of digital circuitry and in addition to it
the designing cost is a major advantage. However, care should
be taken in real time applications related to the
synchronization of the other elements of the setup to the
proposed device. A separate synchronization unit is suggested
to be used for the device so that there is no mismatch.
ACKNOWLEDGEMENTS
We are highly grateful to Mr. Kaustubh Bhattacharyya,
Assistant Professor, Department of Electronics and
Communication Engineering, Don Bosco College of
Engineering and Technology for guiding us to prepare this
work. We also like to thank all the teaching and non-teaching
staff and all our friends for their consistent help and support in
our work.
REFERENCES
[1]. Simon Haykin, “Communication Systems”, Fourth
Edition, Wiley India Edition, pages 344-458
[2]. B.P. Lathi, “Modern Digital and Analog Communication
System”, pages 372–377.
[3]. A. Anand Kumar, “Fundamentals of Digital Circuits”,
Second Edition, Eastern Economy Edition, pages 345-346,
511-518
[4]. F. Anceau D. Galayko E. Colinet E. Zianbetov M.Javidan
and J. Juliard. Design and VHDL Modeling of All-Digital
PLLs. International Conference On Intelegent Communication
and Computation,Tokyo Japan, pages 1–3.
[5]. Anitha Babu, Bhavya Daya, Banu Nagasundaram, Nivetha
Veluchamy, “All Digital Phase Locked Loop Design and
Implementation”
[6]. Mike Delong. “Digital Phase Locked Loops”,
International Journal of Computer Science and Network
Security, pp. 2–10.
[7]. Moumita Ghosh. “Design and Implementation of
Different Multipliers using VHDL”, pages 2-5.
[8]. Basab Bijoy Purkayastha, “A Digital Phase-Locked Loop
Based Signal and Symbol Recovery System for Wireless
Channel”, pages 45-67
BIOGRAPHIES:
Sabyasachi Bhattacharyya is currently
pursuing his Final Year of B.Tech in
Electronics And Communication
Engineering from Don Bosco College Of
Engineering And Technology under
ADBU, Assam. He is interested in the
field of VLSI design of modern day
communication systems.
Ragib Nasir Ahmed is currently
pursuing his Final Year B.Tech in
Electronics And Communication
Engineering from Don Bosco College Of
Engineering And Technology under
Assam Don Bosco University, Assam.
He is interested in the field of Telecom
and low power VLSI design of modern
day communication setups.
Ripunjoy Sarma is currently pu
currently pursuing his Final Year of
B.Tech in Electronics And
Communication Engineering from Don
Bosco College Of Engineering And
Technology under ADBU, Assam. He is
interested in the field of VLSI design of
modern day communication systems.
IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163
__________________________________________________________________________________________
Volume: 02 Issue: 06 | Jun-2013, Available @ http://www.ijret.org 1002
Roushan Saikia is currently pursuing
his Final Year of B.TECH in
Electronics And Communication
Engineering from Don Bosco College
Of Engineering And Technology under
ADBU, Assam. He is interested in the
field of VLSI design of modern day
communication systems.
Kaustubh Bhattacharyya is currently
working as an Asst. Prof. in the
department of ECE, DBCET, ADBU,
Assam. He is working towards PhD in
RADAR Signal Processing at ECE,
ADBU, Assam. He obtained M.Tech in
Electronics and Communication
Technology from Gauhati University,
M.Phil in Electronics Science from
GU, M.Sc (Electronics) from GU.

More Related Content

What's hot

SE PAI Unit 5_Serial Port Programming in 8051 microcontroller_Part 1
SE PAI Unit 5_Serial Port Programming in 8051 microcontroller_Part 1SE PAI Unit 5_Serial Port Programming in 8051 microcontroller_Part 1
SE PAI Unit 5_Serial Port Programming in 8051 microcontroller_Part 1KanchanPatil34
 
FPGA Implementation of ADPLL with Ripple Reduction Techniques
FPGA Implementation of ADPLL with Ripple Reduction TechniquesFPGA Implementation of ADPLL with Ripple Reduction Techniques
FPGA Implementation of ADPLL with Ripple Reduction TechniquesVLSICS Design
 
Performance analysis and implementation of modified sdm based noc for mpsoc o...
Performance analysis and implementation of modified sdm based noc for mpsoc o...Performance analysis and implementation of modified sdm based noc for mpsoc o...
Performance analysis and implementation of modified sdm based noc for mpsoc o...eSAT Journals
 
Multiple Valued Logic for Synthesis and Simulation of Digital Circuits
Multiple Valued Logic for Synthesis and Simulation of Digital CircuitsMultiple Valued Logic for Synthesis and Simulation of Digital Circuits
Multiple Valued Logic for Synthesis and Simulation of Digital CircuitsIJERA Editor
 
Design And Simulation of Modulation Schemes used for FPGA Based Software Defi...
Design And Simulation of Modulation Schemes used for FPGA Based Software Defi...Design And Simulation of Modulation Schemes used for FPGA Based Software Defi...
Design And Simulation of Modulation Schemes used for FPGA Based Software Defi...Sucharita Saha
 
Digital Implementation of Costas Loop with Carrier Recovery
Digital Implementation of Costas Loop with Carrier RecoveryDigital Implementation of Costas Loop with Carrier Recovery
Digital Implementation of Costas Loop with Carrier RecoveryIJERD Editor
 
Wi-Fi Is a Power Guzzler. New Multi-Protocol Modules May Change the Game of B...
Wi-Fi Is a Power Guzzler. New Multi-Protocol Modules May Change the Game of B...Wi-Fi Is a Power Guzzler. New Multi-Protocol Modules May Change the Game of B...
Wi-Fi Is a Power Guzzler. New Multi-Protocol Modules May Change the Game of B...Abaram Network Solutions
 
Digital Phase Locked Loop
Digital Phase Locked LoopDigital Phase Locked Loop
Digital Phase Locked LoopJun Steed Huang
 
Design of Multiplier Less 32 Tap FIR Filter using VHDL
Design of Multiplier Less 32 Tap FIR Filter using VHDLDesign of Multiplier Less 32 Tap FIR Filter using VHDL
Design of Multiplier Less 32 Tap FIR Filter using VHDLIJMER
 
DESIGN AND IMPLEMENTATION OF 64-BIT ARITHMETIC LOGIC UNIT ON FPGA USING VHDL
DESIGN AND IMPLEMENTATION OF 64-BIT ARITHMETIC LOGIC UNIT ON FPGA USING VHDLDESIGN AND IMPLEMENTATION OF 64-BIT ARITHMETIC LOGIC UNIT ON FPGA USING VHDL
DESIGN AND IMPLEMENTATION OF 64-BIT ARITHMETIC LOGIC UNIT ON FPGA USING VHDLsateeshkourav
 
Dot matrix display design using fpga
Dot matrix display design using fpgaDot matrix display design using fpga
Dot matrix display design using fpgaHossam Hassan
 
Analysis of Power Optimization of Serial Communication Protocol-Memory–Switch...
Analysis of Power Optimization of Serial Communication Protocol-Memory–Switch...Analysis of Power Optimization of Serial Communication Protocol-Memory–Switch...
Analysis of Power Optimization of Serial Communication Protocol-Memory–Switch...IJRES Journal
 

What's hot (17)

SE PAI Unit 5_Serial Port Programming in 8051 microcontroller_Part 1
SE PAI Unit 5_Serial Port Programming in 8051 microcontroller_Part 1SE PAI Unit 5_Serial Port Programming in 8051 microcontroller_Part 1
SE PAI Unit 5_Serial Port Programming in 8051 microcontroller_Part 1
 
FPGA Implementation of ADPLL with Ripple Reduction Techniques
FPGA Implementation of ADPLL with Ripple Reduction TechniquesFPGA Implementation of ADPLL with Ripple Reduction Techniques
FPGA Implementation of ADPLL with Ripple Reduction Techniques
 
Performance analysis and implementation of modified sdm based noc for mpsoc o...
Performance analysis and implementation of modified sdm based noc for mpsoc o...Performance analysis and implementation of modified sdm based noc for mpsoc o...
Performance analysis and implementation of modified sdm based noc for mpsoc o...
 
Multiple Valued Logic for Synthesis and Simulation of Digital Circuits
Multiple Valued Logic for Synthesis and Simulation of Digital CircuitsMultiple Valued Logic for Synthesis and Simulation of Digital Circuits
Multiple Valued Logic for Synthesis and Simulation of Digital Circuits
 
Design And Simulation of Modulation Schemes used for FPGA Based Software Defi...
Design And Simulation of Modulation Schemes used for FPGA Based Software Defi...Design And Simulation of Modulation Schemes used for FPGA Based Software Defi...
Design And Simulation of Modulation Schemes used for FPGA Based Software Defi...
 
Digital Implementation of Costas Loop with Carrier Recovery
Digital Implementation of Costas Loop with Carrier RecoveryDigital Implementation of Costas Loop with Carrier Recovery
Digital Implementation of Costas Loop with Carrier Recovery
 
Convolution
ConvolutionConvolution
Convolution
 
1749 1756
1749 17561749 1756
1749 1756
 
An Effective Design and Verification Methodology for Digital PLL
An Effective Design and Verification Methodology for Digital PLLAn Effective Design and Verification Methodology for Digital PLL
An Effective Design and Verification Methodology for Digital PLL
 
Wi-Fi Is a Power Guzzler. New Multi-Protocol Modules May Change the Game of B...
Wi-Fi Is a Power Guzzler. New Multi-Protocol Modules May Change the Game of B...Wi-Fi Is a Power Guzzler. New Multi-Protocol Modules May Change the Game of B...
Wi-Fi Is a Power Guzzler. New Multi-Protocol Modules May Change the Game of B...
 
Digital Phase Locked Loop
Digital Phase Locked LoopDigital Phase Locked Loop
Digital Phase Locked Loop
 
Design of Multiplier Less 32 Tap FIR Filter using VHDL
Design of Multiplier Less 32 Tap FIR Filter using VHDLDesign of Multiplier Less 32 Tap FIR Filter using VHDL
Design of Multiplier Less 32 Tap FIR Filter using VHDL
 
DESIGN AND IMPLEMENTATION OF 64-BIT ARITHMETIC LOGIC UNIT ON FPGA USING VHDL
DESIGN AND IMPLEMENTATION OF 64-BIT ARITHMETIC LOGIC UNIT ON FPGA USING VHDLDESIGN AND IMPLEMENTATION OF 64-BIT ARITHMETIC LOGIC UNIT ON FPGA USING VHDL
DESIGN AND IMPLEMENTATION OF 64-BIT ARITHMETIC LOGIC UNIT ON FPGA USING VHDL
 
Session 2,3 FPGAs
Session 2,3 FPGAsSession 2,3 FPGAs
Session 2,3 FPGAs
 
Dot matrix display design using fpga
Dot matrix display design using fpgaDot matrix display design using fpga
Dot matrix display design using fpga
 
Gdi cell
Gdi cellGdi cell
Gdi cell
 
Analysis of Power Optimization of Serial Communication Protocol-Memory–Switch...
Analysis of Power Optimization of Serial Communication Protocol-Memory–Switch...Analysis of Power Optimization of Serial Communication Protocol-Memory–Switch...
Analysis of Power Optimization of Serial Communication Protocol-Memory–Switch...
 

Viewers also liked

An innovative way for computerized smith chart generation and transmission li...
An innovative way for computerized smith chart generation and transmission li...An innovative way for computerized smith chart generation and transmission li...
An innovative way for computerized smith chart generation and transmission li...eSAT Publishing House
 
Building extraction from remote sensing imageries by data fusion techniques
Building extraction from remote sensing imageries by data fusion techniquesBuilding extraction from remote sensing imageries by data fusion techniques
Building extraction from remote sensing imageries by data fusion techniqueseSAT Publishing House
 
An effective attack preventing routing approach in speed network in manets
An effective attack preventing routing approach in speed network in manetsAn effective attack preventing routing approach in speed network in manets
An effective attack preventing routing approach in speed network in manetseSAT Publishing House
 
A review on power electronics application on wind
A review on power electronics application on windA review on power electronics application on wind
A review on power electronics application on windeSAT Publishing House
 
Software security risk mitigation using object
Software security risk mitigation using objectSoftware security risk mitigation using object
Software security risk mitigation using objecteSAT Publishing House
 
Importance of post processing for improved binarization of text documents
Importance of post processing for improved binarization of text documentsImportance of post processing for improved binarization of text documents
Importance of post processing for improved binarization of text documentseSAT Publishing House
 
Safety zone determination for wireless cellular
Safety zone determination for wireless cellularSafety zone determination for wireless cellular
Safety zone determination for wireless cellulareSAT Publishing House
 
Active vibration control of smart piezo cantilever beam using pid controller
Active vibration control of smart piezo cantilever beam using pid controllerActive vibration control of smart piezo cantilever beam using pid controller
Active vibration control of smart piezo cantilever beam using pid controllereSAT Publishing House
 
Color measurements of electroplated gold film on
Color measurements of electroplated gold film onColor measurements of electroplated gold film on
Color measurements of electroplated gold film oneSAT Publishing House
 
An analysis of desktop control and information retrieval from the internet us...
An analysis of desktop control and information retrieval from the internet us...An analysis of desktop control and information retrieval from the internet us...
An analysis of desktop control and information retrieval from the internet us...eSAT Publishing House
 
Effect of shade percentage on various properties of cotton knitted fabric dye...
Effect of shade percentage on various properties of cotton knitted fabric dye...Effect of shade percentage on various properties of cotton knitted fabric dye...
Effect of shade percentage on various properties of cotton knitted fabric dye...eSAT Publishing House
 
Learning analytics to quantize and improve the skills development and attainm...
Learning analytics to quantize and improve the skills development and attainm...Learning analytics to quantize and improve the skills development and attainm...
Learning analytics to quantize and improve the skills development and attainm...eSAT Publishing House
 
Intelligent two axis dual-ccd image-servo shooting platform design
Intelligent two axis dual-ccd image-servo shooting platform designIntelligent two axis dual-ccd image-servo shooting platform design
Intelligent two axis dual-ccd image-servo shooting platform designeSAT Publishing House
 
Best lookup algorithm for 100+gbps ipv6 packet
Best lookup algorithm for 100+gbps ipv6 packetBest lookup algorithm for 100+gbps ipv6 packet
Best lookup algorithm for 100+gbps ipv6 packeteSAT Publishing House
 
Devlopement of the dynamic resistance measurement (drm) method for condition ...
Devlopement of the dynamic resistance measurement (drm) method for condition ...Devlopement of the dynamic resistance measurement (drm) method for condition ...
Devlopement of the dynamic resistance measurement (drm) method for condition ...eSAT Publishing House
 
Production of malto dextrin from broken rice
Production of malto dextrin from broken riceProduction of malto dextrin from broken rice
Production of malto dextrin from broken riceeSAT Publishing House
 
Degradation of mono azo dye in aqueous solution using
Degradation of mono azo dye in aqueous solution usingDegradation of mono azo dye in aqueous solution using
Degradation of mono azo dye in aqueous solution usingeSAT Publishing House
 
Behavior of r.c.c. beam with rectangular opening
Behavior of r.c.c. beam with rectangular openingBehavior of r.c.c. beam with rectangular opening
Behavior of r.c.c. beam with rectangular openingeSAT Publishing House
 
Nanoparticle based charge trapping memory device applying mos technology a co...
Nanoparticle based charge trapping memory device applying mos technology a co...Nanoparticle based charge trapping memory device applying mos technology a co...
Nanoparticle based charge trapping memory device applying mos technology a co...eSAT Publishing House
 
Whiteboard image reconstruction using matlab
Whiteboard image reconstruction using matlabWhiteboard image reconstruction using matlab
Whiteboard image reconstruction using matlabeSAT Publishing House
 

Viewers also liked (20)

An innovative way for computerized smith chart generation and transmission li...
An innovative way for computerized smith chart generation and transmission li...An innovative way for computerized smith chart generation and transmission li...
An innovative way for computerized smith chart generation and transmission li...
 
Building extraction from remote sensing imageries by data fusion techniques
Building extraction from remote sensing imageries by data fusion techniquesBuilding extraction from remote sensing imageries by data fusion techniques
Building extraction from remote sensing imageries by data fusion techniques
 
An effective attack preventing routing approach in speed network in manets
An effective attack preventing routing approach in speed network in manetsAn effective attack preventing routing approach in speed network in manets
An effective attack preventing routing approach in speed network in manets
 
A review on power electronics application on wind
A review on power electronics application on windA review on power electronics application on wind
A review on power electronics application on wind
 
Software security risk mitigation using object
Software security risk mitigation using objectSoftware security risk mitigation using object
Software security risk mitigation using object
 
Importance of post processing for improved binarization of text documents
Importance of post processing for improved binarization of text documentsImportance of post processing for improved binarization of text documents
Importance of post processing for improved binarization of text documents
 
Safety zone determination for wireless cellular
Safety zone determination for wireless cellularSafety zone determination for wireless cellular
Safety zone determination for wireless cellular
 
Active vibration control of smart piezo cantilever beam using pid controller
Active vibration control of smart piezo cantilever beam using pid controllerActive vibration control of smart piezo cantilever beam using pid controller
Active vibration control of smart piezo cantilever beam using pid controller
 
Color measurements of electroplated gold film on
Color measurements of electroplated gold film onColor measurements of electroplated gold film on
Color measurements of electroplated gold film on
 
An analysis of desktop control and information retrieval from the internet us...
An analysis of desktop control and information retrieval from the internet us...An analysis of desktop control and information retrieval from the internet us...
An analysis of desktop control and information retrieval from the internet us...
 
Effect of shade percentage on various properties of cotton knitted fabric dye...
Effect of shade percentage on various properties of cotton knitted fabric dye...Effect of shade percentage on various properties of cotton knitted fabric dye...
Effect of shade percentage on various properties of cotton knitted fabric dye...
 
Learning analytics to quantize and improve the skills development and attainm...
Learning analytics to quantize and improve the skills development and attainm...Learning analytics to quantize and improve the skills development and attainm...
Learning analytics to quantize and improve the skills development and attainm...
 
Intelligent two axis dual-ccd image-servo shooting platform design
Intelligent two axis dual-ccd image-servo shooting platform designIntelligent two axis dual-ccd image-servo shooting platform design
Intelligent two axis dual-ccd image-servo shooting platform design
 
Best lookup algorithm for 100+gbps ipv6 packet
Best lookup algorithm for 100+gbps ipv6 packetBest lookup algorithm for 100+gbps ipv6 packet
Best lookup algorithm for 100+gbps ipv6 packet
 
Devlopement of the dynamic resistance measurement (drm) method for condition ...
Devlopement of the dynamic resistance measurement (drm) method for condition ...Devlopement of the dynamic resistance measurement (drm) method for condition ...
Devlopement of the dynamic resistance measurement (drm) method for condition ...
 
Production of malto dextrin from broken rice
Production of malto dextrin from broken riceProduction of malto dextrin from broken rice
Production of malto dextrin from broken rice
 
Degradation of mono azo dye in aqueous solution using
Degradation of mono azo dye in aqueous solution usingDegradation of mono azo dye in aqueous solution using
Degradation of mono azo dye in aqueous solution using
 
Behavior of r.c.c. beam with rectangular opening
Behavior of r.c.c. beam with rectangular openingBehavior of r.c.c. beam with rectangular opening
Behavior of r.c.c. beam with rectangular opening
 
Nanoparticle based charge trapping memory device applying mos technology a co...
Nanoparticle based charge trapping memory device applying mos technology a co...Nanoparticle based charge trapping memory device applying mos technology a co...
Nanoparticle based charge trapping memory device applying mos technology a co...
 
Whiteboard image reconstruction using matlab
Whiteboard image reconstruction using matlabWhiteboard image reconstruction using matlab
Whiteboard image reconstruction using matlab
 

Similar to Counter based design of dpll for wireless communication

Fpga implementation of power efficient all digital phase locked loop
Fpga implementation of power efficient all digital phase locked loopFpga implementation of power efficient all digital phase locked loop
Fpga implementation of power efficient all digital phase locked loopIAEME Publication
 
iaetsd Software defined am transmitter using vhdl
iaetsd Software defined am transmitter using vhdliaetsd Software defined am transmitter using vhdl
iaetsd Software defined am transmitter using vhdlIaetsd Iaetsd
 
Design of all digital phase locked loop
Design of all digital phase locked loopDesign of all digital phase locked loop
Design of all digital phase locked loopeSAT Publishing House
 
Spur Reduction Of MB-OFDM UWB System using CMOS Frequency Synthesizer
Spur Reduction Of MB-OFDM UWB System using CMOS Frequency SynthesizerSpur Reduction Of MB-OFDM UWB System using CMOS Frequency Synthesizer
Spur Reduction Of MB-OFDM UWB System using CMOS Frequency SynthesizerIDES Editor
 
FPGA Based Digital Logic Circuits Operation for Beginners
FPGA Based Digital Logic Circuits Operation for BeginnersFPGA Based Digital Logic Circuits Operation for Beginners
FPGA Based Digital Logic Circuits Operation for Beginnersijtsrd
 
Efficient FPGA implementation of high speed digital delay for wideband beamfor...
Efficient FPGA implementation of high speed digital delay for wideband beamfor...Efficient FPGA implementation of high speed digital delay for wideband beamfor...
Efficient FPGA implementation of high speed digital delay for wideband beamfor...journalBEEI
 
Fpga implementation of multi protocol data
Fpga implementation of multi protocol dataFpga implementation of multi protocol data
Fpga implementation of multi protocol dataeSAT Publishing House
 
High speed customized serial protocol for IP integration on FPGA based SOC ap...
High speed customized serial protocol for IP integration on FPGA based SOC ap...High speed customized serial protocol for IP integration on FPGA based SOC ap...
High speed customized serial protocol for IP integration on FPGA based SOC ap...IJMER
 
System designing and modelling using fpga
System designing and modelling using fpgaSystem designing and modelling using fpga
System designing and modelling using fpgaIAEME Publication
 
Design & implementation of 16 bit low power ALU with clock gating
Design & implementation of 16 bit low power ALU with clock gatingDesign & implementation of 16 bit low power ALU with clock gating
Design & implementation of 16 bit low power ALU with clock gatingIRJET Journal
 
Computer Interface for Electroluminescence (EL)
Computer Interface for Electroluminescence (EL)Computer Interface for Electroluminescence (EL)
Computer Interface for Electroluminescence (EL)Editor IJCATR
 
RTB: BIDIRECTIONAL TRANSCEIVER (ESSCIRC85)
RTB: BIDIRECTIONAL TRANSCEIVER (ESSCIRC85)RTB: BIDIRECTIONAL TRANSCEIVER (ESSCIRC85)
RTB: BIDIRECTIONAL TRANSCEIVER (ESSCIRC85)Piero Belforte
 
Nt1310 Unit 5 Algorithm
Nt1310 Unit 5 AlgorithmNt1310 Unit 5 Algorithm
Nt1310 Unit 5 AlgorithmAngie Lee
 

Similar to Counter based design of dpll for wireless communication (20)

Fpga implementation of power efficient all digital phase locked loop
Fpga implementation of power efficient all digital phase locked loopFpga implementation of power efficient all digital phase locked loop
Fpga implementation of power efficient all digital phase locked loop
 
Db33621624
Db33621624Db33621624
Db33621624
 
B0150711
B0150711B0150711
B0150711
 
iaetsd Software defined am transmitter using vhdl
iaetsd Software defined am transmitter using vhdliaetsd Software defined am transmitter using vhdl
iaetsd Software defined am transmitter using vhdl
 
Design of all digital phase locked loop
Design of all digital phase locked loopDesign of all digital phase locked loop
Design of all digital phase locked loop
 
bds project final documentation
bds project final documentation bds project final documentation
bds project final documentation
 
Spur Reduction Of MB-OFDM UWB System using CMOS Frequency Synthesizer
Spur Reduction Of MB-OFDM UWB System using CMOS Frequency SynthesizerSpur Reduction Of MB-OFDM UWB System using CMOS Frequency Synthesizer
Spur Reduction Of MB-OFDM UWB System using CMOS Frequency Synthesizer
 
FPGA Based Digital Logic Circuits Operation for Beginners
FPGA Based Digital Logic Circuits Operation for BeginnersFPGA Based Digital Logic Circuits Operation for Beginners
FPGA Based Digital Logic Circuits Operation for Beginners
 
Efficient FPGA implementation of high speed digital delay for wideband beamfor...
Efficient FPGA implementation of high speed digital delay for wideband beamfor...Efficient FPGA implementation of high speed digital delay for wideband beamfor...
Efficient FPGA implementation of high speed digital delay for wideband beamfor...
 
Design and memory optimization of hybrid gate diffusion input numerical contr...
Design and memory optimization of hybrid gate diffusion input numerical contr...Design and memory optimization of hybrid gate diffusion input numerical contr...
Design and memory optimization of hybrid gate diffusion input numerical contr...
 
Fpg as 11 body
Fpg as 11 bodyFpg as 11 body
Fpg as 11 body
 
Ijetcas14 593
Ijetcas14 593Ijetcas14 593
Ijetcas14 593
 
Fpga implementation of multi protocol data
Fpga implementation of multi protocol dataFpga implementation of multi protocol data
Fpga implementation of multi protocol data
 
High speed customized serial protocol for IP integration on FPGA based SOC ap...
High speed customized serial protocol for IP integration on FPGA based SOC ap...High speed customized serial protocol for IP integration on FPGA based SOC ap...
High speed customized serial protocol for IP integration on FPGA based SOC ap...
 
System designing and modelling using fpga
System designing and modelling using fpgaSystem designing and modelling using fpga
System designing and modelling using fpga
 
Design & implementation of 16 bit low power ALU with clock gating
Design & implementation of 16 bit low power ALU with clock gatingDesign & implementation of 16 bit low power ALU with clock gating
Design & implementation of 16 bit low power ALU with clock gating
 
Computer Interface for Electroluminescence (EL)
Computer Interface for Electroluminescence (EL)Computer Interface for Electroluminescence (EL)
Computer Interface for Electroluminescence (EL)
 
RTB: BIDIRECTIONAL TRANSCEIVER (ESSCIRC85)
RTB: BIDIRECTIONAL TRANSCEIVER (ESSCIRC85)RTB: BIDIRECTIONAL TRANSCEIVER (ESSCIRC85)
RTB: BIDIRECTIONAL TRANSCEIVER (ESSCIRC85)
 
Nt1310 Unit 5 Algorithm
Nt1310 Unit 5 AlgorithmNt1310 Unit 5 Algorithm
Nt1310 Unit 5 Algorithm
 
[IJET-V1I3P17] Authors :Prof. U. R. More. S. R. Adhav
[IJET-V1I3P17] Authors :Prof. U. R. More. S. R. Adhav[IJET-V1I3P17] Authors :Prof. U. R. More. S. R. Adhav
[IJET-V1I3P17] Authors :Prof. U. R. More. S. R. Adhav
 

More from eSAT Publishing House

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

More from eSAT Publishing House (20)

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

Recently uploaded

Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 

Recently uploaded (20)

Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 

Counter based design of dpll for wireless communication

  • 1. IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163 __________________________________________________________________________________________ Volume: 02 Issue: 06 | Jun-2013, Available @ http://www.ijret.org 998 COUNTER-BASED DESIGN OF DPLL FOR WIRELESS COMMUNICATION Sabyasachi Bhattacharyya1 , Ragib Nasir Ahmed2 , Ripunjoy Sarma3 , Roushan Saikia4 , Kaustubh Bhattacharyya5 1, 2, 3, 4 Student, 5 Assistant Professor, Electronics and Communication Engineering, Don Bosco College of Engineering and Technology, Assam, India, sabya005@gmail.com, ahmedragib@gmail.com, ripunjoy21@gmail.com, roushan.saikia@gmail.com, kaustubh.bhattacharyya@dbuniversity.ac.in Abstract For proper reception of the transmitted data, the design of effective demodulation schemes plays a very crucial role. In the earlier times, some of the traditional techniques like envelope detection etc were utilized for demodulation purposes. However, these techniques, although could be implemented without much difficulty, but at times, when the extent of interference due to the surroundings, system noise and other degrading parameters were very significant, these traditional techniques were found to be non- sensitive to these large-scale effects. To overcome these shortcomings, over the years, the device called phase locked loop has gained much popularity. This device, having the capacity to recover the phase of the transmitted pulse, is capable of yielding very accurate approximations of the transmitted pulses and thus accounts for very low values of bit error rates. Considering the utility of the device, in the recent times, it has been attempted to provide a sound digital design for the device so that the design complexity of the device could be overcome by replacing its integral parts with simplified digital circuits and also would improve the noise performance of the device. With this view in mind, in this piece, we put forward a design of the Digital Phase Locked Loop (DPLL) using a counter based logic. Here, the essential components of the DPLL have been implemented using logic circuits and counters and further, while doing so, the requirement of the components of a traditional PLL has also been minimized. Index Terms: Counter oscillator, detector, phase, recovery etc -----------------------------------------------------------------------***----------------------------------------------------------------------- 1. INTRODUCTION A phase locked loop is a control system that tries to generate an output signal whose phase is related to the phase of the input reference signal [1]. It consists of a phase detector, loop filter and voltage control oscillator as feedback. This circuit compares the phase of the input signal with the phase of the signal derived from its output oscillator and adjusts the frequency of its oscillator to keep the phases matched. The signal from the phase detector is used to control the oscillator in a feedback loop. Consequently the phase detector loop can track an input frequency or it can generate a frequency multiple of the input frequency. The former property is called demodulation and the latter property is used for indirect frequency synthesis [2]. The digital version of PLL is Digital PLL. Basically DPLL consists of a digital phase detector realized using XOR gates, J.K, flip-flops etc. It also consists of digital loop filter which is designed using the fundamental design procedures for digital filters in signal processing. Also it consists of a feedback element which is a discrete time version of voltage controlled oscillator (VCO) is also sometimes known as digitally controlled oscillator (DCO) or numerically controlled oscillator (NCO). This feedback element generates the input reference signal and the phase detector detects the difference in phase of the incoming signal and the reference signal. The loop filter is used for removing the high frequency randomness. The DPLL thus corrects and locks the phase of incoming signal and the reference signal and due to it the frequencies. are also locked giving at the output a replica of the original message pulse but with much improved noise performance and less design complexity. The later version of DPLL is the All Digital Phase Locked Loop (ADPLL). ADPLL is an implementation of PLL with all digital components. The ADPLL is now most widely used since FPGA is an exclusively a digital device in which the ADPLL is to be implemented. 2. THEORETICAL BACKGROUND The All Digital Phase Locked Loop is a digital PLL which is implemented only by digital blocks. ADPLL consists of the same parts that is present in PLL i.e. phase detector, loop filter and voltage controlled oscillator which are implemented in purely digital circuits. The input to the ADPLL is a digital stream normally from an analog to digital converter or a clock. The approach for the design of DPLL is counter based approach. The block diagram of counter based DPLL is shown in figure1.
  • 2. IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163 __________________________________________________________________________________________ Volume: 02 Issue: 06 | Jun-2013, Available @ http://www.ijret.org 999 P I S O PHASE DETECTOR Loop Filter VCO S I P O C O N T R O L L E R Ao A1 A2 A3 CLK CLR Bo B1 B2 B3 Figure1: Block Diagram of Counter Based DPLL 2.1 Explanation of the Block Diagram The first block of counter based DPLL is the parallel in serial out (PISO) whose task is to give output one by one with respect to the clock. The second block is the phase detector which is designed using XOR based logic to detect the phase in between the input and reference signal [3]. The 3rd block is the counter based loop filter. The task of this block is to count for how many times the input bit differs from the reference bit. The fourth block is the counter based VCO whose task is to generate the same bit as that of the input bit. The fifth block is the controller, which locks the whole system once the message signal is out. The sixth block is the Serial in parallel out (SIPO). From SIPO, we will get the recovered clock signal i.e. the originally used carrier frequency at the transmitter end. 2.2 DPLL Based Wireless Communication Link In the above discussion, we have mainly focused on the behavior and design aspects of the DPLL as a stand-alone device. However, the actual significance of the device can be realized only when its performance is analyzed when in use in a practical real-time setup. In this regard, the device that has been proposed for use in a practical wireless communication system. The DPLL is very useful when used in the receiver part of the link. It provides very accurate results when used fr demodulation purposes largely due to the fact that it has a very unique principle of operation which aims at capturing the phase of the originally transmitted signal and thus recovers the signal properly from the effects of degradation of the wireless environment. It also saves the extra overhead of equalizer design as in traditional systems. However, a very important aspect that should be noted here is that there should a proper linking interface between the proposed DPLL device and the wireless link i.e. the channel. This is because the system that we have proposed is an exclusively digital setup whereas the received signal from the wireless channel has a purely analog domain behavior. So, for proper functioning of the DPLL in the wireless setup, it becomes very crucial to have a proper interface between the wireless link and the DPLL receiver which provides for a translation from analog domain to digital domain behavior and vice-versa at the output of the receiver. 3. LITERATURE SURVEY Based on DPLL, various researches are going on and in this section some of the related works carried out in the recent years are discussed. The design and modeling of ADPLL in purely behavioral mode in which the modeling of digital phase detector and also the explanation of the stability issues related with asynchronous operation of digital PFD is carried out [4]. The ADPLL can also be designed in 0.25 micron CMOS technology and the locking of phase is achieved in about 100 reference clock cycles and it is found that the performance of digital PLL is better than that of analog PLL because of its less sensitive to noise and operating conditions [5]. Also ADPLL can be designed based on popular sequential circuits and it is implemented in FPGA [6]. In the design and implementation of different multipliers using VHDL, a comparison is made for different multipliers with respect to the design complexities, speed of operation etc. to find the optimum design from a number of sequential and combinational designs [7]. Moreover in the design of DPLL the most valued aspect of the work is that after developing the components of the DPLL it was tested for QPSK modulated signal and it was found that it has better BER performance than the existing PLL technology thus giving a breakthrough in this field [8]. 4. WORKING MODEL In counter-based logic design we are using counter-based logic for designing the loop filter and the VCO. In digital domain the task of loop filter is to count for many times the bits are consecutively mismatched. we have found that the task of loop filter and VCO is same, so we can neglect the loop filter, as we are trying to recover the clock signal which we are getting from the VCO without using the loop filter. The circuit level diagram of counter based DPLL is shown in the Figure 2. Figure 2: Counter Based DPLL
  • 3. IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163 __________________________________________________________________________________________ Volume: 02 Issue: 06 | Jun-2013, Available @ http://www.ijret.org 1000  The first block is parallel in serial out(PISO). It is used so that the message signals do not come in burst to the receiver. It is designed such a way that for a input data bit stream say for 4bit, at one clock the first bit is faded to the DPLL. At the second clock, the next bit and so on.  The next is the phase detector which is designed using simple XOR gate. When there is mismatch between the incoming bit and the reference bit from VCO, it will give high output i.e. ’1’, or else it will give 0.  Next is the VCO. To control the operation of the VCO, we are using an AND gate, whose input is the output of the XOR gate and the master clock. So when the output of the XOR gate is ’1’, AND gate will give output as ’1’, which is faded as the clock for the VCO. VCO is designed using counter based logic. The task of this logic is to generate the same bit as that of the input bit.  The next block is serial in parallel out (SIPO). It is used so that we get the output parallelely.  The next small circuit comprises the Controller block. It is designed using the basic combinational gates. It is used to lock the whole system. After getting the output we are checking each output bit to the input bit using the XNOR logic. When it is matched it will give ’1’, or else it will give ’0’. So when all the bits are matched so all the outputs will be ’1’, giving the NAND gate output as ’0’. Then we are using AND gate whose output is faded as clock to the SIPO. So when all the bits are matched, the AND gate will give ’0’ output, so SIPO will not operate, thus the system will be locked, and we are able to recover the clock signal. 5. RESULTS and DISCUSSION The schematic diagram of counter-based DPLL is shown in figure 3. Figure 3: Schematic diagram of counter-based DPLL In the Figure 3, as can be seen above, the RTL schematic is depicted that has been generated from the hardware simulation tool. It shows the basic building blocks that are involved in the design of the proposed device. The schematic diagram depicts that the system takes input as a four bit data and subsequently there co-exist a number of combinational as well as sequential blocks. Some of these blocks such as the counter etc which are sequential in nature are used for generation of the oscillation and for the purpose of matching the locally generated pulse with the incoming reference pulse whereas the combinational blocks are used for controller action and locking the device at the accurate state. The output waveform of counter-based DPLL is shown in figure 4. Figure 4: Output Waveform of Counter-Based DPLL From figure 4, it is seen that four bit data is given as input signal to the PISO and after one clock a single bit is fed to the phase detector. Then the bit is compared with VCO’s output and at the 4th clock we are able to recover the clock, and it will be locked for the rest of the clock. We get the final four bit data from the SIPO. 6. ADVANTAGES AND LIMITATIONS 6.1 Advantages of Counter-Based Design of DPLL  The counter based DPLL that we have proposed uses common circuitry for each bit of the data to be processed and as a result the computational and design complexity is less and also the hardware requirement is minimized. This is largely attributed to the fact that the design is such that at each instant, one bit of data is recovered which is controlled by a Serial-In-Parallel-Out Buffer at the input of the DPLL.  Traditional communication systems needed an equalizer unit at the receiver section because the demodulators in the past were not sufficiently strong
  • 4. IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163 __________________________________________________________________________________________ Volume: 02 Issue: 06 | Jun-2013, Available @ http://www.ijret.org 1001 to retrieve the message pulse. But, the DPLL is a very powerful demodulation device and due to its unique characteristic of recovering the phase of the signals, it can independently work as the receiver without the use of an equalizer thus reducing the additional designing and cost overheads. 6.2 Limitations of Counter-Based Design of DPLL Although the design for the DPLL proposed by us has its plus points over the traditional designs that have been suggested over these years, specifically with regards to the requirement of minimum hardware, but it also has its own set of limitations. The DPLL we have proposed for takes more than a single clock to lock the locally generated signal with respect to the reference signal. In fact, it has been experimentally found that the number of clocks required to lock a particular data is same as the number of bits that are used to represent the data. Thus, the speed of the device proposed would be very less when we implement it for a system which uses large number of bits for data representation. Also, as it takes more than a clock, to perform the operation, so after the first set of data is sent ,the second set of data can be sent only when the first data set is locked and thus if proper control is not maintained, it might lead to de-synchronization or mismatch. CONCLUSIONS Based on our above discussion, we can state that the DPLL is undoubtedly a very useful and versatile device. It can find huge applications in not only communication setups but also in other stand alone applications like clock recovery circuits of computers, frequency processing devices like frequency multiplier, divider etc. The design for the DPLL that has been proposed here can be used in a large pool of activities starting from designing of an independent DPLL based communication system to recovering the system clock in PCs etc. Distinct preferences to the design for use in real time and industrial applications is attributed mainly to the fact that the design procedure is very simplified and built up around the basic building blocks of digital circuitry and in addition to it the designing cost is a major advantage. However, care should be taken in real time applications related to the synchronization of the other elements of the setup to the proposed device. A separate synchronization unit is suggested to be used for the device so that there is no mismatch. ACKNOWLEDGEMENTS We are highly grateful to Mr. Kaustubh Bhattacharyya, Assistant Professor, Department of Electronics and Communication Engineering, Don Bosco College of Engineering and Technology for guiding us to prepare this work. We also like to thank all the teaching and non-teaching staff and all our friends for their consistent help and support in our work. REFERENCES [1]. Simon Haykin, “Communication Systems”, Fourth Edition, Wiley India Edition, pages 344-458 [2]. B.P. Lathi, “Modern Digital and Analog Communication System”, pages 372–377. [3]. A. Anand Kumar, “Fundamentals of Digital Circuits”, Second Edition, Eastern Economy Edition, pages 345-346, 511-518 [4]. F. Anceau D. Galayko E. Colinet E. Zianbetov M.Javidan and J. Juliard. Design and VHDL Modeling of All-Digital PLLs. International Conference On Intelegent Communication and Computation,Tokyo Japan, pages 1–3. [5]. Anitha Babu, Bhavya Daya, Banu Nagasundaram, Nivetha Veluchamy, “All Digital Phase Locked Loop Design and Implementation” [6]. Mike Delong. “Digital Phase Locked Loops”, International Journal of Computer Science and Network Security, pp. 2–10. [7]. Moumita Ghosh. “Design and Implementation of Different Multipliers using VHDL”, pages 2-5. [8]. Basab Bijoy Purkayastha, “A Digital Phase-Locked Loop Based Signal and Symbol Recovery System for Wireless Channel”, pages 45-67 BIOGRAPHIES: Sabyasachi Bhattacharyya is currently pursuing his Final Year of B.Tech in Electronics And Communication Engineering from Don Bosco College Of Engineering And Technology under ADBU, Assam. He is interested in the field of VLSI design of modern day communication systems. Ragib Nasir Ahmed is currently pursuing his Final Year B.Tech in Electronics And Communication Engineering from Don Bosco College Of Engineering And Technology under Assam Don Bosco University, Assam. He is interested in the field of Telecom and low power VLSI design of modern day communication setups. Ripunjoy Sarma is currently pu currently pursuing his Final Year of B.Tech in Electronics And Communication Engineering from Don Bosco College Of Engineering And Technology under ADBU, Assam. He is interested in the field of VLSI design of modern day communication systems.
  • 5. IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163 __________________________________________________________________________________________ Volume: 02 Issue: 06 | Jun-2013, Available @ http://www.ijret.org 1002 Roushan Saikia is currently pursuing his Final Year of B.TECH in Electronics And Communication Engineering from Don Bosco College Of Engineering And Technology under ADBU, Assam. He is interested in the field of VLSI design of modern day communication systems. Kaustubh Bhattacharyya is currently working as an Asst. Prof. in the department of ECE, DBCET, ADBU, Assam. He is working towards PhD in RADAR Signal Processing at ECE, ADBU, Assam. He obtained M.Tech in Electronics and Communication Technology from Gauhati University, M.Phil in Electronics Science from GU, M.Sc (Electronics) from GU.