SlideShare uma empresa Scribd logo
1 de 6
Baixar para ler offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 651
Implementation of FIR Filter using Self Tested 2n-2k-1 Modulo Adder
B.Soujanya1, P.Koteswara Rao2
1Pursuing M.Tech & Universal College of Engineering & Technology
2Assistant Professor, Dept. of ECE, Universal College of Engineering & Technology, AP, India.
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Modulo adder is one of the key components for
the application of residue number system (RNS). Moduli set
with the form of 2n-2k-1 can offer excellent balance among
the RNS channels for multi-channels RNS processing. In this
project, a novel algorithm and its VLSI implementation
structure are proposed for modulo adder. In the proposed
algorithm, parallel prefix operation and carry correction
techniques are adopted to eliminate the re-computation of
carries. Any existing parallel prefix structure can be used in
the proposed structure. Thus, we can get flexible trade-off
between area and delay with the proposed structure.
Compared with same type modulo adder with traditional
structures, the proposed modulo adder offers better
performance in delay and area. In this project the proposed
adder is used to generate random numbers which are
repeated after a long period which can be useful for
cryptographic applications. And also the proposed modulo
adder is self-tested by making use of Linear Feedback Shift
Register (LFSR). Using the same modulo adder, an FIR filter
is implemented and compared with the general FIR filter to
prove the better performance of Residue Number System to
the normal computation.
Key Words: Modulo Adder, Random Number
Generator, Finite Impulse Response Filter, Linear
Feedback Shift Register, Delay.
1. INTRODUCTION
Random numbers have been in use for thousands
of years. During ancient times random numbers were
generated by using dice, coins, playing cards, and many
other techniques. Even today, random numbers play an
important role as it is used in cryptographic operations.
For example it is used for generating keys in both
symmetric and asymmetric algorithms, encryption,
masking protocols...etc [1].Random number generator is
an algorithm, which, based on an initial seed, produces a
sequence of numbers. The main requirement is that this
sequence should appear random to any observer. Random
number generator may be software based or hardware-
based systems [2], [3]. Hardware-based systems for
random number generation are widely used. Various
methods to compute pseudo-random numbers are known
[4]. Most of them are based, on linear congruential
equations [5] and require a number of time consuming
arithmetic operations. In contrast, the use of feedback shift
registers permits very fast generation of binary sequences.
Shift register sequences of maximum length (m-
sequences) are well suited to simulate truly random
binary Sequences.
In this project, Random number generator is constructed
by using modulo 2n – 2k - 1 adder for residue number
system. According to the form of the modulus, modular
adders can be classified into two types: the general
modular adder and the special modular adder.
In 1987, Magdy A Bayoumi suggested a method for
arbitrary modulus in which the binary adders are
cascaded [6]. There are many other literatures on
implementing modular adders using two parallel binary
adders that calculate A+B and A+B+T [7], [8]. Even though
the delay is small it requires about twice area of binary
adder.
In 1992 Dugdale proposed a method to construct a type of
general modular adders that uses same adder for both
A+B and A+B+T addition [9]. The main drawback of this
structure is that it requires two operation cycles to
perform one modular addition.
In 2002 Hiasat proposed a class of modular adders in
which the final stage is constructed by using Carry Look
Ahead (CLA) based binary adder [10]. But this structure
requires an extra CLA unit to obtain the carry-out bit of
A+B+T. As a result, the structure does not reduce the delay
significantly.
In 2004 Patel et al [11] proposed ELMMA algorithm. which
uses one carry computation module for A+B and other
carry computation module for A+B+T in which some carry
computation units can be shared.
In 2008 S. H. Lin and M. H. Sheu proposed an architecture
for modulo 2n+1 [12] adder based on “diminished-1”
number representation. But this structure has more delay.
A similar architecture for modulo 2n+ 3 [13] adder was
proposed by, P. M. Matutino, R. Chaves, and L. Sousa in
2010.
The random number generator using modulo 2n – 2k - 1
adder [14] consists of four units, the pre-processing, the
carry generation, the carry modification and the sum
calculation module. A new class of general modular adder
with better performance in delay can be constructed by
using the proposed modular adder. In the proposed
scheme, the carries of A+B+T is computed first. These
carries are modified twice to obtain the final carries
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 652
required in the sum computation module. Meanwhile, in
the proposed modular adder structure any existing fast
prefix structure of binary adders can be used, which offers
flexibility in the design.
2. BACKGROUND
2.1. Residue Number System
A residue number system is defined by a set of moduli,
which consists of n pair wise relatively prime integers {m0,
m1, m2...,mn-1}. The total count of numbers that can be
represented by this number system is called range. It is
the product of all moduli in the moduli set.
(1)
Such a residue number system is able to uniquely
represent unsigned numbers in the range [0,M -1] and
signed numbers in the range [-(M-1)/2 ,((M+1)/2)-1] for
odd values of M, or [-M/2,(M/2)-1] for even values of M.
These are called the dynamic range of the system. A
number Y within the dynamic range is represented by its
residues yi with respect to the moduli mi. The
representation of Y in RNS is denoted as
Y = {y0, y1,y2...yn-1} (2)
Where i = 0,1,...,n-1. In RNS addition, subtraction and
multiplication can be performed entirely on the residue
representation of the operands. Let the RNS
representations of
X = {x0, x1, x2...,xm-1} and
Y = {y0, y1, y2...,ym-1} and
|X o Y| = {| x0 o y0|m0, |x1 o y1|m1 ,..., |xn-1 o yn-1|mn-1} (3)
where the operation ‘o’ can be either addition or
subtraction or multiplication. Note that the arithmetic
operation o is performed in parallel with no interaction
between the RNS channels. As a result the RNS systems
are capable of performing high-speed addition and
multiplication compared to traditional two’s
complement systems.
2.2. Residue Addition
For n-bit moduli m, where m < 2n
, n = [log2 m] and where
[c] represents the smallest integer greater than c, we
formulate the modular addition problem as
where A, B and C are all n-bit unsigned integers. The
subtraction in the above equation can be replaced by an
addition of the additive inverse of m mod 2n, t (=2n-
m)[8] and, as a result, the modular addition equation
above can be redefined as
The equation for C above identifies the general
approach used to perform modular addition. If the carry
from the binary sum A+B + T is 1 then the output of the
modular addition is the n least significant bits (LSBs) of
the resulting sum. Otherwise, the result is n-bit sum of
A+B.
3. MODULO 2N – 2K -1 ADDER
The modulo adder is composed of four modules, pre-
processing module, carry generation module, carry
modification module, and sum calculation module. In
Figure 1, different shade represents different processing
modules. The modulo 2n – 2k - 1 adder can be divided into
two general binary adders, A1 and A2, with carry
modification and sum calculation module according to the
characteristics of correction T. We can get the carries cireal
used in the final stage through correcting the carries ciT of
A+B+T which can be computed by any existing prefix
structure with proper pre- processing. At last, we can get
the final modular addition result from ci real and partial
sum information. The proposed architecture shown in Fig.
2 can avoid the calculation of carries information for and
separately. Thus, the area and delay in VLSI
implementation can be reduced.
Figure 1: 2n – 2k - 1 Modulo Adder used in Proposed FIR
filter
3.1 Preprocessing unit
The purpose of pre-processing unit is to generate the
carry generation and propagation bits (gi,pi) of A+B+T.
The computation of A+B+T is performed by A1 and A2
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 653
where A1 and A2 are used for lower-k bits and higher (n-
k) bits addition respectively. Two modules Preprocessing
A1 and preprocessing A2 are taken. The functions white
square and white circle are used in this module.
3.2 Carry generation unit
Generation and carry propagation bits from the pre-
processing unit are used to get the carries of A+B+T. Any
existing prefix structure can be used to get the carries.
Here sklansky prefix adder is used. Two modules Prefix
computation A1 and Prefix computation A2 are taken. The
functions used in this module are Gray circle and black
circle.
3.3 Carry modification unit
The carry modification unit is used to get the real carries
for each bit needed in the final sum calculation stage. In
order to reduce the area, we get the carries of A+B by
correcting the carries of A+B+T in the carry correction unit.
Twice carry correction is done for both adders A1 and A2
to generate real carries.
3.4 Sum calculation unit
In this unit, the partial sum bits from both A+B and
A+B+T are required . Two functions are used in this
module; Inverse XOR circle and XOR circle. The sum bits
are
The resulting structure is shown in the Fig.2
Figure 2: The modulo 28 – 24 – 1 adder
3.5 Generation of Random Number
Random number generator is an algorithm that, based on
an initial seed, produces a sequence of numbers. The main
requirement is that this sequence appears random to any
observer. Here, in this paper we are generating random
numbers using modulo 2n – 2k - 1 adder and LFSR (Linear
feedback shift register) in which modular adder has large
dynamic range and better performance. A large value of
m(modulo) is desired, so that the period can be kept long
in which random numbers can be generated that are secure
for cryptographic applications .In this paper a random
number generator is constructed with a period of 211*8- 1.
Figure 3: Random Number Generation with self Testing
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 654
4. EXISTING & PROPOSED SYSTEMS
The Conventional FIR filter is the existing system with
general adder for adding filter coefficients. Consider the
Causal FIR filter whose equation is given by
(7)
The following is the existing FIR system with Novel
General Adder
Figure 4: Conventional FIR Filter
In Proposed system, we are replacing the general adder by
a modulo adder which is discussed in this paper in
figure1.The proposed system is shown in below figure.
Figure 5: Proposed FIR Filter with Modulo Adder
From the synthesis reports of both the filters, it is
observed that modulo 2n– 2k – 1 adder has a delay of
11.21ns which is much better and faster than that of
conventional filter 26.69ns. The number of registers used is
12, which is also less than the conventional filter. This
shows that the area required by the modulo2n– 2k – 1
adder is less than the other.
The following table gives you the delay values in detail
Table-1: Comparison of Results
Type Delay
Number of
registers
Conventional
FIR filter
26.69 ns 44
FIR filter with
modulo adder
11.21 ns 12
5. Simulation Results
The simulation results are performed in Xilinx software,
Synthesis reports were generated. Synthesis reports give
the details about Delay of the proposed and existing FIR
Filters
Figure 6: Simulation result for pre-processing unit
Figure 7: Simulation result for prefix computation
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 655
Figure 8: Carry Computation Block simulation result
Figure 9: Sum Computation simulation result
Figure 10: Modulo Adder Output simulation Result.
Figure 11: Simulation result for FIR filter using modulo
adder
6. CONCLUSION
In this paper , a new FIR Filter with modulo 2n-2k-1 adder
is proposed. Using this adder random numbers are
generated with high dynamic range .This structure consists
of pre-processing unit, carry generation unit, carry
correction unit and sum computation unit. The way using
twice carry correction improves the performance of area
and timing. This modulo adder has given better
performance in area and delay compared to general
modulo adder. Implementation of efficient FIR filter using
modulo 2n-2k-1 is done with a delay of 11ns. By comparing
this with conventional FIR filter, it has given high speed
and is efficient.
REFERENCES
[1] Data Conversion in Residue Number System, Omar
Abdelfattah, Department of Electrical & Computer
Engineering McGill University Montreal, Canada
,January 2011
[2] A good tutorial paper of RNS: Fred J. Taylor, "Residue
Arithmetic: A Tutorial with Examples", IEEE Trans. on
Computer, pp. 50~62, May 1994.
[3] A good paper collections for RNS: M. A. Soderstrand,
W. K. Jenkins, G. A. Jullien, F. J. Taylor (eds.), Residue
Number System Arithmetic: Modern Applications in
digital Signal Processing, IEEE Press, New York, 1991.
[4] On Modulo 2n + 1 Adder Design, Haridimos T. Vergos,
Member, IEEE, and Giorgos Dimitrakopoulos, Member,
IEEE,IEEE TRANSACTIONS ON COMPUTERS, VOL. 61,
NO. 2, FEBRUARY 2012.
[5] Low Power Realization of Residue Number System
based FIR Filters, M. N. Mahesh, Mahesh Mehendale
Texas Instruments (INDIA) Ltd.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 656
[6] A Novel Low Complexity Combinational RNS
Multiplier Using Parallel Prefix AdderMohammad R.
Reshadinezhad, Farshad Kabiri Samani, IJCSI
International Journal of Computer Science Issues, Vol.
10, Issue 2, No 3, March 2013.
[7] Computer Arithmetic Circuits ∗ Lecture 9: Residue
Number SystemsFebruary 2006.
[8] RNS-To-Binary Converter for a New Three-Moduli Set
2n+1- 1; 2n; 2n- 1Pemmaraju V. Ananda Mohan, Fellow,
IEEE

Mais conteúdo relacionado

Mais procurados

A fast fpga based architecture for measuring the distance between
A fast fpga based architecture for measuring the distance betweenA fast fpga based architecture for measuring the distance between
A fast fpga based architecture for measuring the distance between
IAEME Publication
 

Mais procurados (20)

IRJET- Radix 8 Booth Encoded Interleaved Modular Multiplication
IRJET- Radix 8 Booth Encoded Interleaved Modular MultiplicationIRJET- Radix 8 Booth Encoded Interleaved Modular Multiplication
IRJET- Radix 8 Booth Encoded Interleaved Modular Multiplication
 
IRJET - Distributed Arithmetic Method for Complex Multiplication
IRJET -  	  Distributed Arithmetic Method for Complex MultiplicationIRJET -  	  Distributed Arithmetic Method for Complex Multiplication
IRJET - Distributed Arithmetic Method for Complex Multiplication
 
Fast Multiplier for FIR Filters
Fast Multiplier for FIR FiltersFast Multiplier for FIR Filters
Fast Multiplier for FIR Filters
 
High Performance MAC Unit for FFT Implementation
High Performance MAC Unit for FFT Implementation High Performance MAC Unit for FFT Implementation
High Performance MAC Unit for FFT Implementation
 
Fpga implementation of high speed
Fpga implementation of high speedFpga implementation of high speed
Fpga implementation of high speed
 
FPGA IMPLEMENTATION OF HIGH SPEED BAUGH-WOOLEY MULTIPLIER USING DECOMPOSITION...
FPGA IMPLEMENTATION OF HIGH SPEED BAUGH-WOOLEY MULTIPLIER USING DECOMPOSITION...FPGA IMPLEMENTATION OF HIGH SPEED BAUGH-WOOLEY MULTIPLIER USING DECOMPOSITION...
FPGA IMPLEMENTATION OF HIGH SPEED BAUGH-WOOLEY MULTIPLIER USING DECOMPOSITION...
 
A fast fpga based architecture for measuring the distance between
A fast fpga based architecture for measuring the distance betweenA fast fpga based architecture for measuring the distance between
A fast fpga based architecture for measuring the distance between
 
Efficient Layout Design of CMOS Full Subtractor
Efficient Layout Design of CMOS Full SubtractorEfficient Layout Design of CMOS Full Subtractor
Efficient Layout Design of CMOS Full Subtractor
 
An Area-efficient Montgomery Modular Multiplier for Cryptosystems
An Area-efficient Montgomery Modular Multiplier for CryptosystemsAn Area-efficient Montgomery Modular Multiplier for Cryptosystems
An Area-efficient Montgomery Modular Multiplier for Cryptosystems
 
Optimization and implementation of parallel squarer
Optimization and implementation of parallel squarerOptimization and implementation of parallel squarer
Optimization and implementation of parallel squarer
 
Bivariatealgebraic integerencoded arai algorithm for
Bivariatealgebraic integerencoded arai algorithm forBivariatealgebraic integerencoded arai algorithm for
Bivariatealgebraic integerencoded arai algorithm for
 
N046018089
N046018089N046018089
N046018089
 
A High performance unified BCD adder/Subtractor
A High performance unified BCD adder/SubtractorA High performance unified BCD adder/Subtractor
A High performance unified BCD adder/Subtractor
 
IIIRJET-Implementation of Image Compression Algorithm on FPGA
IIIRJET-Implementation of Image Compression Algorithm on FPGAIIIRJET-Implementation of Image Compression Algorithm on FPGA
IIIRJET-Implementation of Image Compression Algorithm on FPGA
 
I43024751
I43024751I43024751
I43024751
 
F011123134
F011123134F011123134
F011123134
 
Q045079298
Q045079298Q045079298
Q045079298
 
IRJET- Efficient Image Encryption with Pixel Scrambling and Genetic Algorithm
IRJET- Efficient Image Encryption with Pixel Scrambling and Genetic AlgorithmIRJET- Efficient Image Encryption with Pixel Scrambling and Genetic Algorithm
IRJET- Efficient Image Encryption with Pixel Scrambling and Genetic Algorithm
 
High Speed Low Power Veterbi Decoder Design for TCM Decoders
High Speed Low Power Veterbi Decoder Design for TCM DecodersHigh Speed Low Power Veterbi Decoder Design for TCM Decoders
High Speed Low Power Veterbi Decoder Design for TCM Decoders
 
2012
20122012
2012
 

Semelhante a IRJET- Implementation of FIR Filter using Self Tested 2n-2k-1 Modulo Adder

Paper id 25201467
Paper id 25201467Paper id 25201467
Paper id 25201467
IJRAT
 

Semelhante a IRJET- Implementation of FIR Filter using Self Tested 2n-2k-1 Modulo Adder (20)

High Speed and Area Efficient Matrix Multiplication using Radix-4 Booth Multi...
High Speed and Area Efficient Matrix Multiplication using Radix-4 Booth Multi...High Speed and Area Efficient Matrix Multiplication using Radix-4 Booth Multi...
High Speed and Area Efficient Matrix Multiplication using Radix-4 Booth Multi...
 
IRJET - Comparison of Vedic, Wallac Tree and Array Multipliers
IRJET -  	  Comparison of Vedic, Wallac Tree and Array MultipliersIRJET -  	  Comparison of Vedic, Wallac Tree and Array Multipliers
IRJET - Comparison of Vedic, Wallac Tree and Array Multipliers
 
IRJET- Efficient Design of Radix Booth Multiplier
IRJET- Efficient Design of Radix Booth MultiplierIRJET- Efficient Design of Radix Booth Multiplier
IRJET- Efficient Design of Radix Booth Multiplier
 
Design of a Novel Multiplier and Accumulator using Modified Booth Algorithm w...
Design of a Novel Multiplier and Accumulator using Modified Booth Algorithm w...Design of a Novel Multiplier and Accumulator using Modified Booth Algorithm w...
Design of a Novel Multiplier and Accumulator using Modified Booth Algorithm w...
 
A comprehensive study on Applications of Vedic Multipliers in signal processing
A comprehensive study on Applications of Vedic Multipliers in signal processingA comprehensive study on Applications of Vedic Multipliers in signal processing
A comprehensive study on Applications of Vedic Multipliers in signal processing
 
High-Speed and Energy-Efficient MAC Design using Vedic Multiplier and Carry S...
High-Speed and Energy-Efficient MAC Design using Vedic Multiplier and Carry S...High-Speed and Energy-Efficient MAC Design using Vedic Multiplier and Carry S...
High-Speed and Energy-Efficient MAC Design using Vedic Multiplier and Carry S...
 
MODIFIED CARRY SELECT ADDER WITH BKA AND MGDI TECHNIQUE
MODIFIED CARRY SELECT ADDER WITH BKA AND MGDI TECHNIQUEMODIFIED CARRY SELECT ADDER WITH BKA AND MGDI TECHNIQUE
MODIFIED CARRY SELECT ADDER WITH BKA AND MGDI TECHNIQUE
 
Traffic Sign Recognition System
Traffic Sign Recognition SystemTraffic Sign Recognition System
Traffic Sign Recognition System
 
A Fast Floating Point Double Precision Implementation on Fpga
A Fast Floating Point Double Precision Implementation on FpgaA Fast Floating Point Double Precision Implementation on Fpga
A Fast Floating Point Double Precision Implementation on Fpga
 
Design and Implementation of Test Vector Generation using Random Forest Techn...
Design and Implementation of Test Vector Generation using Random Forest Techn...Design and Implementation of Test Vector Generation using Random Forest Techn...
Design and Implementation of Test Vector Generation using Random Forest Techn...
 
IRJET-Error Detection and Correction using Turbo Codes
IRJET-Error Detection and Correction using Turbo CodesIRJET-Error Detection and Correction using Turbo Codes
IRJET-Error Detection and Correction using Turbo Codes
 
IRJET - Comparative Study of Flight Delay Prediction using Back Propagati...
IRJET -  	  Comparative Study of Flight Delay Prediction using Back Propagati...IRJET -  	  Comparative Study of Flight Delay Prediction using Back Propagati...
IRJET - Comparative Study of Flight Delay Prediction using Back Propagati...
 
IRJET- MAC Unit by Efficient Grouping of Partial Products along with Circular...
IRJET- MAC Unit by Efficient Grouping of Partial Products along with Circular...IRJET- MAC Unit by Efficient Grouping of Partial Products along with Circular...
IRJET- MAC Unit by Efficient Grouping of Partial Products along with Circular...
 
IRJET- Fault- Tolerant Fir Filter Implementation
IRJET-	 Fault- Tolerant Fir Filter ImplementationIRJET-	 Fault- Tolerant Fir Filter Implementation
IRJET- Fault- Tolerant Fir Filter Implementation
 
Machine Learning, K-means Algorithm Implementation with R
Machine Learning, K-means Algorithm Implementation with RMachine Learning, K-means Algorithm Implementation with R
Machine Learning, K-means Algorithm Implementation with R
 
A Configurable and Low Power Hard-Decision Viterbi Decoder in VLSI Architecture
A Configurable and Low Power Hard-Decision Viterbi Decoder in VLSI ArchitectureA Configurable and Low Power Hard-Decision Viterbi Decoder in VLSI Architecture
A Configurable and Low Power Hard-Decision Viterbi Decoder in VLSI Architecture
 
Paper id 25201467
Paper id 25201467Paper id 25201467
Paper id 25201467
 
IRJET- Design of 16 Bit Low Power Vedic Architecture using CSA & UTS
IRJET-  	  Design of 16 Bit Low Power Vedic Architecture using CSA & UTSIRJET-  	  Design of 16 Bit Low Power Vedic Architecture using CSA & UTS
IRJET- Design of 16 Bit Low Power Vedic Architecture using CSA & UTS
 
High Speed Unified Field Crypto processor for Security Applications using Ver...
High Speed Unified Field Crypto processor for Security Applications using Ver...High Speed Unified Field Crypto processor for Security Applications using Ver...
High Speed Unified Field Crypto processor for Security Applications using Ver...
 
SOFTWARE BASED CALCULATION OF CAPACITY OUTAGE OF GENERATING UNITS
SOFTWARE BASED CALCULATION OF CAPACITY OUTAGE OF GENERATING UNITSSOFTWARE BASED CALCULATION OF CAPACITY OUTAGE OF GENERATING UNITS
SOFTWARE BASED CALCULATION OF CAPACITY OUTAGE OF GENERATING UNITS
 

Mais de IRJET Journal

Mais de 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...
 

Último

AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
ankushspencer015
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Kandungan 087776558899
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
dharasingh5698
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
dharasingh5698
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
dollysharma2066
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ssuser89054b
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
amitlee9823
 
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 

Último (20)

AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 

IRJET- Implementation of FIR Filter using Self Tested 2n-2k-1 Modulo Adder

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 651 Implementation of FIR Filter using Self Tested 2n-2k-1 Modulo Adder B.Soujanya1, P.Koteswara Rao2 1Pursuing M.Tech & Universal College of Engineering & Technology 2Assistant Professor, Dept. of ECE, Universal College of Engineering & Technology, AP, India. ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Modulo adder is one of the key components for the application of residue number system (RNS). Moduli set with the form of 2n-2k-1 can offer excellent balance among the RNS channels for multi-channels RNS processing. In this project, a novel algorithm and its VLSI implementation structure are proposed for modulo adder. In the proposed algorithm, parallel prefix operation and carry correction techniques are adopted to eliminate the re-computation of carries. Any existing parallel prefix structure can be used in the proposed structure. Thus, we can get flexible trade-off between area and delay with the proposed structure. Compared with same type modulo adder with traditional structures, the proposed modulo adder offers better performance in delay and area. In this project the proposed adder is used to generate random numbers which are repeated after a long period which can be useful for cryptographic applications. And also the proposed modulo adder is self-tested by making use of Linear Feedback Shift Register (LFSR). Using the same modulo adder, an FIR filter is implemented and compared with the general FIR filter to prove the better performance of Residue Number System to the normal computation. Key Words: Modulo Adder, Random Number Generator, Finite Impulse Response Filter, Linear Feedback Shift Register, Delay. 1. INTRODUCTION Random numbers have been in use for thousands of years. During ancient times random numbers were generated by using dice, coins, playing cards, and many other techniques. Even today, random numbers play an important role as it is used in cryptographic operations. For example it is used for generating keys in both symmetric and asymmetric algorithms, encryption, masking protocols...etc [1].Random number generator is an algorithm, which, based on an initial seed, produces a sequence of numbers. The main requirement is that this sequence should appear random to any observer. Random number generator may be software based or hardware- based systems [2], [3]. Hardware-based systems for random number generation are widely used. Various methods to compute pseudo-random numbers are known [4]. Most of them are based, on linear congruential equations [5] and require a number of time consuming arithmetic operations. In contrast, the use of feedback shift registers permits very fast generation of binary sequences. Shift register sequences of maximum length (m- sequences) are well suited to simulate truly random binary Sequences. In this project, Random number generator is constructed by using modulo 2n – 2k - 1 adder for residue number system. According to the form of the modulus, modular adders can be classified into two types: the general modular adder and the special modular adder. In 1987, Magdy A Bayoumi suggested a method for arbitrary modulus in which the binary adders are cascaded [6]. There are many other literatures on implementing modular adders using two parallel binary adders that calculate A+B and A+B+T [7], [8]. Even though the delay is small it requires about twice area of binary adder. In 1992 Dugdale proposed a method to construct a type of general modular adders that uses same adder for both A+B and A+B+T addition [9]. The main drawback of this structure is that it requires two operation cycles to perform one modular addition. In 2002 Hiasat proposed a class of modular adders in which the final stage is constructed by using Carry Look Ahead (CLA) based binary adder [10]. But this structure requires an extra CLA unit to obtain the carry-out bit of A+B+T. As a result, the structure does not reduce the delay significantly. In 2004 Patel et al [11] proposed ELMMA algorithm. which uses one carry computation module for A+B and other carry computation module for A+B+T in which some carry computation units can be shared. In 2008 S. H. Lin and M. H. Sheu proposed an architecture for modulo 2n+1 [12] adder based on “diminished-1” number representation. But this structure has more delay. A similar architecture for modulo 2n+ 3 [13] adder was proposed by, P. M. Matutino, R. Chaves, and L. Sousa in 2010. The random number generator using modulo 2n – 2k - 1 adder [14] consists of four units, the pre-processing, the carry generation, the carry modification and the sum calculation module. A new class of general modular adder with better performance in delay can be constructed by using the proposed modular adder. In the proposed scheme, the carries of A+B+T is computed first. These carries are modified twice to obtain the final carries
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 652 required in the sum computation module. Meanwhile, in the proposed modular adder structure any existing fast prefix structure of binary adders can be used, which offers flexibility in the design. 2. BACKGROUND 2.1. Residue Number System A residue number system is defined by a set of moduli, which consists of n pair wise relatively prime integers {m0, m1, m2...,mn-1}. The total count of numbers that can be represented by this number system is called range. It is the product of all moduli in the moduli set. (1) Such a residue number system is able to uniquely represent unsigned numbers in the range [0,M -1] and signed numbers in the range [-(M-1)/2 ,((M+1)/2)-1] for odd values of M, or [-M/2,(M/2)-1] for even values of M. These are called the dynamic range of the system. A number Y within the dynamic range is represented by its residues yi with respect to the moduli mi. The representation of Y in RNS is denoted as Y = {y0, y1,y2...yn-1} (2) Where i = 0,1,...,n-1. In RNS addition, subtraction and multiplication can be performed entirely on the residue representation of the operands. Let the RNS representations of X = {x0, x1, x2...,xm-1} and Y = {y0, y1, y2...,ym-1} and |X o Y| = {| x0 o y0|m0, |x1 o y1|m1 ,..., |xn-1 o yn-1|mn-1} (3) where the operation ‘o’ can be either addition or subtraction or multiplication. Note that the arithmetic operation o is performed in parallel with no interaction between the RNS channels. As a result the RNS systems are capable of performing high-speed addition and multiplication compared to traditional two’s complement systems. 2.2. Residue Addition For n-bit moduli m, where m < 2n , n = [log2 m] and where [c] represents the smallest integer greater than c, we formulate the modular addition problem as where A, B and C are all n-bit unsigned integers. The subtraction in the above equation can be replaced by an addition of the additive inverse of m mod 2n, t (=2n- m)[8] and, as a result, the modular addition equation above can be redefined as The equation for C above identifies the general approach used to perform modular addition. If the carry from the binary sum A+B + T is 1 then the output of the modular addition is the n least significant bits (LSBs) of the resulting sum. Otherwise, the result is n-bit sum of A+B. 3. MODULO 2N – 2K -1 ADDER The modulo adder is composed of four modules, pre- processing module, carry generation module, carry modification module, and sum calculation module. In Figure 1, different shade represents different processing modules. The modulo 2n – 2k - 1 adder can be divided into two general binary adders, A1 and A2, with carry modification and sum calculation module according to the characteristics of correction T. We can get the carries cireal used in the final stage through correcting the carries ciT of A+B+T which can be computed by any existing prefix structure with proper pre- processing. At last, we can get the final modular addition result from ci real and partial sum information. The proposed architecture shown in Fig. 2 can avoid the calculation of carries information for and separately. Thus, the area and delay in VLSI implementation can be reduced. Figure 1: 2n – 2k - 1 Modulo Adder used in Proposed FIR filter 3.1 Preprocessing unit The purpose of pre-processing unit is to generate the carry generation and propagation bits (gi,pi) of A+B+T. The computation of A+B+T is performed by A1 and A2
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 653 where A1 and A2 are used for lower-k bits and higher (n- k) bits addition respectively. Two modules Preprocessing A1 and preprocessing A2 are taken. The functions white square and white circle are used in this module. 3.2 Carry generation unit Generation and carry propagation bits from the pre- processing unit are used to get the carries of A+B+T. Any existing prefix structure can be used to get the carries. Here sklansky prefix adder is used. Two modules Prefix computation A1 and Prefix computation A2 are taken. The functions used in this module are Gray circle and black circle. 3.3 Carry modification unit The carry modification unit is used to get the real carries for each bit needed in the final sum calculation stage. In order to reduce the area, we get the carries of A+B by correcting the carries of A+B+T in the carry correction unit. Twice carry correction is done for both adders A1 and A2 to generate real carries. 3.4 Sum calculation unit In this unit, the partial sum bits from both A+B and A+B+T are required . Two functions are used in this module; Inverse XOR circle and XOR circle. The sum bits are The resulting structure is shown in the Fig.2 Figure 2: The modulo 28 – 24 – 1 adder 3.5 Generation of Random Number Random number generator is an algorithm that, based on an initial seed, produces a sequence of numbers. The main requirement is that this sequence appears random to any observer. Here, in this paper we are generating random numbers using modulo 2n – 2k - 1 adder and LFSR (Linear feedback shift register) in which modular adder has large dynamic range and better performance. A large value of m(modulo) is desired, so that the period can be kept long in which random numbers can be generated that are secure for cryptographic applications .In this paper a random number generator is constructed with a period of 211*8- 1. Figure 3: Random Number Generation with self Testing
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 654 4. EXISTING & PROPOSED SYSTEMS The Conventional FIR filter is the existing system with general adder for adding filter coefficients. Consider the Causal FIR filter whose equation is given by (7) The following is the existing FIR system with Novel General Adder Figure 4: Conventional FIR Filter In Proposed system, we are replacing the general adder by a modulo adder which is discussed in this paper in figure1.The proposed system is shown in below figure. Figure 5: Proposed FIR Filter with Modulo Adder From the synthesis reports of both the filters, it is observed that modulo 2n– 2k – 1 adder has a delay of 11.21ns which is much better and faster than that of conventional filter 26.69ns. The number of registers used is 12, which is also less than the conventional filter. This shows that the area required by the modulo2n– 2k – 1 adder is less than the other. The following table gives you the delay values in detail Table-1: Comparison of Results Type Delay Number of registers Conventional FIR filter 26.69 ns 44 FIR filter with modulo adder 11.21 ns 12 5. Simulation Results The simulation results are performed in Xilinx software, Synthesis reports were generated. Synthesis reports give the details about Delay of the proposed and existing FIR Filters Figure 6: Simulation result for pre-processing unit Figure 7: Simulation result for prefix computation
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 655 Figure 8: Carry Computation Block simulation result Figure 9: Sum Computation simulation result Figure 10: Modulo Adder Output simulation Result. Figure 11: Simulation result for FIR filter using modulo adder 6. CONCLUSION In this paper , a new FIR Filter with modulo 2n-2k-1 adder is proposed. Using this adder random numbers are generated with high dynamic range .This structure consists of pre-processing unit, carry generation unit, carry correction unit and sum computation unit. The way using twice carry correction improves the performance of area and timing. This modulo adder has given better performance in area and delay compared to general modulo adder. Implementation of efficient FIR filter using modulo 2n-2k-1 is done with a delay of 11ns. By comparing this with conventional FIR filter, it has given high speed and is efficient. REFERENCES [1] Data Conversion in Residue Number System, Omar Abdelfattah, Department of Electrical & Computer Engineering McGill University Montreal, Canada ,January 2011 [2] A good tutorial paper of RNS: Fred J. Taylor, "Residue Arithmetic: A Tutorial with Examples", IEEE Trans. on Computer, pp. 50~62, May 1994. [3] A good paper collections for RNS: M. A. Soderstrand, W. K. Jenkins, G. A. Jullien, F. J. Taylor (eds.), Residue Number System Arithmetic: Modern Applications in digital Signal Processing, IEEE Press, New York, 1991. [4] On Modulo 2n + 1 Adder Design, Haridimos T. Vergos, Member, IEEE, and Giorgos Dimitrakopoulos, Member, IEEE,IEEE TRANSACTIONS ON COMPUTERS, VOL. 61, NO. 2, FEBRUARY 2012. [5] Low Power Realization of Residue Number System based FIR Filters, M. N. Mahesh, Mahesh Mehendale Texas Instruments (INDIA) Ltd.
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 656 [6] A Novel Low Complexity Combinational RNS Multiplier Using Parallel Prefix AdderMohammad R. Reshadinezhad, Farshad Kabiri Samani, IJCSI International Journal of Computer Science Issues, Vol. 10, Issue 2, No 3, March 2013. [7] Computer Arithmetic Circuits ∗ Lecture 9: Residue Number SystemsFebruary 2006. [8] RNS-To-Binary Converter for a New Three-Moduli Set 2n+1- 1; 2n; 2n- 1Pemmaraju V. Ananda Mohan, Fellow, IEEE