SlideShare ist ein Scribd-Unternehmen logo
1 von 7
Downloaden Sie, um offline zu lesen
International Journal of Engineering Research and Development
e-ISSN: 2278-067X, p-ISSN: 2278-800X, www.ijerd.com
Volume 6, Issue 11 (April 2013), PP. 08-14
8
FPGA implementation of universal modulator using
CORDIC algorithm for communication application
G. HariKumar1
, M. MadhuBabu,M.Tech(Ph.D)2
,
1
(ECE Department, GPR College of Engineering,Kurnool, Indian).
2
(ECE Department,Assistant Professor of GPR College of Engineering, Kurnool, Indian.
Abstract:- The modern communication systems and software radio based applications demands fully
digital receivers, consisting of only an antenna and a fully programmable circuit with digital
modulators and demodulators. A basic communication system’s transmitter modulates the amplitude,
phase or frequency proportional to the signal being transmitted. An efficient solution (that doesn’t
require large tables/memory) for realizing universal modulator is CORDIC (CO-ordinate Rotation
Digital Computer) algorithm. The CORDIC algorithm is used in the rotation mode, to convert the
coordinates from polar mode to rectangular mode. The radius vector(r) and angle (θ) of a CORDIC
processor can be programmed to generate the ASK, PSK and FSK signals.Modelsim simulator tool
from mentor graphics will be used for functional simulation and verification of the modulator. The
Xilinx synthesis Tools (XST) will be used to synthesize the complete modulator on Xilinx Spartan 3E
family FPGA (XC3S500E). Xilinx placement & routing tools will be used for backed, design
optimization and I/O routing.
Keywords:- CORDIC, ASK, PSK, FSK, FPGA.
I. INTRODUCTION
Coordinate Rotation Digital Computer (CORDIC) algorithms provide an efficient approach for rotating
vectors in a plane by simple shift-add operations. Besides offering a simple mechanism for computing the
magnitude and phase-angle of an input vector, they are popularly used to perform complex multiplications and
estimation of various functions. The conventional CORDIC algorithms are used to handle rotations only in the
range of [-99.70
,99.70
] . Moreover, they are serial in nature and require a ROM to store the look-up table and
hardware-expensive barrel shifters. Research on enhancements to the conventional CORDIC has proceeded
primarily intwo directions. One of these is to obtain a high speed solution while the other is on careful handling
of scale factors for high precision implementations. The authors in describe a virtually scaling-free CORDIC
rotator which requires a constant scale-factor. A solution that scales the vector after every iteration, reduces the
number of iterations and expands the range of rotation angles is presented in. A CORDIC architecture that
suggests a circuit for scale factor correction is presented in some efforts have also been made to implement the
CORDIC architectures on an FPGA.
The contributions of this paper are as follows: We present two highly area-efficient CORDIC
algorithms with an angular resolution of. Convergence of both the algorithms is established theoretically. The
algorithms cover the entire range of angles [-180 0
,180 0
]. Further, the FPGA implementations consume a
substantially lower percentage of device components than other implementations.
II. CORDIC algorithm key ideas
Start at(1,0) Start at (1,y)
Rotate by z Rotate until y=0
Get cos z, sin z rotation amount is tan-1
y
if we have a computationally efficient way of rotating a vector, we can evaluate cos,sin and tan-1
functions.
Rotation by an arbitrary angle is difficult, so we perform psuedorotations use special angles to synthesize a
desired angle z
z=α (1)
+ α (2)
+………..+α (m)
FPGA implementation of universal modulator using CORDIC algorithm…
9
𝑥′
𝑦′
=
cos 𝜑 −sin 𝜑
sin 𝜑 cos 𝜑
.
𝑥
𝑦
𝑥′
= 𝑥 cos 𝜑 − 𝑦 sin 𝜑
𝑦′
= 𝑦 cos 𝜑 + 𝑥 sin 𝜑
𝑥′
= cos 𝜑[𝑥 − 𝑦 tan 𝜑]
𝑦′
= cos 𝜑[𝑦 + 𝑥 tan 𝜑]
tan 𝜑=2-i
𝑥𝑖+1 = 𝑘𝑖[𝑥𝑖 − 𝑦𝑖. 𝑑𝑖 . 2−𝑖
]
𝑦𝑖+1 = 𝑘𝑖[𝑦𝑖 + 𝑥𝑖. 𝑑𝑖. 2−𝑖
]
𝑘𝑖=cos(tan-1
2-i
)=1/ 1 + 2−2𝑖
di=±1
𝑥𝑖+1 = 𝑥𝑖 − 𝑦𝑖. 𝑑𝑖. 2−𝑖
𝑦𝑖+1 = 𝑦𝑖 + 𝑥𝑖. 𝑑𝑖. 2−𝑖
𝑧𝑖+1 = 𝑧𝑖 − 𝑑𝑖. 𝑡𝑎𝑛−1
(2−𝑖
)
Where di=-1 if zi<0,+1 otherwisedi= means direction ,ki=scaling factor
Removing the scale constant from the iterative equations yields a shift add algorithm for vector rotation. The
product of the Ki’s can be applied elsewhere in the system or treated as a part of the system processing gain.
The product approaches 0.6073 as the number of iteration goes to infinity. Therefore the rotation algorithm has a
gain An of approximately 1.647.The exact gain depends on the no of iterations and obeys the relation
𝐴 𝑛 = 𝜋 𝑛 1 + 2−2𝑖
The angle of a composite rotation is uniquely defined by the sequence of the directions of the
elementary rotations. That sequence can be represented by a decision vector. The set of all possible decision
vectors is an angular measurement system based on binary arctangents. Conversions between the angular
systems and any other can be accomplished using a look up. A better conversion method uses an additional
adder-subtract or that accumulate the elementary rotation angles at each iteration. The elementary angles can be
expressed in any convenient angular unit. Those angular values are supplied by a small look up table or are
hardwired depending on the application.
The angle accumulator adds a third difference equation to the CORDIC algorithm:
Zi+1=zi– di .tan-1
(2-i
)
Obviously, in cases where the angle is useful in the arc tangent base, this extra element is not needed.
III. CORDIC TECHNIQUE
Given a complex value:C=IC+jQC
We will create a rotated value:C’=IC’+jQc
by multiplying by a rotation value:R=Ir+jQr
Fig.1 Rotation vector
How multiplier less:
1.Recall that when you multiply a pair of complex numbers, their phases (angles) add and their magnitudes
multiply. Similarly, when you multiply one complex number by the conjugate of the other, the phase of the
conjugated one is subtracted (though the magnitudes still multiply).
Therefore:
To add R’s phase to C: To subtract phase from C:
C' = C·R
Ic' = Ic·Ir-Qc·Qr
Qc' = Qc·Ir+Ic·Qr
C' = C·R*
Ic' = Ic·Ir+Qc·Qr
Qc' = Qc·Ir-Ic·Qr
FPGA implementation of universal modulator using CORDIC algorithm…
10
2.To rotate by +90 degrees, multiply by R = 0 + j1. Similarly, to rotate by -90 degrees, multiply by
R = 0 - j1. If you go through the Algebra above, the net effect is:
To add 90 degrees Multiply by R=0+j1 To Subtract 90 degrees multiply by R=0-j1
3.To rotate by phases of less than 90 degrees, we will be multiplying by numbers of the form "R = 1 +/- jK". K
will be decreasing powers of two, starting with 2^0 = 1.0. Therefore, K = 1.0, 0.5, 0.25, etc. (We use the symbol
"L" to designate the power of two itself: 0, -1,-2,etc.) Since the phase of a complex number "I + jQ" isatan(Q/I),
the phase of "1 + jK" is atan(K). Likewise, the phase of "1 - jK" = atan(-K) = -atan(K).To add phases we use
"R = 1 + jK"; to subtract phases we use "R = 1 - jK". Since the real part of this, Ir, is equal to 1, we can simplify
our table of equations to add and subtract phases for the special case of CORDIC multiplications to:
To add a phaseMultiply by R=1+Jk To add a phaseMultiply by R=1+Jk
Table 1 Effect by multiplying the complex number
4.Each rotation has a magnitude greater than 1.0. That isn't desirable, but it's the price we pay for using rotations
of the form "1 + jK". The "CORDIC Gain" column in the table is simply a "cumulative magnitude" calculated
by multiplying the current magnitude by the previous magnitude. Notice that it converges to about 1.647;
however, the actualCORDIC Gain depends on how many iterations we do. (It doesn't depend on whether we add
or subtract phases, because the magnitudes multiply either way).
(i) CORDIC BASIC ISSUES
 Since we're using powers of two for the K values, we can just shift and add our binary numbers. That's why
the CORDIC algorithm doesn't need any multiplies.
 The sum of the phases in the table up to L = 3 exceeds 92 degrees, so we can rotate a complex number by
+/- 90 degrees as long as we do four or more "R = 1 +/- jK" rotations. Put that together with the ability to
rotate +/-90 degrees using "R = 0 +/- j1", and you can rotate a full +/-180 degrees.
 You can see that starting with a phase of 45 degrees, the phase of each successive R multiplier is a little
over half of the phase of the previous R. That's the key to understanding CORDIC: we will be doing a
"binary search" on phase by adding or subtracting successively smaller phases to reach some "target" phase.
 Each rotation has a magnitude greater than 1.0. That isn't desirable, but it's the price we pay for using
rotations of the form "1 + jK". The "CORDIC Gain" column in the table is simply a "cumulative
magnitude" calculated by multiplying the current magnitude by the previous magnitude. Notice that it
converges to about 1.647; however, the actual CORDIC Gain depends on how many iterations we do. (It
doesn't depend on whether we add or subtract phases, because the magnitudes multiply either way.)
IC’ = QC
QC’ =-IC (negate I, then swap)
IC’ = -QC
QC’ =IC (negate Q,then swap)
Ic'=Ic+K·Qc=Ic + (2^-L)·Qc
Qc'=Qc-K·Ic = Qc- (2^-L)·Ic
Ic' = Ic-K·Qc =Ic(2^L)·Qc
Qc'=Qc+K·Ic=Qc+(2^-L)·Ic
FPGA implementation of universal modulator using CORDIC algorithm…
11
Modes of operation:
Basic mode: I and Q carrier signals for a chosen freq value
Modulator mode: producing ASK, FSK and PSK signals.
11-bit Control word format
M M F F F F F F F K K
MM --- Mode of operation 00 – Basic mode 01 – Binary Modulator mode 10 – Mary modulator mode FFFFFFF
– 7-bit Freq word KK (in Binary modulation mode) 00 – Amplitude shift keying 01 –Phase shift keying 10 –
Freq shift keying KK(in M-ary modulation mode) 00 – 4 level QAM 01 – QPSK 10– OQPSK 11-8psk.
IV. BLOCK DIAGRAM OF CORDIC BASED UNIVERSAL MODULATOR REALIZATION
Fig.2 block diagram of CORDIC
(I).Basic Blocks Of Universal Modulator
All the blocks are connected with common clock and reset signals. The delta phase value decides the
phase increment for each clock pulse. Hence decides the resulting signal frequency. The Frequency modulating
instantaneous value is added to the delta phase value which causes instant-aneous change in frequency. Due to
the digital nature of the modulator only at each clock tick the modulating signal value shall affect the resulting
frequency.The outputs of the Look Up Tables are given to the input lines a 4 to 1 Multiplexer.This multiplexer
connects one of the inputs to the output depending on the select lines. The output of Multiplexer consists the 8
amplitude bits which is the final output in case required modulation schemes are FM or PM. In case of
Amplitude modulation, the output of multiplexer is multiplied with instaneous modulating signals. CORDIC
engine isused for phase to amplitude conversion required for the generation of cosine and sin functions.
In three modulation schemes if modulating signal is analog in nature then anappropriate Analog toDigital
converter is required to convert into 8 bitdigital output. From the figure the basic blocks in DDFS can be
identified as PIPO registers, adders, look Up Tables, CORDIC engine and other combinational circuits.
(ii) DDFS Basic Principle:
Direct Digital Frequency Synthesizer is a technique to produce desired output wave-forms with full
digital control. Direct digital synthesis (DDS) is becoming increasingly popular as a technique for fre-quency
synthesis, especially if high freque-ncy resolution and fast switching between frequencies over a large
bandwidth are required.
The direct digital frequency synthesizer is shown in a simplified form in figure 4. The DDFS has the following
basic blocks:
(1) Frequency register
(2) adder and phase register
(3) phase to amplitude converter (conventionally a sine ROM)
(4) digital to analog converter and low pass filter
FPGA implementation of universal modulator using CORDIC algorithm…
12
The phase value is generated using the modulo 2j
overflowing property of a j-bit phase accumulator. The rate of
the overflows is the output frequency
𝑓𝑜𝑢𝑡 =
∆𝑃 𝑓 𝑐𝑙𝑘
2 𝑗 ∀ 𝑓𝑐𝑙𝑘 ≤
𝑓 𝑐𝑙𝑘
2
-- (1.1)
Where ∆P is the phase increment word, j is the number of phase accumulator bits, fclkis the clock
frequency and foutis the output frequency. The constraint for maximum value of fout in the above equation comes
from the sampling theorem.
The phase increment word in (1.1) is an integer, therefore the frequency resolution is found by setting ∆P = 1.
∆ 𝑓 = (𝑓𝑐𝑙𝑘 )/2
𝑗
--- (1.2)
Fig.3: block diagram of DDFS
In the ideal case with no phase and amplitude quantization, the output sequence of the table is given by
sin(2π
𝑃(𝑛)
2 𝑗 )--- --(1.3)
Where P(n) is a (the j-bit) phase register value (at the nth clock period). The numerical period of the
phase accumulator output sequence is defined as the minimum value of Pe for which P(n)=P(n+Pe) for all n.
The numerical period of the phase accumulator output sequence is
𝑝𝑒 =
2 𝑗
𝐺𝐶𝐷(∆𝑝,2 𝑗 )
----- (1.4)
Table 2
For an accumulator of 3 bits (j=3) controlled with an input of P = 3 and P =2
(iii). DFS Architecture for Modulation capability:
It is simple to add modulation capabilities to the DDS, because the DDS is a digital signal processing
device. In the DDS it is possible to modulate numerically all three wave form parameters.
S(n)=A(n)sin (2(∆P(n)+P(n))) ---(1.5)
Accumulator
output ∆P=3
and j=3
Carry
output
Accumulator
output ∆p=2
and j=3
Carry
output
000 (0) 1
Cycle
begins
000 (0) 1
Cycle
begins
011 (3) 0 010(2) 0
110(6) 0 100(4) 0
001(1) 1 110(6) 0
100(4) 0 000 (0) 1
FPGA implementation of universal modulator using CORDIC algorithm…
13
Fig.4 DDS architecture with modulation capabilities
V. MODULATION COMMAND PROCESSOR SIMULATION RESULTS
The Modulation command processor implemented are for carrying out digital versions of frequency
modulation, phase modulation and amplitude modulation. For all these three modulations the digital 8 bit
modulating signal is expected. In case if the modulating signal is analog that needs to be converted in to 8 bit
digital by appropriate Analog to Digital Converter.
The frequency modulation is carried out by frequency modulation controller which is simply an adder
adding the phase increment value input for DDFS and instantaneous modulating signal value. Since the phase
increment value or delta phase value is proportional to instantaneous frequency of output signal of DDFS,
controlling that parameter leads to Frequency modulation. The phase modulation controller adds the output of
phase accumulator to the instantaneous value of phase modulating signal. The resulting sum is fed tothe LUTs
to produce amplitude bits corresponding to the input phase bits. The amplitude modulator planned in this project
is analogous to product modulator. The amplitudebits at the output of multiplexer are multiplied with
instantaneous amplitude of modulating signal.
To verify the modulation effects from these modulation controllers, these blocks should work in
complete DDFS module; hence the resulting outputs for three types of modulations are presented
Fig.5 Modulation command processor simulation results
FPGA implementation of universal modulator using CORDIC algorithm…
14
VI. APPLICATIONS
 Universal modulator is highly preferred option in instrumentation for signal generation and frequency
sweep etc.
 Universal modulator can be efficiently used in several digital modulation schemes suchas FSK, PSK, ASK,
QPSK, OPQPSK, PI/QPSK, QAM and 8-bitPSK.
 Universal modulator has been used in universal HAM radio/generator. Universal modulator is capable of
well controlled, rapid changes in frequency.
VII. ADVANTAGE AND DISADVANTAGES
 High frequency resolution and accuracy.
 Fast switching between frequencies over a large bandwidth.
 Compared to LUT method, it takes less area.
 FPGA hardware can give high speed solution in comparison with software approach but not in comparison
with ASIC.
VIII. TOOLS AND HARD WARE
 Simulation software -Modelsim Xilinx Edition (MXE)
 Synthesis, P&R - Xilinx ISE
 On chip verification - Xilinx Chip scope
 Hardware– Xilinx Spartan 3 Family FPGA board
IX. FPGA DESIGN AND PROGRAMMING
To define the behavior of the FPGA, the user provides a hardware description language (HDL) or
a schematic design. The HDL form is more suited to work with large structures because it's possible to just
specify them numerically rather than having to draw every piece by hand. However, schematic entry can allow
for easier visualization of a design.Once the design and validation process is complete, the binary file generated
(also using the FPGA company's proprietary software) is used to (re)configure the FPGA.
X. CONCLUSION
CORDIC algorithms are an efficient method it is applicable to the entire range of angles are
presented in this paper. Convergence proofs for the new algorithms are also presented. Both the algorithms
consume a substantially lower percentage of (FPGA) device components incomparison to prior algorithms.
Further, the FPGA implementations exhibit excellent performance of the proposed schemes in terms of the
slice-delay products.
 In some cases, CORDIC evaluates rotational functions more efficiently than MAC units.
 CORDIC saves more hardware cost.
 By the regularity, the CORDIC based architecture is very suitable for implementation with pipelined VLSI
array processors.
 The utility of the CORDIC based architecture lies in its generality and flexibility.
REFERENCES
[1]. J.VolderThe CORDIC trigonometric computing technique, IRE Transactions on Electronic computers,
Vol.EC 8, 2010, Pp.330-334.
[2]. R.Andraka, A survey of CORDIC algorithms for FPGA based computers, Proceedings of
ACM/SIGDA sixth International Symposium on field Programmable Gate Arrays, 1998,pp.191-200
[3]. J.S.Walther, A unified algorithm for elementary functions, proceedings of 38th
spring joint computer
conference, 2000, pp.379-385.
[4]. Efficient CORDIC Algorithms and Architectures for Low Area and High Throughput Implementation
IEEE paper 2009.
[5]. A VLSI implementation of Logarithmic and Exponential Functions Using a Novel Parboil Synthesis
Methodology Compared to the CORDIC Algorithms IEEE paper 2011.
[6]. T.Juang, S.Hsiao, and M.Tsai,”Parallel CORDIC rotation
algorithm,”IEEETrans.CircuitsSyst.I:Reg.papers, Vol.51, no.8, pp.1515-1524, Aug.2004

Weitere ähnliche Inhalte

Was ist angesagt?

IRJET - Radius Approach for Inverse Kinematics of 4-R Manipulator in Spatial ...
IRJET - Radius Approach for Inverse Kinematics of 4-R Manipulator in Spatial ...IRJET - Radius Approach for Inverse Kinematics of 4-R Manipulator in Spatial ...
IRJET - Radius Approach for Inverse Kinematics of 4-R Manipulator in Spatial ...IRJET Journal
 
Ejercicios Resueltos de Circuitos RC
Ejercicios Resueltos de Circuitos RCEjercicios Resueltos de Circuitos RC
Ejercicios Resueltos de Circuitos RCHairol Lucas G.
 
Relevance of Particle Swarm Optimization Technique for the Solution of Econom...
Relevance of Particle Swarm Optimization Technique for the Solution of Econom...Relevance of Particle Swarm Optimization Technique for the Solution of Econom...
Relevance of Particle Swarm Optimization Technique for the Solution of Econom...IRJET Journal
 
E043036045
E043036045E043036045
E043036045inventy
 
How to Develop Your Own Simulators for Discrete-Event Systems
How to Develop Your Own Simulators for Discrete-Event SystemsHow to Develop Your Own Simulators for Discrete-Event Systems
How to Develop Your Own Simulators for Discrete-Event SystemsDonghun Kang
 
Optimal PID Controller Design for Speed Control of a Separately Excited DC Mo...
Optimal PID Controller Design for Speed Control of a Separately Excited DC Mo...Optimal PID Controller Design for Speed Control of a Separately Excited DC Mo...
Optimal PID Controller Design for Speed Control of a Separately Excited DC Mo...ijscmcj
 
Comparative Study of Speed Characteristics of DC Motor with and without Contr...
Comparative Study of Speed Characteristics of DC Motor with and without Contr...Comparative Study of Speed Characteristics of DC Motor with and without Contr...
Comparative Study of Speed Characteristics of DC Motor with and without Contr...IJMTST Journal
 
IRJET- An Efficient Wallace Tree Multiplier using Modified Adder
IRJET- An Efficient Wallace Tree Multiplier using Modified AdderIRJET- An Efficient Wallace Tree Multiplier using Modified Adder
IRJET- An Efficient Wallace Tree Multiplier using Modified AdderIRJET Journal
 
Greatest Common Measure: the Last 2500 Years
Greatest Common Measure: the Last 2500 YearsGreatest Common Measure: the Last 2500 Years
Greatest Common Measure: the Last 2500 Yearssixtyone
 
New Design Approach to Implement Binary Adder by Using QCA
New Design Approach to Implement Binary Adder by Using QCANew Design Approach to Implement Binary Adder by Using QCA
New Design Approach to Implement Binary Adder by Using QCAIRJET Journal
 
GCD of n Numbers
GCD of n NumbersGCD of n Numbers
GCD of n NumbersSaikat Roy
 
Balancing Robot Kalman Filter Design – Estimation Theory Project
Balancing Robot Kalman Filter Design – Estimation Theory ProjectBalancing Robot Kalman Filter Design – Estimation Theory Project
Balancing Robot Kalman Filter Design – Estimation Theory ProjectSurya Chandra
 
Numerical calculation of high-order QED contributions to the electron anomalo...
Numerical calculation of high-order QED contributions to the electron anomalo...Numerical calculation of high-order QED contributions to the electron anomalo...
Numerical calculation of high-order QED contributions to the electron anomalo...SergeyVolkov44
 
Reza Talk En Kf 09
Reza Talk En Kf 09Reza Talk En Kf 09
Reza Talk En Kf 09rezatavakoli
 
Backstepping control of cart pole system
Backstepping  control of cart pole systemBackstepping  control of cart pole system
Backstepping control of cart pole systemShubhobrata Rudra
 
Ejercicios resueltos de rc
Ejercicios resueltos de rcEjercicios resueltos de rc
Ejercicios resueltos de rcNiels Estrada
 
Garch model assignment
Garch model assignment Garch model assignment
Garch model assignment MA AiMi
 

Was ist angesagt? (19)

IRJET - Radius Approach for Inverse Kinematics of 4-R Manipulator in Spatial ...
IRJET - Radius Approach for Inverse Kinematics of 4-R Manipulator in Spatial ...IRJET - Radius Approach for Inverse Kinematics of 4-R Manipulator in Spatial ...
IRJET - Radius Approach for Inverse Kinematics of 4-R Manipulator in Spatial ...
 
Ejercicios Resueltos de Circuitos RC
Ejercicios Resueltos de Circuitos RCEjercicios Resueltos de Circuitos RC
Ejercicios Resueltos de Circuitos RC
 
Relevance of Particle Swarm Optimization Technique for the Solution of Econom...
Relevance of Particle Swarm Optimization Technique for the Solution of Econom...Relevance of Particle Swarm Optimization Technique for the Solution of Econom...
Relevance of Particle Swarm Optimization Technique for the Solution of Econom...
 
E043036045
E043036045E043036045
E043036045
 
How to Develop Your Own Simulators for Discrete-Event Systems
How to Develop Your Own Simulators for Discrete-Event SystemsHow to Develop Your Own Simulators for Discrete-Event Systems
How to Develop Your Own Simulators for Discrete-Event Systems
 
Cw34597599
Cw34597599Cw34597599
Cw34597599
 
Optimal PID Controller Design for Speed Control of a Separately Excited DC Mo...
Optimal PID Controller Design for Speed Control of a Separately Excited DC Mo...Optimal PID Controller Design for Speed Control of a Separately Excited DC Mo...
Optimal PID Controller Design for Speed Control of a Separately Excited DC Mo...
 
Robotics Localization
Robotics LocalizationRobotics Localization
Robotics Localization
 
Comparative Study of Speed Characteristics of DC Motor with and without Contr...
Comparative Study of Speed Characteristics of DC Motor with and without Contr...Comparative Study of Speed Characteristics of DC Motor with and without Contr...
Comparative Study of Speed Characteristics of DC Motor with and without Contr...
 
IRJET- An Efficient Wallace Tree Multiplier using Modified Adder
IRJET- An Efficient Wallace Tree Multiplier using Modified AdderIRJET- An Efficient Wallace Tree Multiplier using Modified Adder
IRJET- An Efficient Wallace Tree Multiplier using Modified Adder
 
Greatest Common Measure: the Last 2500 Years
Greatest Common Measure: the Last 2500 YearsGreatest Common Measure: the Last 2500 Years
Greatest Common Measure: the Last 2500 Years
 
New Design Approach to Implement Binary Adder by Using QCA
New Design Approach to Implement Binary Adder by Using QCANew Design Approach to Implement Binary Adder by Using QCA
New Design Approach to Implement Binary Adder by Using QCA
 
GCD of n Numbers
GCD of n NumbersGCD of n Numbers
GCD of n Numbers
 
Balancing Robot Kalman Filter Design – Estimation Theory Project
Balancing Robot Kalman Filter Design – Estimation Theory ProjectBalancing Robot Kalman Filter Design – Estimation Theory Project
Balancing Robot Kalman Filter Design – Estimation Theory Project
 
Numerical calculation of high-order QED contributions to the electron anomalo...
Numerical calculation of high-order QED contributions to the electron anomalo...Numerical calculation of high-order QED contributions to the electron anomalo...
Numerical calculation of high-order QED contributions to the electron anomalo...
 
Reza Talk En Kf 09
Reza Talk En Kf 09Reza Talk En Kf 09
Reza Talk En Kf 09
 
Backstepping control of cart pole system
Backstepping  control of cart pole systemBackstepping  control of cart pole system
Backstepping control of cart pole system
 
Ejercicios resueltos de rc
Ejercicios resueltos de rcEjercicios resueltos de rc
Ejercicios resueltos de rc
 
Garch model assignment
Garch model assignment Garch model assignment
Garch model assignment
 

Andere mochten auch

Website for more keek followers
Website for more keek followersWebsite for more keek followers
Website for more keek followersmandy365
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
Metro pcs
Metro pcsMetro pcs
Metro pcsladucla
 
Evaluation for advance portfolio
Evaluation for advance portfolioEvaluation for advance portfolio
Evaluation for advance portfolioHamzaB94
 
Координация гражданский акций с помощью социальных медиа на Донбассе
Координация гражданский акций с помощью социальных медиа на ДонбассеКоординация гражданский акций с помощью социальных медиа на Донбассе
Координация гражданский акций с помощью социальных медиа на ДонбассеMaidan Monitoring Information Center
 
Didaktisk tilnærming
Didaktisk tilnærmingDidaktisk tilnærming
Didaktisk tilnærmingKarl Roberg
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
Moodle
MoodleMoodle
Moodlepia_13
 
Konsep Dasar Ilmu Politik
Konsep Dasar Ilmu PolitikKonsep Dasar Ilmu Politik
Konsep Dasar Ilmu PolitikMuhamad Yogi
 
Media evalu
Media evaluMedia evalu
Media evalukarank3
 

Andere mochten auch (14)

Website for more keek followers
Website for more keek followersWebsite for more keek followers
Website for more keek followers
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
Metro pcs
Metro pcsMetro pcs
Metro pcs
 
Evaluation for advance portfolio
Evaluation for advance portfolioEvaluation for advance portfolio
Evaluation for advance portfolio
 
Координация гражданский акций с помощью социальных медиа на Донбассе
Координация гражданский акций с помощью социальных медиа на ДонбассеКоординация гражданский акций с помощью социальных медиа на Донбассе
Координация гражданский акций с помощью социальных медиа на Донбассе
 
Didaktisk tilnærming
Didaktisk tilnærmingDidaktisk tilnærming
Didaktisk tilnærming
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
Dibujo
DibujoDibujo
Dibujo
 
Moodle
MoodleMoodle
Moodle
 
Konsep Dasar Ilmu Politik
Konsep Dasar Ilmu PolitikKonsep Dasar Ilmu Politik
Konsep Dasar Ilmu Politik
 
Media evalu
Media evaluMedia evalu
Media evalu
 

Ähnlich wie International Journal of Engineering Research and Development (IJERD)

FPGA implementation of universal modulator using CORDIC algorithm for commun...
FPGA implementation of universal modulator using CORDIC  algorithm for commun...FPGA implementation of universal modulator using CORDIC  algorithm for commun...
FPGA implementation of universal modulator using CORDIC algorithm for commun...IJMER
 
HARDWARE EFFICIENT SCALING FREE VECTORING AND ROTATIONAL CORDIC FOR DSP APPLI...
HARDWARE EFFICIENT SCALING FREE VECTORING AND ROTATIONAL CORDIC FOR DSP APPLI...HARDWARE EFFICIENT SCALING FREE VECTORING AND ROTATIONAL CORDIC FOR DSP APPLI...
HARDWARE EFFICIENT SCALING FREE VECTORING AND ROTATIONAL CORDIC FOR DSP APPLI...VLSICS Design
 
CORDIC Algorithm for WLAN
CORDIC Algorithm for WLANCORDIC Algorithm for WLAN
CORDIC Algorithm for WLANIJERA Editor
 
Implementation performance analysis of cordic
Implementation performance analysis of cordicImplementation performance analysis of cordic
Implementation performance analysis of cordiciaemedu
 
Comparative analysis of multi stage cordic using micro rotation technique
Comparative analysis of multi stage cordic using micro rotation techniqueComparative analysis of multi stage cordic using micro rotation technique
Comparative analysis of multi stage cordic using micro rotation techniqueIAEME Publication
 
FPGA Implementation of Pipelined CORDIC Sine Cosine Digital Wave Generator
FPGA Implementation of Pipelined CORDIC Sine Cosine Digital Wave Generator FPGA Implementation of Pipelined CORDIC Sine Cosine Digital Wave Generator
FPGA Implementation of Pipelined CORDIC Sine Cosine Digital Wave Generator cscpconf
 
Reconfigurable CORDIC Low-Power Implementation of Complex Signal Processing f...
Reconfigurable CORDIC Low-Power Implementation of Complex Signal Processing f...Reconfigurable CORDIC Low-Power Implementation of Complex Signal Processing f...
Reconfigurable CORDIC Low-Power Implementation of Complex Signal Processing f...Editor IJMTER
 
A CORDIC based QR Decomposition Technique for MIMO Detection
A CORDIC based QR Decomposition Technique for MIMO Detection A CORDIC based QR Decomposition Technique for MIMO Detection
A CORDIC based QR Decomposition Technique for MIMO Detection IJECEIAES
 
Project seminar ppt_steelcasting
Project seminar ppt_steelcastingProject seminar ppt_steelcasting
Project seminar ppt_steelcastingRudra Narayan Paul
 
Reconfigurable Design of Rectangular to Polar Converter using Linear Convergence
Reconfigurable Design of Rectangular to Polar Converter using Linear ConvergenceReconfigurable Design of Rectangular to Polar Converter using Linear Convergence
Reconfigurable Design of Rectangular to Polar Converter using Linear ConvergenceAnuragVijayAgrawal
 
A Research on Calculators.pdf
A Research on Calculators.pdfA Research on Calculators.pdf
A Research on Calculators.pdfHMKP1
 

Ähnlich wie International Journal of Engineering Research and Development (IJERD) (20)

FPGA implementation of universal modulator using CORDIC algorithm for commun...
FPGA implementation of universal modulator using CORDIC  algorithm for commun...FPGA implementation of universal modulator using CORDIC  algorithm for commun...
FPGA implementation of universal modulator using CORDIC algorithm for commun...
 
Cordic Code
Cordic CodeCordic Code
Cordic Code
 
HARDWARE EFFICIENT SCALING FREE VECTORING AND ROTATIONAL CORDIC FOR DSP APPLI...
HARDWARE EFFICIENT SCALING FREE VECTORING AND ROTATIONAL CORDIC FOR DSP APPLI...HARDWARE EFFICIENT SCALING FREE VECTORING AND ROTATIONAL CORDIC FOR DSP APPLI...
HARDWARE EFFICIENT SCALING FREE VECTORING AND ROTATIONAL CORDIC FOR DSP APPLI...
 
Fm33980983
Fm33980983Fm33980983
Fm33980983
 
Fm33980983
Fm33980983Fm33980983
Fm33980983
 
FPGA Implementation of CORDIC Algorithm Architecture
FPGA Implementation of CORDIC Algorithm ArchitectureFPGA Implementation of CORDIC Algorithm Architecture
FPGA Implementation of CORDIC Algorithm Architecture
 
CORDIC Algorithm for WLAN
CORDIC Algorithm for WLANCORDIC Algorithm for WLAN
CORDIC Algorithm for WLAN
 
Ax4103307314
Ax4103307314Ax4103307314
Ax4103307314
 
Ax03303120316
Ax03303120316Ax03303120316
Ax03303120316
 
Dk32696699
Dk32696699Dk32696699
Dk32696699
 
P0440499104
P0440499104P0440499104
P0440499104
 
Implementation performance analysis of cordic
Implementation performance analysis of cordicImplementation performance analysis of cordic
Implementation performance analysis of cordic
 
Comparative analysis of multi stage cordic using micro rotation technique
Comparative analysis of multi stage cordic using micro rotation techniqueComparative analysis of multi stage cordic using micro rotation technique
Comparative analysis of multi stage cordic using micro rotation technique
 
FPGA Implementation of Pipelined CORDIC Sine Cosine Digital Wave Generator
FPGA Implementation of Pipelined CORDIC Sine Cosine Digital Wave Generator FPGA Implementation of Pipelined CORDIC Sine Cosine Digital Wave Generator
FPGA Implementation of Pipelined CORDIC Sine Cosine Digital Wave Generator
 
Reconfigurable CORDIC Low-Power Implementation of Complex Signal Processing f...
Reconfigurable CORDIC Low-Power Implementation of Complex Signal Processing f...Reconfigurable CORDIC Low-Power Implementation of Complex Signal Processing f...
Reconfigurable CORDIC Low-Power Implementation of Complex Signal Processing f...
 
A CORDIC based QR Decomposition Technique for MIMO Detection
A CORDIC based QR Decomposition Technique for MIMO Detection A CORDIC based QR Decomposition Technique for MIMO Detection
A CORDIC based QR Decomposition Technique for MIMO Detection
 
Project seminar ppt_steelcasting
Project seminar ppt_steelcastingProject seminar ppt_steelcasting
Project seminar ppt_steelcasting
 
Reconfigurable Design of Rectangular to Polar Converter using Linear Convergence
Reconfigurable Design of Rectangular to Polar Converter using Linear ConvergenceReconfigurable Design of Rectangular to Polar Converter using Linear Convergence
Reconfigurable Design of Rectangular to Polar Converter using Linear Convergence
 
Analysis
AnalysisAnalysis
Analysis
 
A Research on Calculators.pdf
A Research on Calculators.pdfA Research on Calculators.pdf
A Research on Calculators.pdf
 

Mehr von IJERD Editor

A Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
A Novel Method for Prevention of Bandwidth Distributed Denial of Service AttacksA Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
A Novel Method for Prevention of Bandwidth Distributed Denial of Service AttacksIJERD Editor
 
MEMS MICROPHONE INTERFACE
MEMS MICROPHONE INTERFACEMEMS MICROPHONE INTERFACE
MEMS MICROPHONE INTERFACEIJERD Editor
 
Influence of tensile behaviour of slab on the structural Behaviour of shear c...
Influence of tensile behaviour of slab on the structural Behaviour of shear c...Influence of tensile behaviour of slab on the structural Behaviour of shear c...
Influence of tensile behaviour of slab on the structural Behaviour of shear c...IJERD Editor
 
Gold prospecting using Remote Sensing ‘A case study of Sudan’
Gold prospecting using Remote Sensing ‘A case study of Sudan’Gold prospecting using Remote Sensing ‘A case study of Sudan’
Gold prospecting using Remote Sensing ‘A case study of Sudan’IJERD Editor
 
Reducing Corrosion Rate by Welding Design
Reducing Corrosion Rate by Welding DesignReducing Corrosion Rate by Welding Design
Reducing Corrosion Rate by Welding DesignIJERD Editor
 
Router 1X3 – RTL Design and Verification
Router 1X3 – RTL Design and VerificationRouter 1X3 – RTL Design and Verification
Router 1X3 – RTL Design and VerificationIJERD Editor
 
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...IJERD Editor
 
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVRMitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVRIJERD Editor
 
Study on the Fused Deposition Modelling In Additive Manufacturing
Study on the Fused Deposition Modelling In Additive ManufacturingStudy on the Fused Deposition Modelling In Additive Manufacturing
Study on the Fused Deposition Modelling In Additive ManufacturingIJERD Editor
 
Spyware triggering system by particular string value
Spyware triggering system by particular string valueSpyware triggering system by particular string value
Spyware triggering system by particular string valueIJERD Editor
 
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...IJERD Editor
 
Secure Image Transmission for Cloud Storage System Using Hybrid Scheme
Secure Image Transmission for Cloud Storage System Using Hybrid SchemeSecure Image Transmission for Cloud Storage System Using Hybrid Scheme
Secure Image Transmission for Cloud Storage System Using Hybrid SchemeIJERD Editor
 
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...IJERD Editor
 
Gesture Gaming on the World Wide Web Using an Ordinary Web Camera
Gesture Gaming on the World Wide Web Using an Ordinary Web CameraGesture Gaming on the World Wide Web Using an Ordinary Web Camera
Gesture Gaming on the World Wide Web Using an Ordinary Web CameraIJERD Editor
 
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...IJERD Editor
 
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...IJERD Editor
 
Moon-bounce: A Boon for VHF Dxing
Moon-bounce: A Boon for VHF DxingMoon-bounce: A Boon for VHF Dxing
Moon-bounce: A Boon for VHF DxingIJERD Editor
 
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...IJERD Editor
 
Importance of Measurements in Smart Grid
Importance of Measurements in Smart GridImportance of Measurements in Smart Grid
Importance of Measurements in Smart GridIJERD Editor
 
Study of Macro level Properties of SCC using GGBS and Lime stone powder
Study of Macro level Properties of SCC using GGBS and Lime stone powderStudy of Macro level Properties of SCC using GGBS and Lime stone powder
Study of Macro level Properties of SCC using GGBS and Lime stone powderIJERD Editor
 

Mehr von IJERD Editor (20)

A Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
A Novel Method for Prevention of Bandwidth Distributed Denial of Service AttacksA Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
A Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
 
MEMS MICROPHONE INTERFACE
MEMS MICROPHONE INTERFACEMEMS MICROPHONE INTERFACE
MEMS MICROPHONE INTERFACE
 
Influence of tensile behaviour of slab on the structural Behaviour of shear c...
Influence of tensile behaviour of slab on the structural Behaviour of shear c...Influence of tensile behaviour of slab on the structural Behaviour of shear c...
Influence of tensile behaviour of slab on the structural Behaviour of shear c...
 
Gold prospecting using Remote Sensing ‘A case study of Sudan’
Gold prospecting using Remote Sensing ‘A case study of Sudan’Gold prospecting using Remote Sensing ‘A case study of Sudan’
Gold prospecting using Remote Sensing ‘A case study of Sudan’
 
Reducing Corrosion Rate by Welding Design
Reducing Corrosion Rate by Welding DesignReducing Corrosion Rate by Welding Design
Reducing Corrosion Rate by Welding Design
 
Router 1X3 – RTL Design and Verification
Router 1X3 – RTL Design and VerificationRouter 1X3 – RTL Design and Verification
Router 1X3 – RTL Design and Verification
 
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
 
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVRMitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
 
Study on the Fused Deposition Modelling In Additive Manufacturing
Study on the Fused Deposition Modelling In Additive ManufacturingStudy on the Fused Deposition Modelling In Additive Manufacturing
Study on the Fused Deposition Modelling In Additive Manufacturing
 
Spyware triggering system by particular string value
Spyware triggering system by particular string valueSpyware triggering system by particular string value
Spyware triggering system by particular string value
 
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
 
Secure Image Transmission for Cloud Storage System Using Hybrid Scheme
Secure Image Transmission for Cloud Storage System Using Hybrid SchemeSecure Image Transmission for Cloud Storage System Using Hybrid Scheme
Secure Image Transmission for Cloud Storage System Using Hybrid Scheme
 
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
 
Gesture Gaming on the World Wide Web Using an Ordinary Web Camera
Gesture Gaming on the World Wide Web Using an Ordinary Web CameraGesture Gaming on the World Wide Web Using an Ordinary Web Camera
Gesture Gaming on the World Wide Web Using an Ordinary Web Camera
 
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
 
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
 
Moon-bounce: A Boon for VHF Dxing
Moon-bounce: A Boon for VHF DxingMoon-bounce: A Boon for VHF Dxing
Moon-bounce: A Boon for VHF Dxing
 
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
 
Importance of Measurements in Smart Grid
Importance of Measurements in Smart GridImportance of Measurements in Smart Grid
Importance of Measurements in Smart Grid
 
Study of Macro level Properties of SCC using GGBS and Lime stone powder
Study of Macro level Properties of SCC using GGBS and Lime stone powderStudy of Macro level Properties of SCC using GGBS and Lime stone powder
Study of Macro level Properties of SCC using GGBS and Lime stone powder
 

Kürzlich hochgeladen

TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Principled Technologies
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 

Kürzlich hochgeladen (20)

TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 

International Journal of Engineering Research and Development (IJERD)

  • 1. International Journal of Engineering Research and Development e-ISSN: 2278-067X, p-ISSN: 2278-800X, www.ijerd.com Volume 6, Issue 11 (April 2013), PP. 08-14 8 FPGA implementation of universal modulator using CORDIC algorithm for communication application G. HariKumar1 , M. MadhuBabu,M.Tech(Ph.D)2 , 1 (ECE Department, GPR College of Engineering,Kurnool, Indian). 2 (ECE Department,Assistant Professor of GPR College of Engineering, Kurnool, Indian. Abstract:- The modern communication systems and software radio based applications demands fully digital receivers, consisting of only an antenna and a fully programmable circuit with digital modulators and demodulators. A basic communication system’s transmitter modulates the amplitude, phase or frequency proportional to the signal being transmitted. An efficient solution (that doesn’t require large tables/memory) for realizing universal modulator is CORDIC (CO-ordinate Rotation Digital Computer) algorithm. The CORDIC algorithm is used in the rotation mode, to convert the coordinates from polar mode to rectangular mode. The radius vector(r) and angle (θ) of a CORDIC processor can be programmed to generate the ASK, PSK and FSK signals.Modelsim simulator tool from mentor graphics will be used for functional simulation and verification of the modulator. The Xilinx synthesis Tools (XST) will be used to synthesize the complete modulator on Xilinx Spartan 3E family FPGA (XC3S500E). Xilinx placement & routing tools will be used for backed, design optimization and I/O routing. Keywords:- CORDIC, ASK, PSK, FSK, FPGA. I. INTRODUCTION Coordinate Rotation Digital Computer (CORDIC) algorithms provide an efficient approach for rotating vectors in a plane by simple shift-add operations. Besides offering a simple mechanism for computing the magnitude and phase-angle of an input vector, they are popularly used to perform complex multiplications and estimation of various functions. The conventional CORDIC algorithms are used to handle rotations only in the range of [-99.70 ,99.70 ] . Moreover, they are serial in nature and require a ROM to store the look-up table and hardware-expensive barrel shifters. Research on enhancements to the conventional CORDIC has proceeded primarily intwo directions. One of these is to obtain a high speed solution while the other is on careful handling of scale factors for high precision implementations. The authors in describe a virtually scaling-free CORDIC rotator which requires a constant scale-factor. A solution that scales the vector after every iteration, reduces the number of iterations and expands the range of rotation angles is presented in. A CORDIC architecture that suggests a circuit for scale factor correction is presented in some efforts have also been made to implement the CORDIC architectures on an FPGA. The contributions of this paper are as follows: We present two highly area-efficient CORDIC algorithms with an angular resolution of. Convergence of both the algorithms is established theoretically. The algorithms cover the entire range of angles [-180 0 ,180 0 ]. Further, the FPGA implementations consume a substantially lower percentage of device components than other implementations. II. CORDIC algorithm key ideas Start at(1,0) Start at (1,y) Rotate by z Rotate until y=0 Get cos z, sin z rotation amount is tan-1 y if we have a computationally efficient way of rotating a vector, we can evaluate cos,sin and tan-1 functions. Rotation by an arbitrary angle is difficult, so we perform psuedorotations use special angles to synthesize a desired angle z z=α (1) + α (2) +………..+α (m)
  • 2. FPGA implementation of universal modulator using CORDIC algorithm… 9 𝑥′ 𝑦′ = cos 𝜑 −sin 𝜑 sin 𝜑 cos 𝜑 . 𝑥 𝑦 𝑥′ = 𝑥 cos 𝜑 − 𝑦 sin 𝜑 𝑦′ = 𝑦 cos 𝜑 + 𝑥 sin 𝜑 𝑥′ = cos 𝜑[𝑥 − 𝑦 tan 𝜑] 𝑦′ = cos 𝜑[𝑦 + 𝑥 tan 𝜑] tan 𝜑=2-i 𝑥𝑖+1 = 𝑘𝑖[𝑥𝑖 − 𝑦𝑖. 𝑑𝑖 . 2−𝑖 ] 𝑦𝑖+1 = 𝑘𝑖[𝑦𝑖 + 𝑥𝑖. 𝑑𝑖. 2−𝑖 ] 𝑘𝑖=cos(tan-1 2-i )=1/ 1 + 2−2𝑖 di=±1 𝑥𝑖+1 = 𝑥𝑖 − 𝑦𝑖. 𝑑𝑖. 2−𝑖 𝑦𝑖+1 = 𝑦𝑖 + 𝑥𝑖. 𝑑𝑖. 2−𝑖 𝑧𝑖+1 = 𝑧𝑖 − 𝑑𝑖. 𝑡𝑎𝑛−1 (2−𝑖 ) Where di=-1 if zi<0,+1 otherwisedi= means direction ,ki=scaling factor Removing the scale constant from the iterative equations yields a shift add algorithm for vector rotation. The product of the Ki’s can be applied elsewhere in the system or treated as a part of the system processing gain. The product approaches 0.6073 as the number of iteration goes to infinity. Therefore the rotation algorithm has a gain An of approximately 1.647.The exact gain depends on the no of iterations and obeys the relation 𝐴 𝑛 = 𝜋 𝑛 1 + 2−2𝑖 The angle of a composite rotation is uniquely defined by the sequence of the directions of the elementary rotations. That sequence can be represented by a decision vector. The set of all possible decision vectors is an angular measurement system based on binary arctangents. Conversions between the angular systems and any other can be accomplished using a look up. A better conversion method uses an additional adder-subtract or that accumulate the elementary rotation angles at each iteration. The elementary angles can be expressed in any convenient angular unit. Those angular values are supplied by a small look up table or are hardwired depending on the application. The angle accumulator adds a third difference equation to the CORDIC algorithm: Zi+1=zi– di .tan-1 (2-i ) Obviously, in cases where the angle is useful in the arc tangent base, this extra element is not needed. III. CORDIC TECHNIQUE Given a complex value:C=IC+jQC We will create a rotated value:C’=IC’+jQc by multiplying by a rotation value:R=Ir+jQr Fig.1 Rotation vector How multiplier less: 1.Recall that when you multiply a pair of complex numbers, their phases (angles) add and their magnitudes multiply. Similarly, when you multiply one complex number by the conjugate of the other, the phase of the conjugated one is subtracted (though the magnitudes still multiply). Therefore: To add R’s phase to C: To subtract phase from C: C' = C·R Ic' = Ic·Ir-Qc·Qr Qc' = Qc·Ir+Ic·Qr C' = C·R* Ic' = Ic·Ir+Qc·Qr Qc' = Qc·Ir-Ic·Qr
  • 3. FPGA implementation of universal modulator using CORDIC algorithm… 10 2.To rotate by +90 degrees, multiply by R = 0 + j1. Similarly, to rotate by -90 degrees, multiply by R = 0 - j1. If you go through the Algebra above, the net effect is: To add 90 degrees Multiply by R=0+j1 To Subtract 90 degrees multiply by R=0-j1 3.To rotate by phases of less than 90 degrees, we will be multiplying by numbers of the form "R = 1 +/- jK". K will be decreasing powers of two, starting with 2^0 = 1.0. Therefore, K = 1.0, 0.5, 0.25, etc. (We use the symbol "L" to designate the power of two itself: 0, -1,-2,etc.) Since the phase of a complex number "I + jQ" isatan(Q/I), the phase of "1 + jK" is atan(K). Likewise, the phase of "1 - jK" = atan(-K) = -atan(K).To add phases we use "R = 1 + jK"; to subtract phases we use "R = 1 - jK". Since the real part of this, Ir, is equal to 1, we can simplify our table of equations to add and subtract phases for the special case of CORDIC multiplications to: To add a phaseMultiply by R=1+Jk To add a phaseMultiply by R=1+Jk Table 1 Effect by multiplying the complex number 4.Each rotation has a magnitude greater than 1.0. That isn't desirable, but it's the price we pay for using rotations of the form "1 + jK". The "CORDIC Gain" column in the table is simply a "cumulative magnitude" calculated by multiplying the current magnitude by the previous magnitude. Notice that it converges to about 1.647; however, the actualCORDIC Gain depends on how many iterations we do. (It doesn't depend on whether we add or subtract phases, because the magnitudes multiply either way). (i) CORDIC BASIC ISSUES  Since we're using powers of two for the K values, we can just shift and add our binary numbers. That's why the CORDIC algorithm doesn't need any multiplies.  The sum of the phases in the table up to L = 3 exceeds 92 degrees, so we can rotate a complex number by +/- 90 degrees as long as we do four or more "R = 1 +/- jK" rotations. Put that together with the ability to rotate +/-90 degrees using "R = 0 +/- j1", and you can rotate a full +/-180 degrees.  You can see that starting with a phase of 45 degrees, the phase of each successive R multiplier is a little over half of the phase of the previous R. That's the key to understanding CORDIC: we will be doing a "binary search" on phase by adding or subtracting successively smaller phases to reach some "target" phase.  Each rotation has a magnitude greater than 1.0. That isn't desirable, but it's the price we pay for using rotations of the form "1 + jK". The "CORDIC Gain" column in the table is simply a "cumulative magnitude" calculated by multiplying the current magnitude by the previous magnitude. Notice that it converges to about 1.647; however, the actual CORDIC Gain depends on how many iterations we do. (It doesn't depend on whether we add or subtract phases, because the magnitudes multiply either way.) IC’ = QC QC’ =-IC (negate I, then swap) IC’ = -QC QC’ =IC (negate Q,then swap) Ic'=Ic+K·Qc=Ic + (2^-L)·Qc Qc'=Qc-K·Ic = Qc- (2^-L)·Ic Ic' = Ic-K·Qc =Ic(2^L)·Qc Qc'=Qc+K·Ic=Qc+(2^-L)·Ic
  • 4. FPGA implementation of universal modulator using CORDIC algorithm… 11 Modes of operation: Basic mode: I and Q carrier signals for a chosen freq value Modulator mode: producing ASK, FSK and PSK signals. 11-bit Control word format M M F F F F F F F K K MM --- Mode of operation 00 – Basic mode 01 – Binary Modulator mode 10 – Mary modulator mode FFFFFFF – 7-bit Freq word KK (in Binary modulation mode) 00 – Amplitude shift keying 01 –Phase shift keying 10 – Freq shift keying KK(in M-ary modulation mode) 00 – 4 level QAM 01 – QPSK 10– OQPSK 11-8psk. IV. BLOCK DIAGRAM OF CORDIC BASED UNIVERSAL MODULATOR REALIZATION Fig.2 block diagram of CORDIC (I).Basic Blocks Of Universal Modulator All the blocks are connected with common clock and reset signals. The delta phase value decides the phase increment for each clock pulse. Hence decides the resulting signal frequency. The Frequency modulating instantaneous value is added to the delta phase value which causes instant-aneous change in frequency. Due to the digital nature of the modulator only at each clock tick the modulating signal value shall affect the resulting frequency.The outputs of the Look Up Tables are given to the input lines a 4 to 1 Multiplexer.This multiplexer connects one of the inputs to the output depending on the select lines. The output of Multiplexer consists the 8 amplitude bits which is the final output in case required modulation schemes are FM or PM. In case of Amplitude modulation, the output of multiplexer is multiplied with instaneous modulating signals. CORDIC engine isused for phase to amplitude conversion required for the generation of cosine and sin functions. In three modulation schemes if modulating signal is analog in nature then anappropriate Analog toDigital converter is required to convert into 8 bitdigital output. From the figure the basic blocks in DDFS can be identified as PIPO registers, adders, look Up Tables, CORDIC engine and other combinational circuits. (ii) DDFS Basic Principle: Direct Digital Frequency Synthesizer is a technique to produce desired output wave-forms with full digital control. Direct digital synthesis (DDS) is becoming increasingly popular as a technique for fre-quency synthesis, especially if high freque-ncy resolution and fast switching between frequencies over a large bandwidth are required. The direct digital frequency synthesizer is shown in a simplified form in figure 4. The DDFS has the following basic blocks: (1) Frequency register (2) adder and phase register (3) phase to amplitude converter (conventionally a sine ROM) (4) digital to analog converter and low pass filter
  • 5. FPGA implementation of universal modulator using CORDIC algorithm… 12 The phase value is generated using the modulo 2j overflowing property of a j-bit phase accumulator. The rate of the overflows is the output frequency 𝑓𝑜𝑢𝑡 = ∆𝑃 𝑓 𝑐𝑙𝑘 2 𝑗 ∀ 𝑓𝑐𝑙𝑘 ≤ 𝑓 𝑐𝑙𝑘 2 -- (1.1) Where ∆P is the phase increment word, j is the number of phase accumulator bits, fclkis the clock frequency and foutis the output frequency. The constraint for maximum value of fout in the above equation comes from the sampling theorem. The phase increment word in (1.1) is an integer, therefore the frequency resolution is found by setting ∆P = 1. ∆ 𝑓 = (𝑓𝑐𝑙𝑘 )/2 𝑗 --- (1.2) Fig.3: block diagram of DDFS In the ideal case with no phase and amplitude quantization, the output sequence of the table is given by sin(2π 𝑃(𝑛) 2 𝑗 )--- --(1.3) Where P(n) is a (the j-bit) phase register value (at the nth clock period). The numerical period of the phase accumulator output sequence is defined as the minimum value of Pe for which P(n)=P(n+Pe) for all n. The numerical period of the phase accumulator output sequence is 𝑝𝑒 = 2 𝑗 𝐺𝐶𝐷(∆𝑝,2 𝑗 ) ----- (1.4) Table 2 For an accumulator of 3 bits (j=3) controlled with an input of P = 3 and P =2 (iii). DFS Architecture for Modulation capability: It is simple to add modulation capabilities to the DDS, because the DDS is a digital signal processing device. In the DDS it is possible to modulate numerically all three wave form parameters. S(n)=A(n)sin (2(∆P(n)+P(n))) ---(1.5) Accumulator output ∆P=3 and j=3 Carry output Accumulator output ∆p=2 and j=3 Carry output 000 (0) 1 Cycle begins 000 (0) 1 Cycle begins 011 (3) 0 010(2) 0 110(6) 0 100(4) 0 001(1) 1 110(6) 0 100(4) 0 000 (0) 1
  • 6. FPGA implementation of universal modulator using CORDIC algorithm… 13 Fig.4 DDS architecture with modulation capabilities V. MODULATION COMMAND PROCESSOR SIMULATION RESULTS The Modulation command processor implemented are for carrying out digital versions of frequency modulation, phase modulation and amplitude modulation. For all these three modulations the digital 8 bit modulating signal is expected. In case if the modulating signal is analog that needs to be converted in to 8 bit digital by appropriate Analog to Digital Converter. The frequency modulation is carried out by frequency modulation controller which is simply an adder adding the phase increment value input for DDFS and instantaneous modulating signal value. Since the phase increment value or delta phase value is proportional to instantaneous frequency of output signal of DDFS, controlling that parameter leads to Frequency modulation. The phase modulation controller adds the output of phase accumulator to the instantaneous value of phase modulating signal. The resulting sum is fed tothe LUTs to produce amplitude bits corresponding to the input phase bits. The amplitude modulator planned in this project is analogous to product modulator. The amplitudebits at the output of multiplexer are multiplied with instantaneous amplitude of modulating signal. To verify the modulation effects from these modulation controllers, these blocks should work in complete DDFS module; hence the resulting outputs for three types of modulations are presented Fig.5 Modulation command processor simulation results
  • 7. FPGA implementation of universal modulator using CORDIC algorithm… 14 VI. APPLICATIONS  Universal modulator is highly preferred option in instrumentation for signal generation and frequency sweep etc.  Universal modulator can be efficiently used in several digital modulation schemes suchas FSK, PSK, ASK, QPSK, OPQPSK, PI/QPSK, QAM and 8-bitPSK.  Universal modulator has been used in universal HAM radio/generator. Universal modulator is capable of well controlled, rapid changes in frequency. VII. ADVANTAGE AND DISADVANTAGES  High frequency resolution and accuracy.  Fast switching between frequencies over a large bandwidth.  Compared to LUT method, it takes less area.  FPGA hardware can give high speed solution in comparison with software approach but not in comparison with ASIC. VIII. TOOLS AND HARD WARE  Simulation software -Modelsim Xilinx Edition (MXE)  Synthesis, P&R - Xilinx ISE  On chip verification - Xilinx Chip scope  Hardware– Xilinx Spartan 3 Family FPGA board IX. FPGA DESIGN AND PROGRAMMING To define the behavior of the FPGA, the user provides a hardware description language (HDL) or a schematic design. The HDL form is more suited to work with large structures because it's possible to just specify them numerically rather than having to draw every piece by hand. However, schematic entry can allow for easier visualization of a design.Once the design and validation process is complete, the binary file generated (also using the FPGA company's proprietary software) is used to (re)configure the FPGA. X. CONCLUSION CORDIC algorithms are an efficient method it is applicable to the entire range of angles are presented in this paper. Convergence proofs for the new algorithms are also presented. Both the algorithms consume a substantially lower percentage of (FPGA) device components incomparison to prior algorithms. Further, the FPGA implementations exhibit excellent performance of the proposed schemes in terms of the slice-delay products.  In some cases, CORDIC evaluates rotational functions more efficiently than MAC units.  CORDIC saves more hardware cost.  By the regularity, the CORDIC based architecture is very suitable for implementation with pipelined VLSI array processors.  The utility of the CORDIC based architecture lies in its generality and flexibility. REFERENCES [1]. J.VolderThe CORDIC trigonometric computing technique, IRE Transactions on Electronic computers, Vol.EC 8, 2010, Pp.330-334. [2]. R.Andraka, A survey of CORDIC algorithms for FPGA based computers, Proceedings of ACM/SIGDA sixth International Symposium on field Programmable Gate Arrays, 1998,pp.191-200 [3]. J.S.Walther, A unified algorithm for elementary functions, proceedings of 38th spring joint computer conference, 2000, pp.379-385. [4]. Efficient CORDIC Algorithms and Architectures for Low Area and High Throughput Implementation IEEE paper 2009. [5]. A VLSI implementation of Logarithmic and Exponential Functions Using a Novel Parboil Synthesis Methodology Compared to the CORDIC Algorithms IEEE paper 2011. [6]. T.Juang, S.Hsiao, and M.Tsai,”Parallel CORDIC rotation algorithm,”IEEETrans.CircuitsSyst.I:Reg.papers, Vol.51, no.8, pp.1515-1524, Aug.2004