SlideShare a Scribd company logo
1 of 5
ISSN: 2278 – 1323
International Journal of Advanced Research in Computer Engineering & Technology (IJARCET)
Volume 2, Issue 4, April 2013
1
www.ijarcet.org

Abstract— A frequency synthesizer is an electronic device
which generatesa range offrequency mostly sine wave from
a fixed clock provided. These frequency synthesizers are
commonly found in radio receivers,mobile telephones radio
telephones, wacky talkies, as local oscillators, satellite
receivers, GPS system. Direct digital synthesizer is a
frequency synthesizer which digitally creates arbitrary wave
forms of different frequencies from the fixed frequency
provided as clock input.DDS generates digital wave forms
and these digital waveformsare converted to analog signals
by the digital to analog converterconnected at the output of
DDS. The DDS designed here is a ROM based DDS. DDS
has many advantages over PLL and other similar
approaches such as fast settling time, sub-Hertz frequency
resolution, continuous phase switching response and low
phase noise. This system has many applicationssuch as the
confidential message transfer, speedy frequency switching.
Index terms –DDS-Direct Digital Synthesizer
I. INTRODUCTION
Direct digital synthesis is a method of generating
analog waveforms. The wave form is first synthesized in
digital form then converted into analog form using an analog
to digital conversion.The wave form is generated as a digital
waveform since the operations within the DDS is primarily
digital. It provides fast switching between output frequencies
fine frequency resolution, and operation over a broad
spectrumof frequencies. Due to advances in technology DDS
is very compact and draw little power.
Frequency synthesizer can be defined as an electronic
device which generates a range of precise frequencies from
the fixed clock provided. The expensive array of crystal
resonators in a multi channel radio receiver is replaced by
these types of frequency synthesizers. The crystal oscillator
provides the clock frequency and the other frequencies are
generated by the frequency synthesizer. These components
are basically inexpensive and a digital circuitry can easily
control these components. All these reasons make frequency
synthesizers to be widely in included in new communication
systems. Frequency synthesizers are found in many devices
such as radio receivers, mobile telephones,radio telephones,
walky-talkies etc. A frequency synthesizer’s function is to
generate precise frequencies that are multiples of the
reference frequency provided.
F(generate) = m* F(ref) /2^n
The ability to produce accurately and control
waveforms of different frequencies and profile has become
an important requirement common to a number of
requirements. Whetherproviding agile sources oflow-phase-
noise variable-frequencies with good spurious performance
for communications, or simply generating a frequency
stimulus in industrial or biomedical test equipment
applications, convenience, compactness, and low cost are
important design considerations. Many possibilities for
frequency generation are open to a designer, ranging from
phase-locked-loop (PLL)-based techniques for very high-
frequency synthesis, to dynamic programming of digital-to-
analog converter (DAC) outputs to generate arbitrary
waveforms at lower frequencies. In PLL based system we
already need a sinusoidal signal as the input. But for DDS
there is no need for sinusoidal input. The DDS technique is
rapidly gaining acceptance for solving frequency- (or
waveform) generation requirements in both communications
and industrial applications because single-chip IC devices can
generate programmable analog output waveforms simply and
with high resolution and accuracy.Furthermore, the continual
improvements in both process technology and design have
resulted in cost and power consumption levels that were
previously unthinkably low. Direct frequency synthesizer is
the oldest of the frequency synthesis methods.It synthesizes
a specified frequency from one or more reference frequencies
from a combination of harmonic generators,band-pass filters,
dividers, and frequency mixers. The desired frequency is
obtained with a filter tuned to the desired output frequency.
Direct digital synthesis (DDS) is a powerful
technique which is used in the generation of radio frequency
signals for use in a variety of applications from radio
receivers to signals generators and many more. The technique
has become far more widespread in coming few years with
the advances being made in integrated circuit technology that
allow much faster speeds to be handled which in turn enable
higher frequency DDS chips to be made. Therefore, the
output frequency is an integer multiple of the reference
frequency, or:
Fo=Nfr
The PLL with a frequency divider in the loop thus
provides a method for obtaining a large number of
frequencies from a single reference frequency.
In our project we try to implement a DDS which
generates the required frequency from a reference clock. This
direct digital synthesizer is a ROM based direct digital
synthesizer.The wave amplitudes that have to be outputted is
stored in the ROM memory. Here the sine values from 0 to
90 degree are stored,. Here we follow the quarter wave
symmetry of the sinusoidal wave. Here we consider a sine
wave, the wave is divide into four equal parts. In those four
ARCHITECTURE OF DIRECT DIGITAL
SYNTHESIZER
Anju Narayanan
ISSN: 2278 – 1323
International Journal of Advanced Research in Computer Engineering & Technology (IJARCET)
Volume 2, Issue 4, April 2013
All Rights Reserved © 2013 IJARCET
2
parts , from 0 to 90 degree, the amplitude is increasing and
from 90 to 180 degree it is similar to the part in 0 to 90 degree
only difference is that it is just the mirror image of the
previous. That is from 90 degree the amplitude starts to
decrease. The positive half and negative half cycles are just
inverse of each other. This particular DDS is designed such
that it generates both sine and cosine waves. The same saved
amplitudes is enough to generate both sine and cosine waves.
The only difference is one is 90 degree delayed than the other
LITRETURE REVIEW
Direct digital synthesis (DDS) is a technique for using digital
data processing blocks as a means to generate a frequency-
and phase-tuneable output signal referenced to a fixed-
frequency precision clock source. In essence, the reference
clock frequency is “divided down” in DDS architecture by
the scaling factor set forth in a programmable binary tuning
word. The tuning word is typically 24-48 bits long which
enables a DDS implementation to provide superior output
frequency tuning resolution. Today’s cost-competitive, high-
performance, functionally-integrated, and small package-
sized DDS products are fast becoming an alternative to
traditional frequency-agile analog synthesizer solutions.The
integration of a high-speed,high-performance, D/A converter
and DDS architecture onto a single chip (forming what is
commonly known as a Complete-DDS solution) enabled this
technology to target a wider range of applications and
provide, in many cases, an attractive alternative to analog-
based PLL synthesizers. For many applications, the DDS
solution holds some distinct advantages over the equivalent
agile analog frequency synthesizeremploying PLL circuitry.
The ability to accurately produce and control waveforms of
various frequencies and profiles has become a key
requirement common to a number of industries. Whether
providing agile sources of low-phase-noise variable-
frequencies with good spurious performance for
communications, or simply generating a frequency stimulus
in industrial or biomedical test equipment applications,
convenience,compactness,and low cost are important design
considerations.
Many possibilities for frequency generation are open to a
designer, ranging from phase-locked-loop (PLL)-based
techniques for very high-frequency synthesis, to dynamic
programming of digital-to-analog converter(DAC) outputs to
generate arbitrary waveforms at lower frequencies. But the
DDS technique is rapidly gaining acceptance for solving
frequency- (or waveform) generation requirements in both
communications and industrial applications because single-
chip IC devices can generate programmable analog output
waveforms simply and with high resolution and accuracy. As
the name suggests this form of synthesis generates the
waveform directly using digital techniques.This technique is
different to the way in which the more familiar indirect
synthesizers that use a phase locked loop as the basis of their
operation. Its basic principle is to sample the phase/amplitude
of a cycle of continuous sine wave with equal phase interval,
get the discrete phase amplitude sequence of a periodic
signal, and quantify its analog amplitude. Thus a periodic sine
signal is converted into a series of discrete binary sequence,
which is finally stored in a ROM memory. The content of
each memory cell is the quantized amplitude of the sine wave.
DDS is a powerful technique used in the generation of radio
frequency signals for use in a variety of applications from
radio receivers to signals generators and many more. The
technique has become very popular in recent years with the
advances being made in integrated circuit technology that
allow much faster speeds to be handled which in turn enable
higher frequency DDS chips to be made. Although often used
on its own, DDS is often used in conjunction with indirect or
phase locked loop synthesizer loops. By combine the both
technologies it is possible to take advantage of the best
aspects ofeach. It is used for generating versatile waveforms
like sine, cosine, square and saw tooth etc. In accordance of
the fact that integrated circuits are now widely available, this
makes them easy to use.
A basic Direct Digital Synthesizer consists of a frequency
reference (often a crystal or Surface acoustic oscillator), a
Numerically Controlled Oscillator (NCO) and a DAC. The
reference provides a stable time base for the system and
determines the frequency accuracy, stability of the DDS. It
provides the clock to the NCO which produces at its output a
discrete-time, quantized version of the output waveform
(often a sinusoidal) whose period is controlled by the digital
word contained in the Frequency Control Register (FCR).
The sampled, digital waveform is converted to an analog
waveform by DAC. The output reconstruction filter (LPF)
rejects the spectral replicas produced by the zero-order hold
inherent in the digital to analog conversion mechanism.
DDS‟s key component is the phase accumulator. The
frequency control word K controls the rate of phase change.
Under the control of the reference clock fs, the phase
accumulator accumulates frequency control word K linearly.
The summation then adds with the phase control word P, and
finally forms the addresses to the ROM table. By address
mapping, the waveform amplitude information is output to
the digital-to-analog converter (DAC), and then through the
Low Pass filter, the corresponding Analog waveform signal
is obtained. DDS (Direct Digital Frequency Synthesizer) is a
new type offrequency synthesis.It directly generates variable
frequency signals by controlling the rate of change in phase.
It is a digital technology.
“A Portable Digitally Controlled Oscillator Using Novel
Varactors” is one of the work that was referred. This work
presents a portable digitally controlled oscillator (DCO) by
using two-input NOR gates as a digitally controlled varactor
(DCV) in fine-tuning delay cell design. This novel varactor
uses the gate capacitance difference of NOR gates under
different digital control inputs to establish a DCV. The
proposed DCO with novel DCV can be implemented with
standard cells, and thus it can be ported to different processes
in short time. PHASE-LOCKED loops (PLLs) are widely
used in many communication systems to clock and data
recovery or frequency synthesis. Traditional analog circuit
design such as PLL shifts the design paradigm toward more
digitally intensive techniques, easier testability and less
parameter variability because ofprocess migration. However,
this DCO suffers from one fundamental drawback. Due to the
extremely small size of varactor, it requires intensive circuit
layout and needs advanced lithography technology. A long
design cycle will occuras product design transfers to different
processes orthe design specifications are changed.Thus,this
work attempts to propose a high resolution DCO by using
NOR/NAND gates as novel varactor.
ISSN: 2278 – 1323
International Journal of Advanced Research in Computer Engineering & Technology (IJARCET)
Volume 2, Issue 4, April 2013
3
www.ijarcet.org
One another work is „An Ultra-Low-Power and Portable
Digitally Controlled Oscillator for SoC Applications‟. In this
paper, a novel ultra-low-power digitally controlled oscillator
(DCO) with cell-based design for system-on-chip (SoC)
applications is presented. Based on the proposed segmental
delay line (SDL) and hysteresis delay cell (HDC), the power
consumption can be saved by 70% and 86.2% in coarse-
tuning and fine-tuning stages,respectively,as compared with
conventional approaches. Besides, the proposed DCO
employs a cascade-stage structure to achieve high resolution
and wide range at the same time. Measurement results show
that power consumption of the proposed DCO can be
improved to 140 W (@200 MHz) with 1.47-ps resolution.
Although digitally controlled varactor (DCV) has a good
performance in resolution and linearity, it is hard to take a
few cells to provide wider operation range. As a result, large
power consumption is demanded due to many DCV cells to
maintain an acceptable operation range. Thus, this paper
attempts to propose a low-power high-resolution wide-range
DCO with high portability.
These two systems that were proposed were rom less based.
Thus the next approach was a rom based system. A Novel
ROM based DDFS Architecture for Portable and Wide band
Communication is the existing system.This paper proposes a
novel architecture for Read Only Memory (ROM) „based
Direct Digital Frequency Synthesizer (DDFS) „based on
simple sine trigonometric approximation formula. In this
proposed architecture, to synthesize the sine wave from 0 to
π/2 we use the sine samples from 0 to π/4 and the cosine
samples from 0 to π/4, a digital multiplier, and a scaling
block. Further the quarter wave symmetry of the sine wave is
explored to derive the remaining samples that are required to
synthesize the sine wave from π/2 to 2π. In the proposed
DDFS architecture the sine and cosine samples are stored in
two separate ROMs this saves the ROM area about 14.6 %
than the traditional ROM based DDFS where the single ROM
is used to store the sine samples from0 to π/2.Further at every
input clock cycle one sample from each ROM is read and
multiplied to generate the first quadrant sine samples
corresponding to an angle [0, π/2) with magnitude being
mapped to [0, 0.5) this results in doubling the frequency of
the output signal with the magnitude being halved. Further
the halved magnitude of the output sine wave can be restored
to full scale [0,1) by using a scaling factor of 2,(or multiplied
by 2).
The tremendous growth in modern wireless communications
and the rapid advancements in semiconductor IC
technologies have made direct digital frequency synthesizers
(DDFSs) as an inevitable choice for frequency synthesis.The
traditional communication systems are augmented with
analog phase locked loop frequency synthesizers (PLLs)
because of their high output frequency capabilities and high
spectral purity. In spite of these advantages the analog PLLs
suffer from various issues like long frequency tuning time,
high phase noise, closed loop stability issues and also bulky
when implemented. On the otherhand the DDFSs offer many
promising advantages viz. fine frequency steps in sub-hertz
range, fast frequency switching times, smooth frequency
transitions,ease offabrication, low cost,and low power. Thus
these advantagesofDDFSs have made theman indispensable
integral part of modern high speed digital communication
systems. In this paper a novel architecture for ROM based
DDFS using simple trigonometric approximation is
proposed. The proposed architecture uses two sub ROMs
namely sine-ROM (ROM-1) and cosine-ROM (ROM-2), a
multiplier, and a scaling block. In this architecture the ROM -
1 stores the sine samples only from 0 to π/4 and ROM-2 stores
the cosine samples only from 0 to π/4, thus saving about 14.6
% overall size of the ROM as compared to conventional
ROM based architectures.The ROM word access time is also
reduced which ultimately enhances the speed of the DDFS.
The technique of direct digital synthesis (DDS) has recently
become a viable alternative or complement to phase locked
loop (PLL) synthesis for a wide range of applications. The
DDS technique circumvents the traditional trade-offs
associated with PLL architectures. Rather, a new set of trade-
offs appear:
Trade-offs for PLL Synthesizers are Frequency
resolution(step size) , Settling time ,Tuning range
(bandwidth) , Phase noise (spectral purity) , Cost, complexity
and power consumption Trade-offs for DSS Synthesizers are
Clock speed (bandwidth) ,Spurious responses (spectral
purity) , Cost, complexity and power consumption .A
comparison of these two trade-offs lists implies a preference
for one architecture or the other for a given application or a
specific design criteria. In DDS systems the frequency
resolution is determined primarily by the word length of the
phase accumulator. Furthermore, in DDS systems the settling
time is usually determined by the bandwidth of the alias filter.
Consequently frequency resolution, settling time, and
spectral purity are independent variables, unlike PLLs were
they are interrelated.
Both DDS and PLL systemperformance can be improved by
careful design,higher quality components,using more power
to achieve higher speeds, and of course, spending more
money. Phase noise for practical purposes, is not a problem
in DDS systems. The digital phase number is exceedingly
linear because it is produced by a stable fixed clock. This is a
major advantage over PLL systems.Although phase noise is
typically not an issue when discussing DDS systems, the
discrete spurious signals are significant. Therefore spectral
impurities in DDS systems are usually discrete narrow band
spurs rather than broad band phase noise as in PLL systems.
Before the availability of economical and high
performance DDS systems the synthesizer designer was
limited to PLL techniques. Today, the synthesizer designer
has three options DDS, PLL, DDS + PLL. The DDS
architecture is a viable architecture for many applications
given to PLL designs
II. OVERVIEW OF DIRECT DIGITAL SYNTHESIZER
Direct digital synthesizer (DDS) is basically a frequency
generator. It generates the required frequency from a
reference clock. This direct digital synthesizer is a ROM
based direct digital synthesizer. The wave amplitudes that
have to be outputted is stored in the ROM memory. Here the
sine values from 0 to 90 degree are stored,since these values
form a quarter of the sine wave. The remaining parts are
generated by varying the address selection. Considering a
sine wave the wave can be divided into four equal parts. In
those four parts from 0 to 90 degree, the amplitude is
increasing and the wave during the phase intervalof 90 to 180
ISSN: 2278 – 1323
International Journal of Advanced Research in Computer Engineering & Technology (IJARCET)
Volume 2, Issue 4, April 2013
All Rights Reserved © 2013 IJARCET
4
degree is similar to the part in 0 to 90 degree only difference
is that it is just the mirror image of the previous.
Fig 1
The positive half and negative half cycles are just inverse
of each other. This particular DDS is designed such that it
generates both sine and cosine waves. The same saved
amplitudes is enough to generate both sine and cosine waves.
The only difference is one is 90 degree delayed than the other.
Here 0.2 degree resolution is selected so 320 values are stored
in the ROM memory. As the resolution is made more the
wave generated will be more perfect. The resolution required
is dependent on the application in which we are using it, like
in digital image processing the resolution is not an important
constrain. Here only 320 values are selected. Here maximu m
voltage is set as one volt. The amplitude can be varied
according to the requirement using the DAC connected at the
output of DDS. In ROM the values are stored as binary
numbers. These binary numbers are of 14 bit size. The bit size
is selected as 14 bit in order to increase the resolution.
The advantage of using a ROM based DDS is that it has
very less delay since it is just outputting the stored value.The
ROM based DDS is also less error prone since we are just
outputting the stored amplitude values. In traditional PLL like
frequency synthesizers the delay is more and also the chances
of delay is also more. For efficient delivery of signal in case
of modulations like FSK, DDS is the most adapted way. Here
the DDS is designed as a function generator generating sine
and cosine waves of required frequency.The frequency of the
wave is varied by varying the scale factor so that the address
generated can be varied,(for example if we are inputting the
scale factor as '2' then the amplitudes stored in the locations
0,2,4,6.8 etc )there by reducing the time period thus
increasing the frequency. The only inputs that have to be
provided to this DDS are the clock, reset input and scale
factor. Reset is provided here to do the sine or cosine
selection. As the delay is minimized by this DDS, the
efficient transmission of the message is ensured. Dividing the
frequency of the common clock the frequency that the user
requires is generated.
Twav= (Tosc*640) / scale factor (3.1)
The above equation gives the time period of the wave
generated by this particular DDS. In this DDS delay is
minimum because no computational delay is present inside
this DDS. Aging is not a major problem regarding this DDS.
Since no mechanical parts for tuning is used. So it is suitable
for long time use and suitable for the communication purpose
in confidential message transmission, (for example: military
applications). The major disadvantage that we face here is the
frequency range that can be achieved. As we have stored 320
amplitude values only, the factors of 320 can only be inputted
as the scale factor. Anotherdisadvantage is that only increase
of frequency is possible here. When the ROM size increases
a FPGA having that much number of MUXes has to be
selected to implement this DDS.DDS include two major
blocks ROM_ADDRESS_SELECTOR and ROM VALUE
SELECTOR .The working of this DDS can be simply
explained as selection of the stored wave amplitude values.
According to the common clock provided. For the same
purpose a memory and the address generator of the memory
is required. So it can be said that the main parts of the DDS
are a counterand a memory. ROM_ADDRESS_SELECT OR
is the counterpart. ROM _ADRESS_SELECTOR (fig1)
helps for Address selection.It is 14 bit wide. The scale factor
of the counteris inputted by the user. When the scale factor
is varied the count interval is varied. This causes the ROM
address generated to be varied .Any variation in the count
interval varies the selection of the stored amplitude value.
This helps to obtain a range of frequency to be generated. The
counteris a Bidirectional counter.The up and down counting
is controlled by the counteroutput itself. The down counting
is carried out by adding the compliment value of scale factor
to the counteroutput.The counting is controlled such that for
the sine wave the counting starts from the initial address
position(ROM address=0) and for cosine waves the counting
starts from the final address position (ROM address
value=320).The three inputs that has to be provided to the
ROM_ADDRESS_SELECTOR is the clock, reset and scale
factor. The counting is done such that on up counting the
quarter of the wave is generated and on down counting the
remaining quarter of the wave is generated,since one quarter
of the wave is a mirror image of the other . Thus one half of
the wave is generated. The other half is generated by just
inversing the half wave generated. This is done by just
complimenting the value stored in ROM. The sine wave is a
90 degree delayed cosine wave. This idea is utilized here to
generate the cosine wave. The counting is started from the
final value then decrements in order to generate the cosine
wave, since cos(0) is '1'.Theflip-flop
(DDS_DFF_SINCOS_SELECT) is having to resets, one to
output the cosine wave values and other to output the sine
wave values. When the reset input is '01' then we get sine
wave output and when the reset input is '10 ' then we get
cosine wave output. The maximum count of this counter is
set as 320, as the maximum ROM address value is 320.
Basically the counterconsists oftwo major part a 14 bit ripple
carry adder and a flip-flop. Since we need bidirectional
counting, the counteroutput is complimented to get the down
counting .The real count and complimented count is inputted
to a MUX and MUX selection line is controlled by the
counter output itself. For that purpose the block
UPDOWN_COUNT_SELECTOR is introduced.
Fig 2
ISSN: 2278 – 1323
International Journal of Advanced Research in Computer Engineering & Technology (IJARCET)
Volume 2, Issue 4, April 2013
5
www.ijarcet.org
The flip flop at the ripple carry adderinput is used to control
the values inputted to the adder .ROM_VALUE_SELECOR
(fig.2) is used to select the values from the ROM memory.
This block is the combination of both ROM memory and
ROM_ADDRESS SELECTOR. Inside ROM sine values from
0 degree to 90 degree is stored. These values are selected
according to the clock input. The common reference clock
frequency is divided by the scaling factor helps to give the
frequency required by the user( eqn:3.1) . Here total three
twenty amplitude values are stored inside the ROM. The sine
values from 0 to 90 degree taken at a resolution of 0.2 degree
are stored. Since sine and cos are the two waves that only
differs in the delay between them ,that is sine can be defined
as a delayed cos wave. So both have the same amplitudes but
occur at different time periods. Using this idea sine and cos
waves are generated using the same memory. Inside the ROM
the sine values are stored in the consecutive locations from 0
degree to 90 degree. Here the angle or phase values become
the address locations and the amplitude values to be the data
stored in the ROM memory. Both the address and data line are
of 14 bit size. The ROM address selector is used to select the
amplitude values stored inside the ROM memory. The values
directly outputted on up counting will help to generate only a
quarter of the wave. To get the next quarter wave down
counting is performed. To get the full wave output after
getting one half wave the ROM output is complimented and
outputted, thus getting the full sine wave. The stored
amplitude values and the complimented amplitude values are
inputted to a MUX and the MUX selection line is controlled
by the ROM output itself for this purpose the block
cycle_selector is introduced.
Fig 3
III EXPERIMENTAL RESULTS
The DDS block coding is done in VHDL and simulation is
done using Modelsim5.4e.The wave form is obtained( fig3)
.The code is synthesized in the FPGA .Amplitude values for
sine and cosine signals are stored in rom. It generates the
required frequency from a reference clock. The same saved
amplitudes is enough to generate both sine and cosINE waves.
The only difference is one is 90 degree delayed than the other.
Here 0.2 degree resolution is selected so 320 values are stored
in the ROM memory. As the resolution is made more the
wave generated will be more perfect. The resolution required
is dependent on the application in which we are using it, like
in digital image processing the resolution is not an important
constrain
Fig 4
Fig 5
IV CONCLUSION
DDS can be considered as a proved efficient frequency
synthesizer having various applications. It has various
advantages such as the problem of aging is not affected,
frequency tuning without delay is also possible. The ROM
based DDS is reliable technology in the applications in which
the message delivery is an important aspect like in military
services. Since it has minimum delay the loss of message
caused at the receiver of a communication system during
tuning of the local oscillator can be minimized by replacing
the local oscillator by DDS. Quarter wave symmetry is used
which reduces the delay. Sine and cosine wave selection
possible. Since no mathematical calculation is done just
stored values are outputted so delay is minimized up to a large
limit.
REFERENCE
[1] A portable Digitally Controlled Oscillator (DCO) using
noval varactors , Pao-Lun Cheng,Chen-Yi Lee, May 2011
[2] An Ultra low power and portable DCO for SoC
applications, Duo-sheng,Ching-che, September 2012
[3] ROM-less DDFS system using 16-segment parabolic
polynomial interpolation, Journal Published by Comput
Math methods ,authored by Hsi-chin-His , December
2013
[4]A Novel ROM based DDFS Architecture for Portable and
Wide band Communication Parameshwara M. C* and
Srinivasaiah H. C, September-October, 2015

More Related Content

What's hot

Economics of Time and Wavelength Domain Multiplexed Passive Optical Networks
Economics of Time and Wavelength Domain Multiplexed Passive Optical NetworksEconomics of Time and Wavelength Domain Multiplexed Passive Optical Networks
Economics of Time and Wavelength Domain Multiplexed Passive Optical NetworksThakur Rajmohan Singh
 
Data Communications and Matlab
Data Communications and MatlabData Communications and Matlab
Data Communications and MatlabChanaka Lasantha
 
DIGITAL SIGNAL PROCESWSING AND ITS APPLICATION
DIGITAL SIGNAL PROCESWSING AND ITS APPLICATIONDIGITAL SIGNAL PROCESWSING AND ITS APPLICATION
DIGITAL SIGNAL PROCESWSING AND ITS APPLICATIONLokeshBanarse
 
Role of DSP in Biometric Applications
Role of DSP in Biometric ApplicationsRole of DSP in Biometric Applications
Role of DSP in Biometric Applicationssudarmani rajagopal
 
Performance Analysis of Fractional Sample Rate Converter Using Audio Applicat...
Performance Analysis of Fractional Sample Rate Converter Using Audio Applicat...Performance Analysis of Fractional Sample Rate Converter Using Audio Applicat...
Performance Analysis of Fractional Sample Rate Converter Using Audio Applicat...iosrjce
 
Implementation Cost Analysis of the Interpolator for the Wimax Technology
Implementation Cost Analysis of the Interpolator for the Wimax TechnologyImplementation Cost Analysis of the Interpolator for the Wimax Technology
Implementation Cost Analysis of the Interpolator for the Wimax Technologyiosrjce
 
Introduction to wavelet transform
Introduction to wavelet transformIntroduction to wavelet transform
Introduction to wavelet transformRaj Endiran
 
IRJET- A Novel Technique for Spectrum Sensing in Cognitive Radio Networks
IRJET- A Novel Technique for Spectrum Sensing in Cognitive Radio NetworksIRJET- A Novel Technique for Spectrum Sensing in Cognitive Radio Networks
IRJET- A Novel Technique for Spectrum Sensing in Cognitive Radio NetworksIRJET Journal
 
UNDERWATER ACOUSTIC MODEM FOR SHORT –RANGE SENSOR NETWORKS
UNDERWATER ACOUSTIC MODEM FOR SHORT –RANGE SENSOR NETWORKS UNDERWATER ACOUSTIC MODEM FOR SHORT –RANGE SENSOR NETWORKS
UNDERWATER ACOUSTIC MODEM FOR SHORT –RANGE SENSOR NETWORKS ijiert bestjournal
 
Real Time Implementation of Active Noise Control
Real Time Implementation of Active Noise ControlReal Time Implementation of Active Noise Control
Real Time Implementation of Active Noise ControlChittaranjan Baliarsingh
 
Lth band filter design and performance analysis for wimax application
Lth band filter design and performance analysis for wimax applicationLth band filter design and performance analysis for wimax application
Lth band filter design and performance analysis for wimax applicationAyushi Gagneja
 
Practical Applications of Digital Audio Networking
Practical Applications of Digital Audio NetworkingPractical Applications of Digital Audio Networking
Practical Applications of Digital Audio NetworkingBob Vanden Burgt
 
Software Defined Radio Engineering course sampler
Software Defined Radio Engineering course samplerSoftware Defined Radio Engineering course sampler
Software Defined Radio Engineering course samplerJim Jenkins
 
Introduction to dsp by bibhu prasad ganthia
Introduction to dsp by bibhu prasad ganthiaIntroduction to dsp by bibhu prasad ganthia
Introduction to dsp by bibhu prasad ganthiaDr. Bibhu Prasad Ganthia
 
multirate signal processing for speech
multirate signal processing for speechmultirate signal processing for speech
multirate signal processing for speechRudra Prasad Maiti
 

What's hot (18)

Reduction of audio acoustic in Audio-visual transceiving with single port
Reduction of audio acoustic in Audio-visual transceiving with single portReduction of audio acoustic in Audio-visual transceiving with single port
Reduction of audio acoustic in Audio-visual transceiving with single port
 
Economics of Time and Wavelength Domain Multiplexed Passive Optical Networks
Economics of Time and Wavelength Domain Multiplexed Passive Optical NetworksEconomics of Time and Wavelength Domain Multiplexed Passive Optical Networks
Economics of Time and Wavelength Domain Multiplexed Passive Optical Networks
 
Data Communications and Matlab
Data Communications and MatlabData Communications and Matlab
Data Communications and Matlab
 
DIGITAL SIGNAL PROCESWSING AND ITS APPLICATION
DIGITAL SIGNAL PROCESWSING AND ITS APPLICATIONDIGITAL SIGNAL PROCESWSING AND ITS APPLICATION
DIGITAL SIGNAL PROCESWSING AND ITS APPLICATION
 
Role of DSP in Biometric Applications
Role of DSP in Biometric ApplicationsRole of DSP in Biometric Applications
Role of DSP in Biometric Applications
 
Performance Analysis of Fractional Sample Rate Converter Using Audio Applicat...
Performance Analysis of Fractional Sample Rate Converter Using Audio Applicat...Performance Analysis of Fractional Sample Rate Converter Using Audio Applicat...
Performance Analysis of Fractional Sample Rate Converter Using Audio Applicat...
 
Implementation Cost Analysis of the Interpolator for the Wimax Technology
Implementation Cost Analysis of the Interpolator for the Wimax TechnologyImplementation Cost Analysis of the Interpolator for the Wimax Technology
Implementation Cost Analysis of the Interpolator for the Wimax Technology
 
Introduction to wavelet transform
Introduction to wavelet transformIntroduction to wavelet transform
Introduction to wavelet transform
 
IRJET- A Novel Technique for Spectrum Sensing in Cognitive Radio Networks
IRJET- A Novel Technique for Spectrum Sensing in Cognitive Radio NetworksIRJET- A Novel Technique for Spectrum Sensing in Cognitive Radio Networks
IRJET- A Novel Technique for Spectrum Sensing in Cognitive Radio Networks
 
UNDERWATER ACOUSTIC MODEM FOR SHORT –RANGE SENSOR NETWORKS
UNDERWATER ACOUSTIC MODEM FOR SHORT –RANGE SENSOR NETWORKS UNDERWATER ACOUSTIC MODEM FOR SHORT –RANGE SENSOR NETWORKS
UNDERWATER ACOUSTIC MODEM FOR SHORT –RANGE SENSOR NETWORKS
 
Real Time Implementation of Active Noise Control
Real Time Implementation of Active Noise ControlReal Time Implementation of Active Noise Control
Real Time Implementation of Active Noise Control
 
Lth band filter design and performance analysis for wimax application
Lth band filter design and performance analysis for wimax applicationLth band filter design and performance analysis for wimax application
Lth band filter design and performance analysis for wimax application
 
Practical Applications of Digital Audio Networking
Practical Applications of Digital Audio NetworkingPractical Applications of Digital Audio Networking
Practical Applications of Digital Audio Networking
 
Software Defined Radio Engineering course sampler
Software Defined Radio Engineering course samplerSoftware Defined Radio Engineering course sampler
Software Defined Radio Engineering course sampler
 
Introduction to dsp by bibhu prasad ganthia
Introduction to dsp by bibhu prasad ganthiaIntroduction to dsp by bibhu prasad ganthia
Introduction to dsp by bibhu prasad ganthia
 
Digital Communication System || Communication Theory
Digital Communication System || Communication TheoryDigital Communication System || Communication Theory
Digital Communication System || Communication Theory
 
J010234960
J010234960J010234960
J010234960
 
multirate signal processing for speech
multirate signal processing for speechmultirate signal processing for speech
multirate signal processing for speech
 

Similar to Architecture of direct_digital_synthesiz

IRJET- Direct Digital Synthesizer
IRJET- Direct Digital SynthesizerIRJET- Direct Digital Synthesizer
IRJET- Direct Digital SynthesizerIRJET Journal
 
HIGH SPEED CONTINUOUS-TIME BANDPASS Σ∆ ADC FOR MIXED SIGNAL VLSI CHIPS
HIGH SPEED CONTINUOUS-TIME BANDPASS Σ∆ ADC FOR MIXED SIGNAL VLSI CHIPSHIGH SPEED CONTINUOUS-TIME BANDPASS Σ∆ ADC FOR MIXED SIGNAL VLSI CHIPS
HIGH SPEED CONTINUOUS-TIME BANDPASS Σ∆ ADC FOR MIXED SIGNAL VLSI CHIPSVLSICS Design
 
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
 
HACKING THE WIRELESS WORD WITH SOFTWARE DEFINED RADIO
HACKING THE WIRELESS WORD WITH SOFTWARE DEFINED RADIOHACKING THE WIRELESS WORD WITH SOFTWARE DEFINED RADIO
HACKING THE WIRELESS WORD WITH SOFTWARE DEFINED RADIOchandanpatelvns1947
 
Implementation of Algorithms For Multi-Channel Digital Monitoring Receiver
Implementation of Algorithms For Multi-Channel Digital Monitoring ReceiverImplementation of Algorithms For Multi-Channel Digital Monitoring Receiver
Implementation of Algorithms For Multi-Channel Digital Monitoring ReceiverIOSR Journals
 
A 15 bit third order power optimized continuous time sigma delta modulator fo...
A 15 bit third order power optimized continuous time sigma delta modulator fo...A 15 bit third order power optimized continuous time sigma delta modulator fo...
A 15 bit third order power optimized continuous time sigma delta modulator fo...eSAT Publishing House
 
IRJET- Waveform Generation using Direct Digital Synthesis (DDS) Technique
IRJET- Waveform Generation using Direct Digital Synthesis (DDS) TechniqueIRJET- Waveform Generation using Direct Digital Synthesis (DDS) Technique
IRJET- Waveform Generation using Direct Digital Synthesis (DDS) TechniqueIRJET Journal
 
GNU Radio based Real Time Data Transmission and Reception
GNU Radio based Real Time Data Transmission and ReceptionGNU Radio based Real Time Data Transmission and Reception
GNU Radio based Real Time Data Transmission and ReceptionIRJET Journal
 
Design and implemation of an enhanced dds based digital
Design and implemation of an enhanced dds based digitalDesign and implemation of an enhanced dds based digital
Design and implemation of an enhanced dds based digitalManoj Kollam
 
Data Compression using Multiple Transformation Techniques for Audio Applicati...
Data Compression using Multiple Transformation Techniques for Audio Applicati...Data Compression using Multiple Transformation Techniques for Audio Applicati...
Data Compression using Multiple Transformation Techniques for Audio Applicati...iosrjce
 
REAL TIME SPECIAL EFFECTS GENERATION AND NOISE FILTRATION OF AUDIO SIGNAL USI...
REAL TIME SPECIAL EFFECTS GENERATION AND NOISE FILTRATION OF AUDIO SIGNAL USI...REAL TIME SPECIAL EFFECTS GENERATION AND NOISE FILTRATION OF AUDIO SIGNAL USI...
REAL TIME SPECIAL EFFECTS GENERATION AND NOISE FILTRATION OF AUDIO SIGNAL USI...ijcsa
 
SMART ANTENNA ANUSARIKA.pdf
SMART ANTENNA ANUSARIKA.pdfSMART ANTENNA ANUSARIKA.pdf
SMART ANTENNA ANUSARIKA.pdfvinayakaonline1
 

Similar to Architecture of direct_digital_synthesiz (20)

Fc36951956
Fc36951956Fc36951956
Fc36951956
 
IRJET- Direct Digital Synthesizer
IRJET- Direct Digital SynthesizerIRJET- Direct Digital Synthesizer
IRJET- Direct Digital Synthesizer
 
Lab based report
Lab based reportLab based report
Lab based report
 
HIGH SPEED CONTINUOUS-TIME BANDPASS Σ∆ ADC FOR MIXED SIGNAL VLSI CHIPS
HIGH SPEED CONTINUOUS-TIME BANDPASS Σ∆ ADC FOR MIXED SIGNAL VLSI CHIPSHIGH SPEED CONTINUOUS-TIME BANDPASS Σ∆ ADC FOR MIXED SIGNAL VLSI CHIPS
HIGH SPEED CONTINUOUS-TIME BANDPASS Σ∆ ADC FOR MIXED SIGNAL VLSI CHIPS
 
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
 
HACKING THE WIRELESS WORD WITH SOFTWARE DEFINED RADIO
HACKING THE WIRELESS WORD WITH SOFTWARE DEFINED RADIOHACKING THE WIRELESS WORD WITH SOFTWARE DEFINED RADIO
HACKING THE WIRELESS WORD WITH SOFTWARE DEFINED RADIO
 
Implementation of Algorithms For Multi-Channel Digital Monitoring Receiver
Implementation of Algorithms For Multi-Channel Digital Monitoring ReceiverImplementation of Algorithms For Multi-Channel Digital Monitoring Receiver
Implementation of Algorithms For Multi-Channel Digital Monitoring Receiver
 
A 15 bit third order power optimized continuous time sigma delta modulator fo...
A 15 bit third order power optimized continuous time sigma delta modulator fo...A 15 bit third order power optimized continuous time sigma delta modulator fo...
A 15 bit third order power optimized continuous time sigma delta modulator fo...
 
L010218691
L010218691L010218691
L010218691
 
IRJET- Waveform Generation using Direct Digital Synthesis (DDS) Technique
IRJET- Waveform Generation using Direct Digital Synthesis (DDS) TechniqueIRJET- Waveform Generation using Direct Digital Synthesis (DDS) Technique
IRJET- Waveform Generation using Direct Digital Synthesis (DDS) Technique
 
ECE 104-3134
ECE 104-3134ECE 104-3134
ECE 104-3134
 
Dq33705710
Dq33705710Dq33705710
Dq33705710
 
Dq33705710
Dq33705710Dq33705710
Dq33705710
 
GNU Radio based Real Time Data Transmission and Reception
GNU Radio based Real Time Data Transmission and ReceptionGNU Radio based Real Time Data Transmission and Reception
GNU Radio based Real Time Data Transmission and Reception
 
Design and implemation of an enhanced dds based digital
Design and implemation of an enhanced dds based digitalDesign and implemation of an enhanced dds based digital
Design and implemation of an enhanced dds based digital
 
N017657985
N017657985N017657985
N017657985
 
Data Compression using Multiple Transformation Techniques for Audio Applicati...
Data Compression using Multiple Transformation Techniques for Audio Applicati...Data Compression using Multiple Transformation Techniques for Audio Applicati...
Data Compression using Multiple Transformation Techniques for Audio Applicati...
 
REAL TIME SPECIAL EFFECTS GENERATION AND NOISE FILTRATION OF AUDIO SIGNAL USI...
REAL TIME SPECIAL EFFECTS GENERATION AND NOISE FILTRATION OF AUDIO SIGNAL USI...REAL TIME SPECIAL EFFECTS GENERATION AND NOISE FILTRATION OF AUDIO SIGNAL USI...
REAL TIME SPECIAL EFFECTS GENERATION AND NOISE FILTRATION OF AUDIO SIGNAL USI...
 
SMART ANTENNA ANUSARIKA.pdf
SMART ANTENNA ANUSARIKA.pdfSMART ANTENNA ANUSARIKA.pdf
SMART ANTENNA ANUSARIKA.pdf
 
11607737capstone5
11607737capstone511607737capstone5
11607737capstone5
 

Recently uploaded

Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
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
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
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
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
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
 
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
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
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
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
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
 

Recently uploaded (20)

Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
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...
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
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
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
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...
 
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
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
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
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
★ 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
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.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
 

Architecture of direct_digital_synthesiz

  • 1. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology (IJARCET) Volume 2, Issue 4, April 2013 1 www.ijarcet.org  Abstract— A frequency synthesizer is an electronic device which generatesa range offrequency mostly sine wave from a fixed clock provided. These frequency synthesizers are commonly found in radio receivers,mobile telephones radio telephones, wacky talkies, as local oscillators, satellite receivers, GPS system. Direct digital synthesizer is a frequency synthesizer which digitally creates arbitrary wave forms of different frequencies from the fixed frequency provided as clock input.DDS generates digital wave forms and these digital waveformsare converted to analog signals by the digital to analog converterconnected at the output of DDS. The DDS designed here is a ROM based DDS. DDS has many advantages over PLL and other similar approaches such as fast settling time, sub-Hertz frequency resolution, continuous phase switching response and low phase noise. This system has many applicationssuch as the confidential message transfer, speedy frequency switching. Index terms –DDS-Direct Digital Synthesizer I. INTRODUCTION Direct digital synthesis is a method of generating analog waveforms. The wave form is first synthesized in digital form then converted into analog form using an analog to digital conversion.The wave form is generated as a digital waveform since the operations within the DDS is primarily digital. It provides fast switching between output frequencies fine frequency resolution, and operation over a broad spectrumof frequencies. Due to advances in technology DDS is very compact and draw little power. Frequency synthesizer can be defined as an electronic device which generates a range of precise frequencies from the fixed clock provided. The expensive array of crystal resonators in a multi channel radio receiver is replaced by these types of frequency synthesizers. The crystal oscillator provides the clock frequency and the other frequencies are generated by the frequency synthesizer. These components are basically inexpensive and a digital circuitry can easily control these components. All these reasons make frequency synthesizers to be widely in included in new communication systems. Frequency synthesizers are found in many devices such as radio receivers, mobile telephones,radio telephones, walky-talkies etc. A frequency synthesizer’s function is to generate precise frequencies that are multiples of the reference frequency provided. F(generate) = m* F(ref) /2^n The ability to produce accurately and control waveforms of different frequencies and profile has become an important requirement common to a number of requirements. Whetherproviding agile sources oflow-phase- noise variable-frequencies with good spurious performance for communications, or simply generating a frequency stimulus in industrial or biomedical test equipment applications, convenience, compactness, and low cost are important design considerations. Many possibilities for frequency generation are open to a designer, ranging from phase-locked-loop (PLL)-based techniques for very high- frequency synthesis, to dynamic programming of digital-to- analog converter (DAC) outputs to generate arbitrary waveforms at lower frequencies. In PLL based system we already need a sinusoidal signal as the input. But for DDS there is no need for sinusoidal input. The DDS technique is rapidly gaining acceptance for solving frequency- (or waveform) generation requirements in both communications and industrial applications because single-chip IC devices can generate programmable analog output waveforms simply and with high resolution and accuracy.Furthermore, the continual improvements in both process technology and design have resulted in cost and power consumption levels that were previously unthinkably low. Direct frequency synthesizer is the oldest of the frequency synthesis methods.It synthesizes a specified frequency from one or more reference frequencies from a combination of harmonic generators,band-pass filters, dividers, and frequency mixers. The desired frequency is obtained with a filter tuned to the desired output frequency. Direct digital synthesis (DDS) is a powerful technique which is used in the generation of radio frequency signals for use in a variety of applications from radio receivers to signals generators and many more. The technique has become far more widespread in coming few years with the advances being made in integrated circuit technology that allow much faster speeds to be handled which in turn enable higher frequency DDS chips to be made. Therefore, the output frequency is an integer multiple of the reference frequency, or: Fo=Nfr The PLL with a frequency divider in the loop thus provides a method for obtaining a large number of frequencies from a single reference frequency. In our project we try to implement a DDS which generates the required frequency from a reference clock. This direct digital synthesizer is a ROM based direct digital synthesizer.The wave amplitudes that have to be outputted is stored in the ROM memory. Here the sine values from 0 to 90 degree are stored,. Here we follow the quarter wave symmetry of the sinusoidal wave. Here we consider a sine wave, the wave is divide into four equal parts. In those four ARCHITECTURE OF DIRECT DIGITAL SYNTHESIZER Anju Narayanan
  • 2. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology (IJARCET) Volume 2, Issue 4, April 2013 All Rights Reserved © 2013 IJARCET 2 parts , from 0 to 90 degree, the amplitude is increasing and from 90 to 180 degree it is similar to the part in 0 to 90 degree only difference is that it is just the mirror image of the previous. That is from 90 degree the amplitude starts to decrease. The positive half and negative half cycles are just inverse of each other. This particular DDS is designed such that it generates both sine and cosine waves. The same saved amplitudes is enough to generate both sine and cosine waves. The only difference is one is 90 degree delayed than the other LITRETURE REVIEW Direct digital synthesis (DDS) is a technique for using digital data processing blocks as a means to generate a frequency- and phase-tuneable output signal referenced to a fixed- frequency precision clock source. In essence, the reference clock frequency is “divided down” in DDS architecture by the scaling factor set forth in a programmable binary tuning word. The tuning word is typically 24-48 bits long which enables a DDS implementation to provide superior output frequency tuning resolution. Today’s cost-competitive, high- performance, functionally-integrated, and small package- sized DDS products are fast becoming an alternative to traditional frequency-agile analog synthesizer solutions.The integration of a high-speed,high-performance, D/A converter and DDS architecture onto a single chip (forming what is commonly known as a Complete-DDS solution) enabled this technology to target a wider range of applications and provide, in many cases, an attractive alternative to analog- based PLL synthesizers. For many applications, the DDS solution holds some distinct advantages over the equivalent agile analog frequency synthesizeremploying PLL circuitry. The ability to accurately produce and control waveforms of various frequencies and profiles has become a key requirement common to a number of industries. Whether providing agile sources of low-phase-noise variable- frequencies with good spurious performance for communications, or simply generating a frequency stimulus in industrial or biomedical test equipment applications, convenience,compactness,and low cost are important design considerations. Many possibilities for frequency generation are open to a designer, ranging from phase-locked-loop (PLL)-based techniques for very high-frequency synthesis, to dynamic programming of digital-to-analog converter(DAC) outputs to generate arbitrary waveforms at lower frequencies. But the DDS technique is rapidly gaining acceptance for solving frequency- (or waveform) generation requirements in both communications and industrial applications because single- chip IC devices can generate programmable analog output waveforms simply and with high resolution and accuracy. As the name suggests this form of synthesis generates the waveform directly using digital techniques.This technique is different to the way in which the more familiar indirect synthesizers that use a phase locked loop as the basis of their operation. Its basic principle is to sample the phase/amplitude of a cycle of continuous sine wave with equal phase interval, get the discrete phase amplitude sequence of a periodic signal, and quantify its analog amplitude. Thus a periodic sine signal is converted into a series of discrete binary sequence, which is finally stored in a ROM memory. The content of each memory cell is the quantized amplitude of the sine wave. DDS is a powerful technique used in the generation of radio frequency signals for use in a variety of applications from radio receivers to signals generators and many more. The technique has become very popular in recent years with the advances being made in integrated circuit technology that allow much faster speeds to be handled which in turn enable higher frequency DDS chips to be made. Although often used on its own, DDS is often used in conjunction with indirect or phase locked loop synthesizer loops. By combine the both technologies it is possible to take advantage of the best aspects ofeach. It is used for generating versatile waveforms like sine, cosine, square and saw tooth etc. In accordance of the fact that integrated circuits are now widely available, this makes them easy to use. A basic Direct Digital Synthesizer consists of a frequency reference (often a crystal or Surface acoustic oscillator), a Numerically Controlled Oscillator (NCO) and a DAC. The reference provides a stable time base for the system and determines the frequency accuracy, stability of the DDS. It provides the clock to the NCO which produces at its output a discrete-time, quantized version of the output waveform (often a sinusoidal) whose period is controlled by the digital word contained in the Frequency Control Register (FCR). The sampled, digital waveform is converted to an analog waveform by DAC. The output reconstruction filter (LPF) rejects the spectral replicas produced by the zero-order hold inherent in the digital to analog conversion mechanism. DDS‟s key component is the phase accumulator. The frequency control word K controls the rate of phase change. Under the control of the reference clock fs, the phase accumulator accumulates frequency control word K linearly. The summation then adds with the phase control word P, and finally forms the addresses to the ROM table. By address mapping, the waveform amplitude information is output to the digital-to-analog converter (DAC), and then through the Low Pass filter, the corresponding Analog waveform signal is obtained. DDS (Direct Digital Frequency Synthesizer) is a new type offrequency synthesis.It directly generates variable frequency signals by controlling the rate of change in phase. It is a digital technology. “A Portable Digitally Controlled Oscillator Using Novel Varactors” is one of the work that was referred. This work presents a portable digitally controlled oscillator (DCO) by using two-input NOR gates as a digitally controlled varactor (DCV) in fine-tuning delay cell design. This novel varactor uses the gate capacitance difference of NOR gates under different digital control inputs to establish a DCV. The proposed DCO with novel DCV can be implemented with standard cells, and thus it can be ported to different processes in short time. PHASE-LOCKED loops (PLLs) are widely used in many communication systems to clock and data recovery or frequency synthesis. Traditional analog circuit design such as PLL shifts the design paradigm toward more digitally intensive techniques, easier testability and less parameter variability because ofprocess migration. However, this DCO suffers from one fundamental drawback. Due to the extremely small size of varactor, it requires intensive circuit layout and needs advanced lithography technology. A long design cycle will occuras product design transfers to different processes orthe design specifications are changed.Thus,this work attempts to propose a high resolution DCO by using NOR/NAND gates as novel varactor.
  • 3. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology (IJARCET) Volume 2, Issue 4, April 2013 3 www.ijarcet.org One another work is „An Ultra-Low-Power and Portable Digitally Controlled Oscillator for SoC Applications‟. In this paper, a novel ultra-low-power digitally controlled oscillator (DCO) with cell-based design for system-on-chip (SoC) applications is presented. Based on the proposed segmental delay line (SDL) and hysteresis delay cell (HDC), the power consumption can be saved by 70% and 86.2% in coarse- tuning and fine-tuning stages,respectively,as compared with conventional approaches. Besides, the proposed DCO employs a cascade-stage structure to achieve high resolution and wide range at the same time. Measurement results show that power consumption of the proposed DCO can be improved to 140 W (@200 MHz) with 1.47-ps resolution. Although digitally controlled varactor (DCV) has a good performance in resolution and linearity, it is hard to take a few cells to provide wider operation range. As a result, large power consumption is demanded due to many DCV cells to maintain an acceptable operation range. Thus, this paper attempts to propose a low-power high-resolution wide-range DCO with high portability. These two systems that were proposed were rom less based. Thus the next approach was a rom based system. A Novel ROM based DDFS Architecture for Portable and Wide band Communication is the existing system.This paper proposes a novel architecture for Read Only Memory (ROM) „based Direct Digital Frequency Synthesizer (DDFS) „based on simple sine trigonometric approximation formula. In this proposed architecture, to synthesize the sine wave from 0 to π/2 we use the sine samples from 0 to π/4 and the cosine samples from 0 to π/4, a digital multiplier, and a scaling block. Further the quarter wave symmetry of the sine wave is explored to derive the remaining samples that are required to synthesize the sine wave from π/2 to 2π. In the proposed DDFS architecture the sine and cosine samples are stored in two separate ROMs this saves the ROM area about 14.6 % than the traditional ROM based DDFS where the single ROM is used to store the sine samples from0 to π/2.Further at every input clock cycle one sample from each ROM is read and multiplied to generate the first quadrant sine samples corresponding to an angle [0, π/2) with magnitude being mapped to [0, 0.5) this results in doubling the frequency of the output signal with the magnitude being halved. Further the halved magnitude of the output sine wave can be restored to full scale [0,1) by using a scaling factor of 2,(or multiplied by 2). The tremendous growth in modern wireless communications and the rapid advancements in semiconductor IC technologies have made direct digital frequency synthesizers (DDFSs) as an inevitable choice for frequency synthesis.The traditional communication systems are augmented with analog phase locked loop frequency synthesizers (PLLs) because of their high output frequency capabilities and high spectral purity. In spite of these advantages the analog PLLs suffer from various issues like long frequency tuning time, high phase noise, closed loop stability issues and also bulky when implemented. On the otherhand the DDFSs offer many promising advantages viz. fine frequency steps in sub-hertz range, fast frequency switching times, smooth frequency transitions,ease offabrication, low cost,and low power. Thus these advantagesofDDFSs have made theman indispensable integral part of modern high speed digital communication systems. In this paper a novel architecture for ROM based DDFS using simple trigonometric approximation is proposed. The proposed architecture uses two sub ROMs namely sine-ROM (ROM-1) and cosine-ROM (ROM-2), a multiplier, and a scaling block. In this architecture the ROM - 1 stores the sine samples only from 0 to π/4 and ROM-2 stores the cosine samples only from 0 to π/4, thus saving about 14.6 % overall size of the ROM as compared to conventional ROM based architectures.The ROM word access time is also reduced which ultimately enhances the speed of the DDFS. The technique of direct digital synthesis (DDS) has recently become a viable alternative or complement to phase locked loop (PLL) synthesis for a wide range of applications. The DDS technique circumvents the traditional trade-offs associated with PLL architectures. Rather, a new set of trade- offs appear: Trade-offs for PLL Synthesizers are Frequency resolution(step size) , Settling time ,Tuning range (bandwidth) , Phase noise (spectral purity) , Cost, complexity and power consumption Trade-offs for DSS Synthesizers are Clock speed (bandwidth) ,Spurious responses (spectral purity) , Cost, complexity and power consumption .A comparison of these two trade-offs lists implies a preference for one architecture or the other for a given application or a specific design criteria. In DDS systems the frequency resolution is determined primarily by the word length of the phase accumulator. Furthermore, in DDS systems the settling time is usually determined by the bandwidth of the alias filter. Consequently frequency resolution, settling time, and spectral purity are independent variables, unlike PLLs were they are interrelated. Both DDS and PLL systemperformance can be improved by careful design,higher quality components,using more power to achieve higher speeds, and of course, spending more money. Phase noise for practical purposes, is not a problem in DDS systems. The digital phase number is exceedingly linear because it is produced by a stable fixed clock. This is a major advantage over PLL systems.Although phase noise is typically not an issue when discussing DDS systems, the discrete spurious signals are significant. Therefore spectral impurities in DDS systems are usually discrete narrow band spurs rather than broad band phase noise as in PLL systems. Before the availability of economical and high performance DDS systems the synthesizer designer was limited to PLL techniques. Today, the synthesizer designer has three options DDS, PLL, DDS + PLL. The DDS architecture is a viable architecture for many applications given to PLL designs II. OVERVIEW OF DIRECT DIGITAL SYNTHESIZER Direct digital synthesizer (DDS) is basically a frequency generator. It generates the required frequency from a reference clock. This direct digital synthesizer is a ROM based direct digital synthesizer. The wave amplitudes that have to be outputted is stored in the ROM memory. Here the sine values from 0 to 90 degree are stored,since these values form a quarter of the sine wave. The remaining parts are generated by varying the address selection. Considering a sine wave the wave can be divided into four equal parts. In those four parts from 0 to 90 degree, the amplitude is increasing and the wave during the phase intervalof 90 to 180
  • 4. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology (IJARCET) Volume 2, Issue 4, April 2013 All Rights Reserved © 2013 IJARCET 4 degree is similar to the part in 0 to 90 degree only difference is that it is just the mirror image of the previous. Fig 1 The positive half and negative half cycles are just inverse of each other. This particular DDS is designed such that it generates both sine and cosine waves. The same saved amplitudes is enough to generate both sine and cosine waves. The only difference is one is 90 degree delayed than the other. Here 0.2 degree resolution is selected so 320 values are stored in the ROM memory. As the resolution is made more the wave generated will be more perfect. The resolution required is dependent on the application in which we are using it, like in digital image processing the resolution is not an important constrain. Here only 320 values are selected. Here maximu m voltage is set as one volt. The amplitude can be varied according to the requirement using the DAC connected at the output of DDS. In ROM the values are stored as binary numbers. These binary numbers are of 14 bit size. The bit size is selected as 14 bit in order to increase the resolution. The advantage of using a ROM based DDS is that it has very less delay since it is just outputting the stored value.The ROM based DDS is also less error prone since we are just outputting the stored amplitude values. In traditional PLL like frequency synthesizers the delay is more and also the chances of delay is also more. For efficient delivery of signal in case of modulations like FSK, DDS is the most adapted way. Here the DDS is designed as a function generator generating sine and cosine waves of required frequency.The frequency of the wave is varied by varying the scale factor so that the address generated can be varied,(for example if we are inputting the scale factor as '2' then the amplitudes stored in the locations 0,2,4,6.8 etc )there by reducing the time period thus increasing the frequency. The only inputs that have to be provided to this DDS are the clock, reset input and scale factor. Reset is provided here to do the sine or cosine selection. As the delay is minimized by this DDS, the efficient transmission of the message is ensured. Dividing the frequency of the common clock the frequency that the user requires is generated. Twav= (Tosc*640) / scale factor (3.1) The above equation gives the time period of the wave generated by this particular DDS. In this DDS delay is minimum because no computational delay is present inside this DDS. Aging is not a major problem regarding this DDS. Since no mechanical parts for tuning is used. So it is suitable for long time use and suitable for the communication purpose in confidential message transmission, (for example: military applications). The major disadvantage that we face here is the frequency range that can be achieved. As we have stored 320 amplitude values only, the factors of 320 can only be inputted as the scale factor. Anotherdisadvantage is that only increase of frequency is possible here. When the ROM size increases a FPGA having that much number of MUXes has to be selected to implement this DDS.DDS include two major blocks ROM_ADDRESS_SELECTOR and ROM VALUE SELECTOR .The working of this DDS can be simply explained as selection of the stored wave amplitude values. According to the common clock provided. For the same purpose a memory and the address generator of the memory is required. So it can be said that the main parts of the DDS are a counterand a memory. ROM_ADDRESS_SELECT OR is the counterpart. ROM _ADRESS_SELECTOR (fig1) helps for Address selection.It is 14 bit wide. The scale factor of the counteris inputted by the user. When the scale factor is varied the count interval is varied. This causes the ROM address generated to be varied .Any variation in the count interval varies the selection of the stored amplitude value. This helps to obtain a range of frequency to be generated. The counteris a Bidirectional counter.The up and down counting is controlled by the counteroutput itself. The down counting is carried out by adding the compliment value of scale factor to the counteroutput.The counting is controlled such that for the sine wave the counting starts from the initial address position(ROM address=0) and for cosine waves the counting starts from the final address position (ROM address value=320).The three inputs that has to be provided to the ROM_ADDRESS_SELECTOR is the clock, reset and scale factor. The counting is done such that on up counting the quarter of the wave is generated and on down counting the remaining quarter of the wave is generated,since one quarter of the wave is a mirror image of the other . Thus one half of the wave is generated. The other half is generated by just inversing the half wave generated. This is done by just complimenting the value stored in ROM. The sine wave is a 90 degree delayed cosine wave. This idea is utilized here to generate the cosine wave. The counting is started from the final value then decrements in order to generate the cosine wave, since cos(0) is '1'.Theflip-flop (DDS_DFF_SINCOS_SELECT) is having to resets, one to output the cosine wave values and other to output the sine wave values. When the reset input is '01' then we get sine wave output and when the reset input is '10 ' then we get cosine wave output. The maximum count of this counter is set as 320, as the maximum ROM address value is 320. Basically the counterconsists oftwo major part a 14 bit ripple carry adder and a flip-flop. Since we need bidirectional counting, the counteroutput is complimented to get the down counting .The real count and complimented count is inputted to a MUX and MUX selection line is controlled by the counter output itself. For that purpose the block UPDOWN_COUNT_SELECTOR is introduced. Fig 2
  • 5. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology (IJARCET) Volume 2, Issue 4, April 2013 5 www.ijarcet.org The flip flop at the ripple carry adderinput is used to control the values inputted to the adder .ROM_VALUE_SELECOR (fig.2) is used to select the values from the ROM memory. This block is the combination of both ROM memory and ROM_ADDRESS SELECTOR. Inside ROM sine values from 0 degree to 90 degree is stored. These values are selected according to the clock input. The common reference clock frequency is divided by the scaling factor helps to give the frequency required by the user( eqn:3.1) . Here total three twenty amplitude values are stored inside the ROM. The sine values from 0 to 90 degree taken at a resolution of 0.2 degree are stored. Since sine and cos are the two waves that only differs in the delay between them ,that is sine can be defined as a delayed cos wave. So both have the same amplitudes but occur at different time periods. Using this idea sine and cos waves are generated using the same memory. Inside the ROM the sine values are stored in the consecutive locations from 0 degree to 90 degree. Here the angle or phase values become the address locations and the amplitude values to be the data stored in the ROM memory. Both the address and data line are of 14 bit size. The ROM address selector is used to select the amplitude values stored inside the ROM memory. The values directly outputted on up counting will help to generate only a quarter of the wave. To get the next quarter wave down counting is performed. To get the full wave output after getting one half wave the ROM output is complimented and outputted, thus getting the full sine wave. The stored amplitude values and the complimented amplitude values are inputted to a MUX and the MUX selection line is controlled by the ROM output itself for this purpose the block cycle_selector is introduced. Fig 3 III EXPERIMENTAL RESULTS The DDS block coding is done in VHDL and simulation is done using Modelsim5.4e.The wave form is obtained( fig3) .The code is synthesized in the FPGA .Amplitude values for sine and cosine signals are stored in rom. It generates the required frequency from a reference clock. The same saved amplitudes is enough to generate both sine and cosINE waves. The only difference is one is 90 degree delayed than the other. Here 0.2 degree resolution is selected so 320 values are stored in the ROM memory. As the resolution is made more the wave generated will be more perfect. The resolution required is dependent on the application in which we are using it, like in digital image processing the resolution is not an important constrain Fig 4 Fig 5 IV CONCLUSION DDS can be considered as a proved efficient frequency synthesizer having various applications. It has various advantages such as the problem of aging is not affected, frequency tuning without delay is also possible. The ROM based DDS is reliable technology in the applications in which the message delivery is an important aspect like in military services. Since it has minimum delay the loss of message caused at the receiver of a communication system during tuning of the local oscillator can be minimized by replacing the local oscillator by DDS. Quarter wave symmetry is used which reduces the delay. Sine and cosine wave selection possible. Since no mathematical calculation is done just stored values are outputted so delay is minimized up to a large limit. REFERENCE [1] A portable Digitally Controlled Oscillator (DCO) using noval varactors , Pao-Lun Cheng,Chen-Yi Lee, May 2011 [2] An Ultra low power and portable DCO for SoC applications, Duo-sheng,Ching-che, September 2012 [3] ROM-less DDFS system using 16-segment parabolic polynomial interpolation, Journal Published by Comput Math methods ,authored by Hsi-chin-His , December 2013 [4]A Novel ROM based DDFS Architecture for Portable and Wide band Communication Parameshwara M. C* and Srinivasaiah H. C, September-October, 2015