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 intrusion detection model based on fuzzy membership function using gnp
An intrusion detection model based on fuzzy membership function using gnpAn intrusion detection model based on fuzzy membership function using gnp
An intrusion detection model based on fuzzy membership function using gnpeSAT Journals
 
Virtual’s culture based information technology
Virtual’s culture based information technologyVirtual’s culture based information technology
Virtual’s culture based information technologyeSAT Journals
 
Wi play audio streaming over wi-fi
Wi play  audio streaming over wi-fiWi play  audio streaming over wi-fi
Wi play audio streaming over wi-fieSAT Journals
 
Experimental study on corrosion prevention with rebars along with fibre in r ...
Experimental study on corrosion prevention with rebars along with fibre in r ...Experimental study on corrosion prevention with rebars along with fibre in r ...
Experimental study on corrosion prevention with rebars along with fibre in r ...eSAT Journals
 
Corrosion characteristics of al 0.91 mg-0.55si-1.12fe-0.39ca al-alloy aged at...
Corrosion characteristics of al 0.91 mg-0.55si-1.12fe-0.39ca al-alloy aged at...Corrosion characteristics of al 0.91 mg-0.55si-1.12fe-0.39ca al-alloy aged at...
Corrosion characteristics of al 0.91 mg-0.55si-1.12fe-0.39ca al-alloy aged at...eSAT Journals
 
Gravitational search algorithm with chaotic map (gsa cm) for solving optimiza...
Gravitational search algorithm with chaotic map (gsa cm) for solving optimiza...Gravitational search algorithm with chaotic map (gsa cm) for solving optimiza...
Gravitational search algorithm with chaotic map (gsa cm) for solving optimiza...eSAT Journals
 
Behaviour of bituminous concrete modified with polyethylene glycol for blade ...
Behaviour of bituminous concrete modified with polyethylene glycol for blade ...Behaviour of bituminous concrete modified with polyethylene glycol for blade ...
Behaviour of bituminous concrete modified with polyethylene glycol for blade ...eSAT Journals
 
Live multimedia streaming and video on demand issues and challenges
Live multimedia streaming and video on demand issues and challengesLive multimedia streaming and video on demand issues and challenges
Live multimedia streaming and video on demand issues and challengeseSAT Journals
 
Performance analysis of voip over wired and wireless networks network impleme...
Performance analysis of voip over wired and wireless networks network impleme...Performance analysis of voip over wired and wireless networks network impleme...
Performance analysis of voip over wired and wireless networks network impleme...eSAT Journals
 
Cross cloud single sign on (sso) using tokens
Cross cloud single sign on (sso) using tokensCross cloud single sign on (sso) using tokens
Cross cloud single sign on (sso) using tokenseSAT Journals
 
Zigbee based differential pilot protection of transmission line
Zigbee based differential pilot protection of transmission lineZigbee based differential pilot protection of transmission line
Zigbee based differential pilot protection of transmission lineeSAT Journals
 
Distributed dynamic frequency allocation in wireless cellular networks using ...
Distributed dynamic frequency allocation in wireless cellular networks using ...Distributed dynamic frequency allocation in wireless cellular networks using ...
Distributed dynamic frequency allocation in wireless cellular networks using ...eSAT Journals
 
Comparative studies on heat transfer and fluid flow in cored brick and pebble...
Comparative studies on heat transfer and fluid flow in cored brick and pebble...Comparative studies on heat transfer and fluid flow in cored brick and pebble...
Comparative studies on heat transfer and fluid flow in cored brick and pebble...eSAT Journals
 
Real time implemantion of stc and ftc radar system based on fpga
Real time implemantion of stc and ftc radar system based on fpgaReal time implemantion of stc and ftc radar system based on fpga
Real time implemantion of stc and ftc radar system based on fpgaeSAT Journals
 
Measurement systems analysis and a study of anova method
Measurement systems analysis and a study of anova methodMeasurement systems analysis and a study of anova method
Measurement systems analysis and a study of anova methodeSAT Journals
 
Automatic vision based inspection of railway track
Automatic vision based inspection of railway trackAutomatic vision based inspection of railway track
Automatic vision based inspection of railway trackeSAT Journals
 
Occupational health and safety (ohs) management vis à-vis different phases of...
Occupational health and safety (ohs) management vis à-vis different phases of...Occupational health and safety (ohs) management vis à-vis different phases of...
Occupational health and safety (ohs) management vis à-vis different phases of...eSAT Journals
 
A 2 stage data word packet communication decoder using rate 1-by-3 viterbi de...
A 2 stage data word packet communication decoder using rate 1-by-3 viterbi de...A 2 stage data word packet communication decoder using rate 1-by-3 viterbi de...
A 2 stage data word packet communication decoder using rate 1-by-3 viterbi de...eSAT Journals
 

Viewers also liked (18)

An intrusion detection model based on fuzzy membership function using gnp
An intrusion detection model based on fuzzy membership function using gnpAn intrusion detection model based on fuzzy membership function using gnp
An intrusion detection model based on fuzzy membership function using gnp
 
Virtual’s culture based information technology
Virtual’s culture based information technologyVirtual’s culture based information technology
Virtual’s culture based information technology
 
Wi play audio streaming over wi-fi
Wi play  audio streaming over wi-fiWi play  audio streaming over wi-fi
Wi play audio streaming over wi-fi
 
Experimental study on corrosion prevention with rebars along with fibre in r ...
Experimental study on corrosion prevention with rebars along with fibre in r ...Experimental study on corrosion prevention with rebars along with fibre in r ...
Experimental study on corrosion prevention with rebars along with fibre in r ...
 
Corrosion characteristics of al 0.91 mg-0.55si-1.12fe-0.39ca al-alloy aged at...
Corrosion characteristics of al 0.91 mg-0.55si-1.12fe-0.39ca al-alloy aged at...Corrosion characteristics of al 0.91 mg-0.55si-1.12fe-0.39ca al-alloy aged at...
Corrosion characteristics of al 0.91 mg-0.55si-1.12fe-0.39ca al-alloy aged at...
 
Gravitational search algorithm with chaotic map (gsa cm) for solving optimiza...
Gravitational search algorithm with chaotic map (gsa cm) for solving optimiza...Gravitational search algorithm with chaotic map (gsa cm) for solving optimiza...
Gravitational search algorithm with chaotic map (gsa cm) for solving optimiza...
 
Behaviour of bituminous concrete modified with polyethylene glycol for blade ...
Behaviour of bituminous concrete modified with polyethylene glycol for blade ...Behaviour of bituminous concrete modified with polyethylene glycol for blade ...
Behaviour of bituminous concrete modified with polyethylene glycol for blade ...
 
Live multimedia streaming and video on demand issues and challenges
Live multimedia streaming and video on demand issues and challengesLive multimedia streaming and video on demand issues and challenges
Live multimedia streaming and video on demand issues and challenges
 
Performance analysis of voip over wired and wireless networks network impleme...
Performance analysis of voip over wired and wireless networks network impleme...Performance analysis of voip over wired and wireless networks network impleme...
Performance analysis of voip over wired and wireless networks network impleme...
 
Cross cloud single sign on (sso) using tokens
Cross cloud single sign on (sso) using tokensCross cloud single sign on (sso) using tokens
Cross cloud single sign on (sso) using tokens
 
Zigbee based differential pilot protection of transmission line
Zigbee based differential pilot protection of transmission lineZigbee based differential pilot protection of transmission line
Zigbee based differential pilot protection of transmission line
 
Distributed dynamic frequency allocation in wireless cellular networks using ...
Distributed dynamic frequency allocation in wireless cellular networks using ...Distributed dynamic frequency allocation in wireless cellular networks using ...
Distributed dynamic frequency allocation in wireless cellular networks using ...
 
Comparative studies on heat transfer and fluid flow in cored brick and pebble...
Comparative studies on heat transfer and fluid flow in cored brick and pebble...Comparative studies on heat transfer and fluid flow in cored brick and pebble...
Comparative studies on heat transfer and fluid flow in cored brick and pebble...
 
Real time implemantion of stc and ftc radar system based on fpga
Real time implemantion of stc and ftc radar system based on fpgaReal time implemantion of stc and ftc radar system based on fpga
Real time implemantion of stc and ftc radar system based on fpga
 
Measurement systems analysis and a study of anova method
Measurement systems analysis and a study of anova methodMeasurement systems analysis and a study of anova method
Measurement systems analysis and a study of anova method
 
Automatic vision based inspection of railway track
Automatic vision based inspection of railway trackAutomatic vision based inspection of railway track
Automatic vision based inspection of railway track
 
Occupational health and safety (ohs) management vis à-vis different phases of...
Occupational health and safety (ohs) management vis à-vis different phases of...Occupational health and safety (ohs) management vis à-vis different phases of...
Occupational health and safety (ohs) management vis à-vis different phases of...
 
A 2 stage data word packet communication decoder using rate 1-by-3 viterbi de...
A 2 stage data word packet communication decoder using rate 1-by-3 viterbi de...A 2 stage data word packet communication decoder using rate 1-by-3 viterbi de...
A 2 stage data word packet communication decoder using rate 1-by-3 viterbi de...
 

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 Journals

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementseSAT Journals
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case studyeSAT Journals
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case studyeSAT Journals
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreeSAT Journals
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialseSAT Journals
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...eSAT Journals
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...eSAT Journals
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizereSAT Journals
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementeSAT Journals
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...eSAT Journals
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteeSAT Journals
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...eSAT Journals
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...eSAT Journals
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabseSAT Journals
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaeSAT Journals
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...eSAT Journals
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodeSAT Journals
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniqueseSAT Journals
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...eSAT Journals
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...eSAT Journals
 

More from eSAT Journals (20)

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavements
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case study
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case study
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangalore
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizer
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources management
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concrete
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabs
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in india
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn method
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniques
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...
 

Recently uploaded

BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxfenichawla
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesPrabhanshu Chaturvedi
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 

Recently uploaded (20)

BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and Properties
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 

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.