SlideShare a Scribd company logo
1 of 5
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 11 | Nov 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2001
Waveform Generation using Direct Digital Synthesis (DDS) Technique
Yashas S R1, Sutej Kulkarni2, Mr. Bharath Kumara3
1,2Student, Electronic and Communication Engineering, Ramaiah University of Applied Sciences,
Bengaluru, 560058, INDIA
3Mr. Bharath Kumara: Assistant Professor, Dept. of Electronic and Communication Engineering,
Ramaiah University of Applied Sciences, Bengaluru, 560058, INDIA
----------------------------------------------------------------------***---------------------------------------------------------------------
Abstract – Waveform generatorsarewidelyusedacrossmany
applications. Mainly, these sort of waveform generators are
used in Signal Generation for the laboratory experiments
conducted in school and college laboratories. A lot of these
waveform generators are also used in design and testing of
Integrated circuits, microcontrollersandmanyotherend-user
products like water level controller, thermostat to mimic the
effects that they would experience in the real world.
The waveform generators in the current market cost a lot of
money, which many people cannotafford. Thispaper describes
the process involved in constructingasignalgenerator usinga
Direct Digital synthesizer.
Key Words: Function generator, Waveform generator,
Direct Digital Synthesizer (DDS), Operational Amplifier
(Op-Amp), Digital to Analog converter (DAC)
1. INTRODUCTION
Integrated Circuits have played a huge role in making lives
easier. Op-Amp is a DC coupled amplifier with high gain. Op-
amps are used for many applications such as low voltage
amplification, Voltage adders, subtracters, multipliers,
differentiators, integrators. They are also used for
applications such as filters, oscillators, Data converters
(DAC), comparators, etc.
A digital to analog converter (DAC) is block which converts
digital binary data to its corresponding analog form.
Signal generators currently in the current market is very
costly. So, if an equipment gets some fault, it becomes hard
to repair. Hence, a cost-effective method is required by us.
Direct Digital Synthesis (DDS) is a frequency synthesizer
method that is used in waveform generation. Using this
technology, it is possible to design a waveform generator
which is compact and has great efficiency.
The output produced by this techniqueincludessine,square,
triangular and sawtooth waves, which can be tuned
accordingly with high accuracy in amplitude and frequency,
enough for educational purposes
The different types of waveforms that can be generated
using DDS Technique is as follows,
Figure 1: Different types of waveforms generated
2. Direct Digital Synthesizer (DDS)
[1] DDS is a method of generating different Analog
waveforms using digital techniques. It operatesbysavingthe
points of a waveform in its digital form. Then it reconstructs
the waveform by recalling these digital data. It is a technique
which uses digital dataandanalogsignalprocessingblocksto
generatesignalwaveformsthatarerepetitiveinnature.Many
yearsago, these digital synthesizerswerelimitedbytheclock
frequency, which would hinder the speed of operation of the
digital logic. Now, with increasing frequency, the limitsofthe
DDS are also increasing.
The Direct Digital synthesizerbasicallyhasasystemclock
signal generator, which is cascaded withawaveformmapper
and an input. According to this input, the waveform mapper
generates digital data according to the phase and frequency
component of the analog signal to be generated. This is then
fed to a DAC to get the analog signal. Before sending out the
data, it passed through alow pass filter to eliminatethenoise
components from the DAC and to do some wave shaping.
PAHSE TO
AMPLITUDE
CONVERTER
D/A CONVERTER
PHASE REGISTER
+
+
PHASE
ACCUMULATOR
SYSTEM CLOCK
FOUT
TUNING WORD
Figure 2: Block diagram of DDS System
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 11 | Nov 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2002
2.1 Signal generation
DDS consists of digital processing to generate signals of
different frequencies and phases. This can be selected
digitally, from a reference system clock. The number of bits
of the DDS and the desired output signal frequency is given
by:
f0=M*(clock frequency)
(2^N)
Where, fo = Signal frequency
M= Tuning word
N= Number of bits of the phase accumulator.
DDS has quick frequency response, improved phase noise,
and precise control of the output phase across frequency
switching transitions. The output frequency of a DDS is
determined by the value stored in the frequency control
register.
The Pulse with modulator generates fixed period square
waves by changing the duty cycle ratio.Higher thedutycycle
rate, implies that signal has a higher output voltage. This
voltage value is shown in:
TON
VOUT
VOn
VOUT=( TON/TON+TOFF )*VOn
Figure 3: Pulse Width Modulated (PWM) Output
Von is the upper value of the PWM signal. The parameter τon
is the time that the square wave remains at the maximum
level and τswc is the period of the square wave. It is necessary
to increase the frequency of the PWM signal be able to
provide higher frequencies. This means an extra cost.
In the DDS method, more accurate and faster results are
obtained. Figure 2 shows the DDS block
The synthesizer operates by storing various points in the
waveform in digital form and thenrecallingthemtogenerate
the waveform. Its operation can be explained in more detail
by considering the phase advances around a circle. As the
phase advances around the circle this corresponds to
advances in the waveform, i.e. the greater the number
corresponding to the phase, the greater thepointisalongthe
waveform. By successively advancing the number
corresponding to the phase it is possible to move further
along the waveform cycle.
Step values in the circle is recordeduptodecimal point. Each
recorded value is routed to ports of waveform mapper. The
change in signal frequency depends on the change in the
values from the synthesizer.
2.2 Digital to Analog Converter
Maximum output voltage is 5v. Output voltage is formulated
below. We denote Vref as the maximum voltage from the port
and VAL as digital data that the microprocessorapplies to the
DAC module, and N as the number there is apply to the DAC
module.
Vout = Vref × VAL / 2N
R R R
2R 2R 2R 2R
2R
2R
MSB
LSB
VOUT
Figure 4: R-2R Ladder DAC Circuit
2.3 Low pass filter
DS1868-10 is a digital potentiometer integrated which is
utilized to validate the output signal. Digital code of the
signal in the synthesizer is sent to the DAC and DS1868-10.
Output resistance and the voltage change proportionally to
Digital data that has been sent to DS1868-10. These data are
checked against the output signal by applying them to the
analog entry of the controller. The resistance interval of
DS1868-10 integrated is measured by dividing resistance
value to 256.
3. Advantages of Digital Synthesizer method
Advantages of Direct Digital Synthesizer are:
• The frequency is tunable with very high resolution.
• The phase is digitally adjustable.
• Conceptually simple design & cost effective
• No drift due to temperature changes or component aging
(as long as the clock is stable).
• Addition of arbitrary waveform generation is not
conceptually difficult.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 11 | Nov 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2003
The sine waves can be generated at nearly half the clock
frequency. It can also generate a square wave from a sine
wave when amplitude. However,maintainingthefidelityofa
square wave is harder because of the rich harmonic content
– the post – processing circuitry needs to be of a higher
bandwidth than for a single sine wave. Thus, it is not
uncommon to see the square wave maximum frequency to
be half or less of the sine wave maximum frequency. A
similar comment applies for pulse generation, where the
spectrum requirement can be even more demanding.
Some synthesizer provides specialized waveforms as added
features. These are addition functions f(ξ) that are stored in
the generator read only memory they can be useful for
specialized task. Since these specialized waveforms need to
be generated accurately. Their maximum output frequency
will often be much less than the typical sine & square wave
frequencies available from the generators.
4. MATLAB code for DDS
We can demonstrate the generation of sine waves for DDS
using MATLAB:
sintablen = 2048;
SINTAB = sin(2*pi*(0:sintablen-1)./sintablen);
fs = 2048;
% the sintable consists of one cycle of sine wave with 2048
samples
% if you access 2048 samples/sec (fs) from the above
sintable,
% it will generate one complete cycle of sinewaveinone sec.
% so, effectively the frequency is 1Hz.
% step = 1; Feff(Effective frequency) = fs/sintablen;
F_required = 1;
index = 1; step = (F_required/fs)*sintablen;
for i = 1:2048
sin1Hz(i) = SINTAB(round(index));
index = index+step;
if index>sintablen
index = index-sintablen;
end
end
plot(sin1Hz); hold on;
% suppose we need to generate 2Hz sine wave.
% step = 2;
F_required = 2;
index = 1; step = (F_required/fs)*sintablen;
for i = 1:2048
sin2Hz(i) = SINTAB(round(index));
index = index+step;
if index>sintablen
index = index-sintablen;
end
end
plot(sin2Hz,'r'); hold on;
% suppose we need to generate 0.75Hz sine wave
index = 1;
F_required = 0.75;
step = (F_required/fs)*sintablen;
for i = 1:2048
sinp75Hz(i) = SINTAB(round(index));
index = index+step;
if index>sintablen
index = index-sintablen;
end
end
plot(sinp75Hz,'k'); hold on;
legend('1Hz','2Hz','0.75Hz')
The waveforms generated is visualized as follows:
Figure 5: Output of the MATLAB code for DDS System
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 11 | Nov 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2004
5. Signal flow and functional block diagram of DDS
DDS
AD9834
LPF
DDS
OUTPUT
BUFFER
AMPLIFIER
OUTPUT
LOW PASS
FILTER
OUTPUT
AD8014AR
3
2
47
6
R1
C R2
R3
VCC
5.0V
R4
DDS BLOCK BUFFER AMPLIFIER
BLOCK
LOW PASS FILTER
BLOCK
Figure 6: Block diagram of Waveform Generator
The main components of DDS are a phase accumulator,
phase-to-amplitude converter (a sine look-up table), a
Digital-to-Analog Converter and filter. A DDFS produces a
sine wave at a given frequency. The frequency depends on
three variables;thereference-clock frequencyandthebinary
number programmed into the phase register (frequency
control word, M), length of n-bit accumulator. The binary
number in the phase register provides the main input to the
phase accumulator
Figure 7.a: Phase relationship for a signal
Figure 7.b: Phase relationship for a signal
6. Integrated circuit for DDS
The AD9834 is a 75 MHz complete low power (20 mW) DDS.
It is designed to provide accurate and complementary
current outputs up to 4 mA with frequencies of output, up to
37.5 MHz. The AD8014 is a high-speed current feedback
amplifier with 400 MHz, −3 dB bandwidth, 4000 V/μs slew
rate, and 24 ns settling time. It has extremely low voltage
and current noise as well as low distortion. The low power
(5.2 mW at +4.5 V), low cost, and 30 mA current drive
capability make the AD8014 anattractivesolutionasa buffer
for the AD9834 output. The circuit operates on+3.3Vforthe
AD9834 and +4.5 V for AD8014. The DDS operates with an
SPI interface. The circuit consists of three blocks: the DDS
block, the buffer block, and the low-pass filter block. Total
power dissipation for the circuit is about 25 mW.
 DDS Voltage Output
The full-scale adjust (FSADJUST) voltage and the external
resistor, RSET, determine the magnitude of the full-scale DAC
current. The FSADJUST has a nominal value of 1.15 V, while the
RSET resistor has a typical value of 6.8 kΩ.
The full-scale current of the AD9834 is as follows:
IFULLSCALE = 18 × (FSADJUST/RSET)
This circuit uses a specified load of 200 Ω andmaximumfull-
scale current to achieve voltage output without exceeding
the compliance range of the DAC.
IFULLSCALE = 18 × (1.15/6800 Ω) = 3 mA,
VOUT = 3 mA × 200 Ω = 0.6 V
There are two current outputs available: IOUT and IOUTB. The
IOUT is unfiltered, and the IOUTB is filtered.
 Buffer Amplifier
Because of the limited current and voltagecompliancerange
at the output of the DDS, a buffer amplifier is necessary to
provide higher current capability to the low-pass filter. In
addition to this, the buffer provides isolation between the
DDS block and the filter block and converts the 200Ωoutput
impedance of the loaded DDS to the 50 Ω required to drive
the terminated filter which is standard for many electrical
and communication circuits. The low-power high-
performancecurrentfeedback operational amplifierAD8014
is used as an output buffer of the AD9834. The AD8014 is a
high-speed current feedback amplifier with 400 MHz, −3 dB
bandwidth, 4000 V/μs slew rate and 24 ns settling time. It
has an output current drive of ≥30mA.Thefeedback resistor
in the AD8014 current feedback op amp sets the bandwidth
of the operational amplifier.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 11 | Nov 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2005
AD8014AR
3
2 47
6
R1
C R2
R3
VCC
5.0V
R4
Figure 8: Buffer amplifier circuit using AD8014
 Low Pass Filter
The anti-imaging reconstruction must attenuate the image
frequencies inherent to a sampled system.
There are four basic filter types that can be used as a
reconstruction filter: Cauer Elliptic filter, Chebyshev filter,
Butterworth filter, and Bessel filter.
With higher order, we get better results from the filter. But
the drawback is some phase shift in the results.
7. Limitations of the IC
 When the resolution of the signal to be generated
changes, there are some noise generated in the
output
 UHF frequencies cannot be generatedinthisDDSIC.
8. CONCLUSIONS
We have described a method of waveform generation using
a method called Direct Digital Synthesis. There are many
other ways of generatingwaveforms,otherthanthismethod,
which is used in the current signal generators in the market.
Using DDS, we can generate different types of waveforms
like sinusoids, square waves, triangular waves etc. from a
single block. This is possible using
REFERENCES
[1] James M. Fiore, Operational Amplifiers and Linear
Integrated Circuits: Theory and Application, 3rd Edition
[2] Low Cost Laboratory Type Signal Generator Using DDS
Method, SüleymanBilgin,YavuzÜserandMustafa Oktay,
IJEAS
[3] Low-Cost Arbitrary Waveform Generator for
Educational Environment Using ARM7, Nandkishor
Gupta, Prashant Sediwal, Prabhat Pandey, IJERA
[4] Mr. Mani Dargahi Fadaei,(2013) A Low-Cost
Programmable Arbitrary Function Generator for
Educational Environment
[5] R. Pandey, N. Pandey, S. K. Paul et al., “Voltage mode
astable multivibrator using single CDBA,” ISRN
Electronics, vol. 2013, Article ID 390160, 2013.
[6] G. Zhang, “Research of DDS-based high-precision
multichannel signal generation systems,” Electronic
Measurement Technology, vol. 37, 2014.
[7] Y. Sun, J. Lu, S. Liu, and H. Ben, “Design of sinusoidal
signal generator based on AD9833 and potentiometer,”
Electrical Measurement & Instrumentation,vol.7,2012.
[8] D. Yang, X. Yang, and J. Chen, “Design and
implementation of direct digital frequency synthesis
multiple signal generator based on FPGA,” Journal of
Xi’an University of Technology, vol. 4, 2013.
[9] J.Vankka and K.Halonen, Direct Digital Synthesizers:
Theory, Design and Applications. Norwell, MA: Kluwer,
2001.
[10] Jian Qi, Qun Sun, Xiaoliang Wu, Chong Wang and Linlin
Chen, Design and Analysisofa LowCostWaveGenerator
Based on Direct Digital Synthesis
*All waveforms are generated using MALTAB
**All block diagrams have been designed using
Microsoft Visio

More Related Content

What's hot

Fundamentals of Data and Signals
Fundamentals of Data and SignalsFundamentals of Data and Signals
Fundamentals of Data and SignalsAngel G Diaz
 
Mitigation of Noise in OFDM Based Plc System Using Filter Kernel Design
Mitigation of Noise in OFDM Based Plc System Using Filter Kernel DesignMitigation of Noise in OFDM Based Plc System Using Filter Kernel Design
Mitigation of Noise in OFDM Based Plc System Using Filter Kernel DesignIJERA Editor
 
Engineering science lesson 11
Engineering science lesson 11Engineering science lesson 11
Engineering science lesson 11Shahid Aaqil
 
Atharva Digital Modulation Technique
Atharva Digital Modulation TechniqueAtharva Digital Modulation Technique
Atharva Digital Modulation TechniqueIJLT EMAS
 
Digital Communication 1
Digital Communication 1Digital Communication 1
Digital Communication 1admercano101
 
Detection and Binary Decision in AWGN Channel
Detection and Binary Decision in AWGN ChannelDetection and Binary Decision in AWGN Channel
Detection and Binary Decision in AWGN ChannelDrAimalKhan
 
Pulse code modulation and Quantization
Pulse code modulation and QuantizationPulse code modulation and Quantization
Pulse code modulation and QuantizationMuhamamd Awaissaleem
 
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
 
Communication system
Communication systemCommunication system
Communication systemZareenRauf1
 
Slides3 The Communication System midterm Slides
Slides3 The Communication System midterm SlidesSlides3 The Communication System midterm Slides
Slides3 The Communication System midterm SlidesNoctorous Jamal
 
Pulse Code Modulation (PCM)
Pulse Code Modulation (PCM)Pulse Code Modulation (PCM)
Pulse Code Modulation (PCM)Arun c
 
communication system lec2
 communication system lec2 communication system lec2
communication system lec2ZareenRauf1
 
Performance Analysis and Simulation of Decimator for Multirate Applications
Performance Analysis and Simulation of Decimator for Multirate ApplicationsPerformance Analysis and Simulation of Decimator for Multirate Applications
Performance Analysis and Simulation of Decimator for Multirate ApplicationsIJEEE
 
Digital communications 1
Digital communications 1Digital communications 1
Digital communications 1Jojie Cepeda
 
OFC link design and WDM network
OFC link design and WDM network OFC link design and WDM network
OFC link design and WDM network ashok mane
 

What's hot (20)

Review
ReviewReview
Review
 
Fundamentals of Data and Signals
Fundamentals of Data and SignalsFundamentals of Data and Signals
Fundamentals of Data and Signals
 
Mitigation of Noise in OFDM Based Plc System Using Filter Kernel Design
Mitigation of Noise in OFDM Based Plc System Using Filter Kernel DesignMitigation of Noise in OFDM Based Plc System Using Filter Kernel Design
Mitigation of Noise in OFDM Based Plc System Using Filter Kernel Design
 
Engineering science lesson 11
Engineering science lesson 11Engineering science lesson 11
Engineering science lesson 11
 
Atharva Digital Modulation Technique
Atharva Digital Modulation TechniqueAtharva Digital Modulation Technique
Atharva Digital Modulation Technique
 
Digital Communication 1
Digital Communication 1Digital Communication 1
Digital Communication 1
 
Detection and Binary Decision in AWGN Channel
Detection and Binary Decision in AWGN ChannelDetection and Binary Decision in AWGN Channel
Detection and Binary Decision in AWGN Channel
 
Pulse code modulation and Quantization
Pulse code modulation and QuantizationPulse code modulation and Quantization
Pulse code modulation and Quantization
 
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
 
Unit i-pcm-vsh
Unit i-pcm-vshUnit i-pcm-vsh
Unit i-pcm-vsh
 
communication system ch1
communication system ch1communication system ch1
communication system ch1
 
Analog to-digital conversion
Analog to-digital conversionAnalog to-digital conversion
Analog to-digital conversion
 
Pulse code modulation
Pulse code modulationPulse code modulation
Pulse code modulation
 
Communication system
Communication systemCommunication system
Communication system
 
Slides3 The Communication System midterm Slides
Slides3 The Communication System midterm SlidesSlides3 The Communication System midterm Slides
Slides3 The Communication System midterm Slides
 
Pulse Code Modulation (PCM)
Pulse Code Modulation (PCM)Pulse Code Modulation (PCM)
Pulse Code Modulation (PCM)
 
communication system lec2
 communication system lec2 communication system lec2
communication system lec2
 
Performance Analysis and Simulation of Decimator for Multirate Applications
Performance Analysis and Simulation of Decimator for Multirate ApplicationsPerformance Analysis and Simulation of Decimator for Multirate Applications
Performance Analysis and Simulation of Decimator for Multirate Applications
 
Digital communications 1
Digital communications 1Digital communications 1
Digital communications 1
 
OFC link design and WDM network
OFC link design and WDM network OFC link design and WDM network
OFC link design and WDM network
 

Similar to IRJET- Waveform Generation using Direct Digital Synthesis (DDS) Technique

IRJET- Direct Digital Synthesizer
IRJET- Direct Digital SynthesizerIRJET- Direct Digital Synthesizer
IRJET- Direct Digital SynthesizerIRJET Journal
 
Adaptive Design of FPGA-based Direct Digital Frequency Synthesizer to Optimiz...
Adaptive Design of FPGA-based Direct Digital Frequency Synthesizer to Optimiz...Adaptive Design of FPGA-based Direct Digital Frequency Synthesizer to Optimiz...
Adaptive Design of FPGA-based Direct Digital Frequency Synthesizer to Optimiz...IDES Editor
 
Software Design of Digital Receiver using FPGA
Software Design of Digital Receiver using FPGASoftware Design of Digital Receiver using FPGA
Software Design of Digital Receiver using FPGAIRJET Journal
 
Architecture of direct_digital_synthesiz
Architecture of direct_digital_synthesizArchitecture of direct_digital_synthesiz
Architecture of direct_digital_synthesizanjunarayanan
 
IRJET- A Digital Down Converter on Zynq SoC
IRJET-  	  A Digital Down Converter on Zynq SoCIRJET-  	  A Digital Down Converter on Zynq SoC
IRJET- A Digital Down Converter on Zynq SoCIRJET Journal
 
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
 
Design and Implementation of Area Optimized, Low Complexity CMOS 32nm Technol...
Design and Implementation of Area Optimized, Low Complexity CMOS 32nm Technol...Design and Implementation of Area Optimized, Low Complexity CMOS 32nm Technol...
Design and Implementation of Area Optimized, Low Complexity CMOS 32nm Technol...IJERA Editor
 
DSM Based low oversampling using SDR transmitter
DSM Based low oversampling using SDR transmitterDSM Based low oversampling using SDR transmitter
DSM Based low oversampling using SDR transmitterIJTET Journal
 
Design of Low Power Sigma Delta ADC
Design of Low Power Sigma Delta ADCDesign of Low Power Sigma Delta ADC
Design of Low Power Sigma Delta ADCVLSICS Design
 
First order sigma delta modulator with low-power consumption implemented in a...
First order sigma delta modulator with low-power consumption implemented in a...First order sigma delta modulator with low-power consumption implemented in a...
First order sigma delta modulator with low-power consumption implemented in a...eSAT Journals
 
First order sigma delta modulator with low-power
First order sigma delta modulator with low-powerFirst order sigma delta modulator with low-power
First order sigma delta modulator with low-powereSAT Publishing House
 
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
 
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
 
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
 
A continuous time adc and digital signal processing system for smart dust and...
A continuous time adc and digital signal processing system for smart dust and...A continuous time adc and digital signal processing system for smart dust and...
A continuous time adc and digital signal processing system for smart dust and...eSAT Journals
 

Similar to IRJET- Waveform Generation using Direct Digital Synthesis (DDS) Technique (20)

IRJET- Direct Digital Synthesizer
IRJET- Direct Digital SynthesizerIRJET- Direct Digital Synthesizer
IRJET- Direct Digital Synthesizer
 
Adaptive Design of FPGA-based Direct Digital Frequency Synthesizer to Optimiz...
Adaptive Design of FPGA-based Direct Digital Frequency Synthesizer to Optimiz...Adaptive Design of FPGA-based Direct Digital Frequency Synthesizer to Optimiz...
Adaptive Design of FPGA-based Direct Digital Frequency Synthesizer to Optimiz...
 
Fc36951956
Fc36951956Fc36951956
Fc36951956
 
Software Design of Digital Receiver using FPGA
Software Design of Digital Receiver using FPGASoftware Design of Digital Receiver using FPGA
Software Design of Digital Receiver using FPGA
 
Pulse Shaping FIR Filter for WCDMA
Pulse Shaping FIR Filter for WCDMAPulse Shaping FIR Filter for WCDMA
Pulse Shaping FIR Filter for WCDMA
 
Ov3425972602
Ov3425972602Ov3425972602
Ov3425972602
 
Architecture of direct_digital_synthesiz
Architecture of direct_digital_synthesizArchitecture of direct_digital_synthesiz
Architecture of direct_digital_synthesiz
 
IRJET- A Digital Down Converter on Zynq SoC
IRJET-  	  A Digital Down Converter on Zynq SoCIRJET-  	  A Digital Down Converter on Zynq SoC
IRJET- A Digital Down Converter on Zynq SoC
 
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...
 
Design and Implementation of Area Optimized, Low Complexity CMOS 32nm Technol...
Design and Implementation of Area Optimized, Low Complexity CMOS 32nm Technol...Design and Implementation of Area Optimized, Low Complexity CMOS 32nm Technol...
Design and Implementation of Area Optimized, Low Complexity CMOS 32nm Technol...
 
DSM Based low oversampling using SDR transmitter
DSM Based low oversampling using SDR transmitterDSM Based low oversampling using SDR transmitter
DSM Based low oversampling using SDR transmitter
 
journal final
journal finaljournal final
journal final
 
Design of Low Power Sigma Delta ADC
Design of Low Power Sigma Delta ADCDesign of Low Power Sigma Delta ADC
Design of Low Power Sigma Delta ADC
 
First order sigma delta modulator with low-power consumption implemented in a...
First order sigma delta modulator with low-power consumption implemented in a...First order sigma delta modulator with low-power consumption implemented in a...
First order sigma delta modulator with low-power consumption implemented in a...
 
First order sigma delta modulator with low-power
First order sigma delta modulator with low-powerFirst order sigma delta modulator with low-power
First order sigma delta modulator with low-power
 
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...
 
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
 
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
 
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
 
A continuous time adc and digital signal processing system for smart dust and...
A continuous time adc and digital signal processing system for smart dust and...A continuous time adc and digital signal processing system for smart dust and...
A continuous time adc and digital signal processing system for smart dust and...
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

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
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana 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 to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
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 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
 
(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
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
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
 
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
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
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
 
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
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
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
 

Recently uploaded (20)

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
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
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 to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
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
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
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
 
(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...
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
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
 
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🔝
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
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
 
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)
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
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
 

IRJET- Waveform Generation using Direct Digital Synthesis (DDS) Technique

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 11 | Nov 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2001 Waveform Generation using Direct Digital Synthesis (DDS) Technique Yashas S R1, Sutej Kulkarni2, Mr. Bharath Kumara3 1,2Student, Electronic and Communication Engineering, Ramaiah University of Applied Sciences, Bengaluru, 560058, INDIA 3Mr. Bharath Kumara: Assistant Professor, Dept. of Electronic and Communication Engineering, Ramaiah University of Applied Sciences, Bengaluru, 560058, INDIA ----------------------------------------------------------------------***--------------------------------------------------------------------- Abstract – Waveform generatorsarewidelyusedacrossmany applications. Mainly, these sort of waveform generators are used in Signal Generation for the laboratory experiments conducted in school and college laboratories. A lot of these waveform generators are also used in design and testing of Integrated circuits, microcontrollersandmanyotherend-user products like water level controller, thermostat to mimic the effects that they would experience in the real world. The waveform generators in the current market cost a lot of money, which many people cannotafford. Thispaper describes the process involved in constructingasignalgenerator usinga Direct Digital synthesizer. Key Words: Function generator, Waveform generator, Direct Digital Synthesizer (DDS), Operational Amplifier (Op-Amp), Digital to Analog converter (DAC) 1. INTRODUCTION Integrated Circuits have played a huge role in making lives easier. Op-Amp is a DC coupled amplifier with high gain. Op- amps are used for many applications such as low voltage amplification, Voltage adders, subtracters, multipliers, differentiators, integrators. They are also used for applications such as filters, oscillators, Data converters (DAC), comparators, etc. A digital to analog converter (DAC) is block which converts digital binary data to its corresponding analog form. Signal generators currently in the current market is very costly. So, if an equipment gets some fault, it becomes hard to repair. Hence, a cost-effective method is required by us. Direct Digital Synthesis (DDS) is a frequency synthesizer method that is used in waveform generation. Using this technology, it is possible to design a waveform generator which is compact and has great efficiency. The output produced by this techniqueincludessine,square, triangular and sawtooth waves, which can be tuned accordingly with high accuracy in amplitude and frequency, enough for educational purposes The different types of waveforms that can be generated using DDS Technique is as follows, Figure 1: Different types of waveforms generated 2. Direct Digital Synthesizer (DDS) [1] DDS is a method of generating different Analog waveforms using digital techniques. It operatesbysavingthe points of a waveform in its digital form. Then it reconstructs the waveform by recalling these digital data. It is a technique which uses digital dataandanalogsignalprocessingblocksto generatesignalwaveformsthatarerepetitiveinnature.Many yearsago, these digital synthesizerswerelimitedbytheclock frequency, which would hinder the speed of operation of the digital logic. Now, with increasing frequency, the limitsofthe DDS are also increasing. The Direct Digital synthesizerbasicallyhasasystemclock signal generator, which is cascaded withawaveformmapper and an input. According to this input, the waveform mapper generates digital data according to the phase and frequency component of the analog signal to be generated. This is then fed to a DAC to get the analog signal. Before sending out the data, it passed through alow pass filter to eliminatethenoise components from the DAC and to do some wave shaping. PAHSE TO AMPLITUDE CONVERTER D/A CONVERTER PHASE REGISTER + + PHASE ACCUMULATOR SYSTEM CLOCK FOUT TUNING WORD Figure 2: Block diagram of DDS System
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 11 | Nov 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2002 2.1 Signal generation DDS consists of digital processing to generate signals of different frequencies and phases. This can be selected digitally, from a reference system clock. The number of bits of the DDS and the desired output signal frequency is given by: f0=M*(clock frequency) (2^N) Where, fo = Signal frequency M= Tuning word N= Number of bits of the phase accumulator. DDS has quick frequency response, improved phase noise, and precise control of the output phase across frequency switching transitions. The output frequency of a DDS is determined by the value stored in the frequency control register. The Pulse with modulator generates fixed period square waves by changing the duty cycle ratio.Higher thedutycycle rate, implies that signal has a higher output voltage. This voltage value is shown in: TON VOUT VOn VOUT=( TON/TON+TOFF )*VOn Figure 3: Pulse Width Modulated (PWM) Output Von is the upper value of the PWM signal. The parameter τon is the time that the square wave remains at the maximum level and τswc is the period of the square wave. It is necessary to increase the frequency of the PWM signal be able to provide higher frequencies. This means an extra cost. In the DDS method, more accurate and faster results are obtained. Figure 2 shows the DDS block The synthesizer operates by storing various points in the waveform in digital form and thenrecallingthemtogenerate the waveform. Its operation can be explained in more detail by considering the phase advances around a circle. As the phase advances around the circle this corresponds to advances in the waveform, i.e. the greater the number corresponding to the phase, the greater thepointisalongthe waveform. By successively advancing the number corresponding to the phase it is possible to move further along the waveform cycle. Step values in the circle is recordeduptodecimal point. Each recorded value is routed to ports of waveform mapper. The change in signal frequency depends on the change in the values from the synthesizer. 2.2 Digital to Analog Converter Maximum output voltage is 5v. Output voltage is formulated below. We denote Vref as the maximum voltage from the port and VAL as digital data that the microprocessorapplies to the DAC module, and N as the number there is apply to the DAC module. Vout = Vref × VAL / 2N R R R 2R 2R 2R 2R 2R 2R MSB LSB VOUT Figure 4: R-2R Ladder DAC Circuit 2.3 Low pass filter DS1868-10 is a digital potentiometer integrated which is utilized to validate the output signal. Digital code of the signal in the synthesizer is sent to the DAC and DS1868-10. Output resistance and the voltage change proportionally to Digital data that has been sent to DS1868-10. These data are checked against the output signal by applying them to the analog entry of the controller. The resistance interval of DS1868-10 integrated is measured by dividing resistance value to 256. 3. Advantages of Digital Synthesizer method Advantages of Direct Digital Synthesizer are: • The frequency is tunable with very high resolution. • The phase is digitally adjustable. • Conceptually simple design & cost effective • No drift due to temperature changes or component aging (as long as the clock is stable). • Addition of arbitrary waveform generation is not conceptually difficult.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 11 | Nov 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2003 The sine waves can be generated at nearly half the clock frequency. It can also generate a square wave from a sine wave when amplitude. However,maintainingthefidelityofa square wave is harder because of the rich harmonic content – the post – processing circuitry needs to be of a higher bandwidth than for a single sine wave. Thus, it is not uncommon to see the square wave maximum frequency to be half or less of the sine wave maximum frequency. A similar comment applies for pulse generation, where the spectrum requirement can be even more demanding. Some synthesizer provides specialized waveforms as added features. These are addition functions f(ξ) that are stored in the generator read only memory they can be useful for specialized task. Since these specialized waveforms need to be generated accurately. Their maximum output frequency will often be much less than the typical sine & square wave frequencies available from the generators. 4. MATLAB code for DDS We can demonstrate the generation of sine waves for DDS using MATLAB: sintablen = 2048; SINTAB = sin(2*pi*(0:sintablen-1)./sintablen); fs = 2048; % the sintable consists of one cycle of sine wave with 2048 samples % if you access 2048 samples/sec (fs) from the above sintable, % it will generate one complete cycle of sinewaveinone sec. % so, effectively the frequency is 1Hz. % step = 1; Feff(Effective frequency) = fs/sintablen; F_required = 1; index = 1; step = (F_required/fs)*sintablen; for i = 1:2048 sin1Hz(i) = SINTAB(round(index)); index = index+step; if index>sintablen index = index-sintablen; end end plot(sin1Hz); hold on; % suppose we need to generate 2Hz sine wave. % step = 2; F_required = 2; index = 1; step = (F_required/fs)*sintablen; for i = 1:2048 sin2Hz(i) = SINTAB(round(index)); index = index+step; if index>sintablen index = index-sintablen; end end plot(sin2Hz,'r'); hold on; % suppose we need to generate 0.75Hz sine wave index = 1; F_required = 0.75; step = (F_required/fs)*sintablen; for i = 1:2048 sinp75Hz(i) = SINTAB(round(index)); index = index+step; if index>sintablen index = index-sintablen; end end plot(sinp75Hz,'k'); hold on; legend('1Hz','2Hz','0.75Hz') The waveforms generated is visualized as follows: Figure 5: Output of the MATLAB code for DDS System
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 11 | Nov 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2004 5. Signal flow and functional block diagram of DDS DDS AD9834 LPF DDS OUTPUT BUFFER AMPLIFIER OUTPUT LOW PASS FILTER OUTPUT AD8014AR 3 2 47 6 R1 C R2 R3 VCC 5.0V R4 DDS BLOCK BUFFER AMPLIFIER BLOCK LOW PASS FILTER BLOCK Figure 6: Block diagram of Waveform Generator The main components of DDS are a phase accumulator, phase-to-amplitude converter (a sine look-up table), a Digital-to-Analog Converter and filter. A DDFS produces a sine wave at a given frequency. The frequency depends on three variables;thereference-clock frequencyandthebinary number programmed into the phase register (frequency control word, M), length of n-bit accumulator. The binary number in the phase register provides the main input to the phase accumulator Figure 7.a: Phase relationship for a signal Figure 7.b: Phase relationship for a signal 6. Integrated circuit for DDS The AD9834 is a 75 MHz complete low power (20 mW) DDS. It is designed to provide accurate and complementary current outputs up to 4 mA with frequencies of output, up to 37.5 MHz. The AD8014 is a high-speed current feedback amplifier with 400 MHz, −3 dB bandwidth, 4000 V/μs slew rate, and 24 ns settling time. It has extremely low voltage and current noise as well as low distortion. The low power (5.2 mW at +4.5 V), low cost, and 30 mA current drive capability make the AD8014 anattractivesolutionasa buffer for the AD9834 output. The circuit operates on+3.3Vforthe AD9834 and +4.5 V for AD8014. The DDS operates with an SPI interface. The circuit consists of three blocks: the DDS block, the buffer block, and the low-pass filter block. Total power dissipation for the circuit is about 25 mW.  DDS Voltage Output The full-scale adjust (FSADJUST) voltage and the external resistor, RSET, determine the magnitude of the full-scale DAC current. The FSADJUST has a nominal value of 1.15 V, while the RSET resistor has a typical value of 6.8 kΩ. The full-scale current of the AD9834 is as follows: IFULLSCALE = 18 × (FSADJUST/RSET) This circuit uses a specified load of 200 Ω andmaximumfull- scale current to achieve voltage output without exceeding the compliance range of the DAC. IFULLSCALE = 18 × (1.15/6800 Ω) = 3 mA, VOUT = 3 mA × 200 Ω = 0.6 V There are two current outputs available: IOUT and IOUTB. The IOUT is unfiltered, and the IOUTB is filtered.  Buffer Amplifier Because of the limited current and voltagecompliancerange at the output of the DDS, a buffer amplifier is necessary to provide higher current capability to the low-pass filter. In addition to this, the buffer provides isolation between the DDS block and the filter block and converts the 200Ωoutput impedance of the loaded DDS to the 50 Ω required to drive the terminated filter which is standard for many electrical and communication circuits. The low-power high- performancecurrentfeedback operational amplifierAD8014 is used as an output buffer of the AD9834. The AD8014 is a high-speed current feedback amplifier with 400 MHz, −3 dB bandwidth, 4000 V/μs slew rate and 24 ns settling time. It has an output current drive of ≥30mA.Thefeedback resistor in the AD8014 current feedback op amp sets the bandwidth of the operational amplifier.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 11 | Nov 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2005 AD8014AR 3 2 47 6 R1 C R2 R3 VCC 5.0V R4 Figure 8: Buffer amplifier circuit using AD8014  Low Pass Filter The anti-imaging reconstruction must attenuate the image frequencies inherent to a sampled system. There are four basic filter types that can be used as a reconstruction filter: Cauer Elliptic filter, Chebyshev filter, Butterworth filter, and Bessel filter. With higher order, we get better results from the filter. But the drawback is some phase shift in the results. 7. Limitations of the IC  When the resolution of the signal to be generated changes, there are some noise generated in the output  UHF frequencies cannot be generatedinthisDDSIC. 8. CONCLUSIONS We have described a method of waveform generation using a method called Direct Digital Synthesis. There are many other ways of generatingwaveforms,otherthanthismethod, which is used in the current signal generators in the market. Using DDS, we can generate different types of waveforms like sinusoids, square waves, triangular waves etc. from a single block. This is possible using REFERENCES [1] James M. Fiore, Operational Amplifiers and Linear Integrated Circuits: Theory and Application, 3rd Edition [2] Low Cost Laboratory Type Signal Generator Using DDS Method, SüleymanBilgin,YavuzÜserandMustafa Oktay, IJEAS [3] Low-Cost Arbitrary Waveform Generator for Educational Environment Using ARM7, Nandkishor Gupta, Prashant Sediwal, Prabhat Pandey, IJERA [4] Mr. Mani Dargahi Fadaei,(2013) A Low-Cost Programmable Arbitrary Function Generator for Educational Environment [5] R. Pandey, N. Pandey, S. K. Paul et al., “Voltage mode astable multivibrator using single CDBA,” ISRN Electronics, vol. 2013, Article ID 390160, 2013. [6] G. Zhang, “Research of DDS-based high-precision multichannel signal generation systems,” Electronic Measurement Technology, vol. 37, 2014. [7] Y. Sun, J. Lu, S. Liu, and H. Ben, “Design of sinusoidal signal generator based on AD9833 and potentiometer,” Electrical Measurement & Instrumentation,vol.7,2012. [8] D. Yang, X. Yang, and J. Chen, “Design and implementation of direct digital frequency synthesis multiple signal generator based on FPGA,” Journal of Xi’an University of Technology, vol. 4, 2013. [9] J.Vankka and K.Halonen, Direct Digital Synthesizers: Theory, Design and Applications. Norwell, MA: Kluwer, 2001. [10] Jian Qi, Qun Sun, Xiaoliang Wu, Chong Wang and Linlin Chen, Design and Analysisofa LowCostWaveGenerator Based on Direct Digital Synthesis *All waveforms are generated using MALTAB **All block diagrams have been designed using Microsoft Visio