SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 12 | Dec. 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 456
AN EFFICIENT REVERSE CONVERTER FOR THE THREE NON-COPRIME
MODULI SET {
Valentine, Aveyom1, Mohammed, .I., Daabo (PhD)2, Abdul-Barik, Alhassan (PhD)3
1Tutor, Notre Dame Seminary SHS, Box 10, Navrongo.
2HOD, Computer Science Department, University for Development Studies, Navrongo.
3Senior Lecturer, Computer Science Department, University for Studies, Navrongo.
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - In this paper, residue to binary conversion is
discussed for the three moduli set { sharing a
common factor. A new and efficient converter for the moduli
set is proposed. Larger multipliers in (Premkumar, 1995) are
replaced by smaller multipliers and adders reducing the
hardware required by the proposed converter. The hardware
implementation and comparison with other state-of- the- art
schemes shows that the proposed scheme performed better.
Key Words: Residue Number System(RNS), Chinese
Remainder Theorem (CRT), Mixed Radix Conversion
(MRC), Reverse Conversion, Non coprime Moduli set.
1. INTRODUCTION
Residue Number Systems (RNS) are considered suitable for
the implementation of high-speed digital signal processing
devices due to their inherent parallelism, modularity, fault
tolerance and localized carry propagation properties
(Garner, 1959). Somearithmetic operations,suchasaddition
and multiplication, can be carriedoutmoreefficientlyin RNS
than in conventional two’s complement systems.
The traditional moduliset{ }hasbeenone
of the most popular studied in RNS. However, these moduli
set does not offer some of the advantages that moduli sets
with common factors offer such as consecutiveness and
ability to allow for equal width adders and multipliers. The
moduli set { which shares a common factorof2
is therefore of study significance since it offers these
advantages. It however, will have a limitation in high
performance Digital Signal Processing (DSP) applications as
it has a smaller dynamic range.
2. FUNDAMENTALS OF RESIDUE NUMBERSYSTEM(RNS)
RNS is defined in terms of a set of relativelyprimemoduli set
such that the
for ,
where gcd means the greatest common divisor (gcd) of
and , while , is the dynamic range. The
residues of a decimal number can be obtained as
, thus X can be represented in RNS as
, . This representation is
unique for any integer . is the modulo
operation of with respect to (Gbolagade, 2011).
2.1 Chinese Remainder Theorem (CRT)
The Chinese Remainder Theorem (CRT) can be used to
backward convert the residue digits ( ) of the
moduli set } to its decimal number (X) as
follows;
For a moduli set with the dynamic range
the residue number can be
converted into the decimal number , according to the CRT
as follows;
Where,
(Gbolagade et al, 2009).
2.2 Mixed Radix Conversion (MRC)
The Mixed Radix Conversion (MRC) approach serves as an
alternative method to the CRT as it does not involve the use
of the large modulo-M computation. This method also used
to perform `residue to binary conversionof based
on the moduli set { } as follows;
= (2)
Where (MRDs) which can
be computed as;
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 12 | Dec. 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 457
(Gbolagade et al, 2008).
2.3 Revised CRT for Moduli Set with Common Factors
The revised CRT which is used for moduli set with factors is
stated as;
Where is the Least Common Multiple (LCM) of { ,
the moduli set sharing a common factor.
X is the decimal equivalent of {
is any integer such that and =1and
{ a set of integers such that
and divides
Note however that, may not exist for some values of
3. PROPOSED CONVERSION TECHNIQUES
Two conversion methods are discussed by the paper. These
are -Modulus Conversion Technique and computation
without modulo arithmetic.
3.1 -Modulus Conversion Technique
This technique seeks to reduce the cost of computing by
eliminating the computation of the dynamic Range (M)from
the Chinese Remainder Theorem (CRT). The Technique first
presents the modified CRT for general 3-moduli set
{ } which does not use the dynamic range (M) in
computations.
Theorem 1:
For any moduli set { with common factors, the
decimal equivalent X of the residue number( canbe
computed using;
X= ( ) + (3)
Where; is the multiplication inverse of
The theorem aims at reducing the magnitude of values
involved in the computation.
Proof:
The research uses lemmas presented by Wang, (1998) to
achieve the proof as follows:
Lemma 1:
Lemma 2:
Lemma 3: where is
Expanding equation (1) for gives;
(4)
Putting Lemmas 2 and 3 into equation (4) results in;
(5)
Simplifying further yields;
(6)
Thus applying Lemma 1, gives;
(7)
Here the above equation reduces to the
form:
This equation uses only mod- for computation
instead of mod- M. The approach then further proceeds to
eliminate from the computations.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 12 | Dec. 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 458
Theorem 2:
For anymoduliset sharinga commonfactor
which is being mapped to a relatively prime moduli set
{ ( ) is computed as;
(9)
Where; ML=LCM isthe
multiplication inverse of with respect to
Proof:
This is proved by relating equation (9) to equation (2)
where all the conditions are present except for being an
integer such that = 0 and = 1.
Assume that; .It implies that =1, which
implies that . Therefore it can be written that
as is in equation (9)
It can then be shown that =0.
, which implies that
Since , hence equation (9) is a more
formal way of representing equation (2).
To perform reverse conversion using equation (3) however,
requires a method of computing the relatively prime
{ of the moduli set with common factor .
According to Ahmad et. al (1999), the moduli set
{ with a common factor of 2 can be mapped to
a set of relatively prime moduli set,{ given by;
1. { ={
= { , when n is even and
2. { = {
= { , when n is odd and
Note that, the conditions ( ) and ( ) are very
important as it is based on them that ( ) and
exists.
For moduli sets with common factors, not all residues are
valid numbers. For a 3-moduli set sharing a common factor
to represent a valid number, the following proposition must
hold;
Proposition 1: For any RNS moduli set sharing a
common factor, then ( will represent a valid number
if and only if ( is even.
The Prove to this proposition can be seen in (Ahmad et al,
1999). Substituting the proposed moduli set
into Theorem 1, gives;
Corollary 1: For the moduli set sharing a
common factor 2, the decimal equivalent X of a residue
number ( for even and odd as stated in proposition
1 are computed as shown:
1. If is even, then;
X=( +
(10)
Where;
and
2. If is odd:
X= ( ) (11)
Where and
Table -1: For even
n Multiplicative Inverses Equivalent Values
1 2
2 1
3
4
5
6
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 12 | Dec. 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 459
Table -2: For odd
Multiplicative
Inverses
Equivalent
Values
3 1
5 1
7
9
11
13
Table -3: For even
Multiplicative
Inverses
Equivalent
Values
4 {4, 7, 8} {2, 7, 8}
6 {4, 11, 12} {2, 11, 12}
8 {4, 15, 16} {2, 15, 16}
10 {4, 19, 20} {2, 19, 20}
12 {4, 23, 24} {2, 23, 24}
14 {4, 27, 28} {2, 27, 28}
Table 4: For odd
Given Set Relatively
Prime
New Set
3 {4, 5, 6} {4, 5, 3} 2
5 {8, 9, 10} {4, 9, 5} 1
7 {12, 13, 14} {4, 13, 7} 3
9 {16, 17, 18} {4, 17, 9} 5
11 {20, 21, 22} {4, 21, 11} 7
13 {24, 25, 26} {4, 25, 13} 9
3.2 Computation Without Modulo Operation
Given the Residue Number System (RNS)number
for the moduli set which shares a common
factor of 2 between and the proposed algorithm
calculates the decimal equivalent of an RNS number using a
simplified version of the CRT stated in equation (2) as
shown. Sets of relatively prime moduli sets are selected for
the moduli set for being even and odd. As given by
(Ahmad et al, 1999) the moduli set with a
common factor of 2 can be mapped to a set of relatively
prime moduli set,{ given by;
1. { ={
= { , when n is even ,
2. { ={
{ , when n is odd,
Note that, the conditions ( ) and ( ) are very
important as it is based on it that ( ) and exists.
Case 1: For even,
{ will have a relatively prime moduli set
{ , , }.
Thus; { , , }= { , , }
Case 2: For odd,
{ will have a relatively prime moduli set
{ , }.
Thus { , , }= {
Theorem 3:
Given the moduli set { for being even,
Thus { , , }= { , implying
. There exists a compact
form of multiplicative inverses for any even integer n > 2 as
follows:
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 12 | Dec. 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 460
Proof:
If we can show that , then
is the multiplicative inverse of ( ) with respect
to .
Thus equation (12) holds true.
Similarly,ifwecanshowthat ,
then is the multiplicative inverse of ( ) with
respect to .
Thus equation (13) holds true.
Again, If it can be shown that ,
then is the multiplicative inverse of ( ) with
respect to .
Thus equation (14) holds true.
Theorem 4:
Given the moduli set { for being odd,
Thus; { , , }={ , it implies
. There exists a compact
form of multiplicative inverses for any even integer n > 2 as
follows:
Proof:
If we can show that , then
is the multiplicative inverse of ( ) with respect
to .
Thus equation (15) holds true.
Similarly, ifwecanshowthat ,
then is the multiplicative inverse of ( ) with
respect to .
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 12 | Dec. 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 461
Thus equation (16) holds true.
Again, If it can be shown that ,
then is the multiplicative inverse of with
respect to .
Thus equation (17) holds true.
Proposed Converter
Using the ChineseRemainderTheorem(CRT)ontheselected
moduliset{ }={ isdefinedasfollows;
=
The CRT cannot directly be used since the selected moduli
set shares a common factor. We therefore adopt the
following relations from (Premkumar, 1995) using the
weight concept.
Given that; is even, then
For not being even, then
(20)
Proposition 1
where a and b are integers
Proof
Proposition 2
An RNS number for the moduli set
{ } represented by ( the
integer will represent a valid number if and only if
is even and can be computed by the following
formula;
Proof
The prove is done by showing that if ( represents a
valid number, then is even. There exist some
such that ,
Therefore
, which must be even.
If is not even, then ( does not represent a
valid RNS number and should not be decoded.
Consider
being even. It is easy to see that ,
Since therefore
Therefore;
Which implies that, there exists a number such that
and
Where
must
be in the interval .
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 12 | Dec. 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 462
Therefore;
which is same as formula (21) .
4. HARDWARE IMPLEMENTATION
In this section, the paper implements the proposed
hardware design for the converter by mainly using carry
save adders, multipliers and a modular adder.
The formula;
can be represented by;
,
Let , and
can then written as shown;
for
Fig -1: Architecture for the proposed Scheme
From the diagram, the two circles represent multipliers of
ranges respectively whiles are
adder/subtractor units to generate the values of 1 and 2.
The unit is a modulo adder and is a normal
adder unit.
Table -1: Comparison with some Proposed Converter
Proposed
Converter
Converter
(Premkumar
, 1995)
Converter
(Gbolagade.
2009)
No. of
Adder
units
No. of
Multiplie
r units
The hardware sum of the Adders and the
multiplier of range is less than 2 multipliers of range .
That is if takes bits, then will take bits.
Therefore, in terms of hardware size, the new converter is
much smaller than the one proposed in (Premkumar, 1995)
because of the fewer multipliers used since addersare much
smaller that multipliers.
5. CONCLUSION
This paper proposes a new converter for the special moduli
set { sharing a common factor of 2. The
proposed converter is more efficient and smaller in
hardware size than the converter presentedin(Premkumar,
1995). The converter reduces cost of implementation and
improves on the speed gain of earlier converters.
REFERENCES
[1] Abdelfattah, (2011)“Data ConversioninResidueNumber
System”. McGill University. balanced moduli sets and
enhanced modular arithmetic structures". Computers
&Digital Techniques.
[2] Chaves, R., and Sousa, L. (2007) "Improving residue
number system multiplication with more Circuits &
Communication.
[3] Gbolagade, K. A. and Cotofana, S.D. (2008). MRC
Techniques for RNS to Decimal Conversion Usingthe Moduli
set Proceedings of the 16th Annual
Workshop on Circuits, Systems and Signal processing,
Veldhoven, the Netherlands.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 12 | Dec. 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 463
[4] Gbolagade, K. A. and Cotofana, S.D. (2009a). Residue-to-
Decimal Converters for Moduli Sets with Common Factors.
IEEE, Pp.624-627, 2009.
[5] Gbolagade, K. A. and Cotofana, S.D. (2009b). A Reverse
Converter for the new 4 –Moduli set
.SubmittedtoIEEENewcastaisa
Toulouse, France. July, 2009. IET, Volume 1, Issue 5, pages
472-480.
[6] Premkumar, A.B., (1992). “An RNS to Binary converter in
2n+l, 2n, 2n-1 moduli set”, IEEE TransactionsonCircuitsand
Systems - I1 Vol. 39, No. 7, pp. 480-482.
[7] Premkumar, A.B., (1995). “An RNS to Binary converter in
a three moduli set with common factors”, IEEE Transactions
on Circuits and Systems -11, Vol. 42, No. 4, pp. 298-301.
[8] Garner, H.L. (1959). The residue Number System, IRE
Trans. On Electronic Computers, pp. 140-147.
BIOGRAPHIES
Valentine Aveyom is an MSc.
Computational Mathematics Studentat
the Faculty of Mathematical Sciences,
UDS, Ghana and an ICT Tutor at Notre
Dame Sem. SHS, Navrongo. He has
research interest in the area of Residue
Number System (RNS).
Dr. Mohammed I. Daabo is a senior
lecturer in Computer Science at the
Department of Computer Science, UDS,
Ghana. He has over (15) years teaching
experience in Tertiary Education and
has conducted academic research in
the fields of Overflow Detection,
Reverse conversion, Error Detection,
Sensor Networks and Epidemiological
Modeling.
Dr. Abdul-Barik Alhassan is a senior
Lecturer and Exams Officer of the
Computer Science Department of UDS
Ghana. He has research interest in the
areas of Computer Hardware and
Architecture, Residue Number System
(RNS), Information Security/
Cryptography, Algorithm Design and
Analysis and Statistical Computing.

More Related Content

Similar to IRJET- An Efficient Reverse Converter for the Three Non-Coprime Moduli Set {4,2n-1,2n}

Master’s theorem Derivative Analysis
Master’s theorem Derivative AnalysisMaster’s theorem Derivative Analysis
Master’s theorem Derivative Analysis
IRJET Journal
 
AN EFFICIENT PARALLEL ALGORITHM FOR COMPUTING DETERMINANT OF NON-SQUARE MATRI...
AN EFFICIENT PARALLEL ALGORITHM FOR COMPUTING DETERMINANT OF NON-SQUARE MATRI...AN EFFICIENT PARALLEL ALGORITHM FOR COMPUTING DETERMINANT OF NON-SQUARE MATRI...
AN EFFICIENT PARALLEL ALGORITHM FOR COMPUTING DETERMINANT OF NON-SQUARE MATRI...
ijdpsjournal
 
AN EFFICIENT PARALLEL ALGORITHM FOR COMPUTING DETERMINANT OF NON-SQUARE MATRI...
AN EFFICIENT PARALLEL ALGORITHM FOR COMPUTING DETERMINANT OF NON-SQUARE MATRI...AN EFFICIENT PARALLEL ALGORITHM FOR COMPUTING DETERMINANT OF NON-SQUARE MATRI...
AN EFFICIENT PARALLEL ALGORITHM FOR COMPUTING DETERMINANT OF NON-SQUARE MATRI...
ijdpsjournal
 
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
 
Show off the efficiency of dai-liao method in merging technology for monotono...
Show off the efficiency of dai-liao method in merging technology for monotono...Show off the efficiency of dai-liao method in merging technology for monotono...
Show off the efficiency of dai-liao method in merging technology for monotono...
nooriasukmaningtyas
 
LOGNORMAL ORDINARY KRIGING METAMODEL IN SIMULATION OPTIMIZATION
LOGNORMAL ORDINARY KRIGING METAMODEL IN SIMULATION OPTIMIZATIONLOGNORMAL ORDINARY KRIGING METAMODEL IN SIMULATION OPTIMIZATION
LOGNORMAL ORDINARY KRIGING METAMODEL IN SIMULATION OPTIMIZATION
orajjournal
 
A new efficient fpga design of residue to-binary converter
A new efficient fpga design of residue to-binary converterA new efficient fpga design of residue to-binary converter
A new efficient fpga design of residue to-binary converter
VLSICS Design
 
IRJET- A Novel Gabor Feed Forward Network for Pose Invariant Face Recogni...
IRJET-  	  A Novel Gabor Feed Forward Network for Pose Invariant Face Recogni...IRJET-  	  A Novel Gabor Feed Forward Network for Pose Invariant Face Recogni...
IRJET- A Novel Gabor Feed Forward Network for Pose Invariant Face Recogni...
IRJET Journal
 
A Weighted Duality based Formulation of MIMO Systems
A Weighted Duality based Formulation of MIMO SystemsA Weighted Duality based Formulation of MIMO Systems
A Weighted Duality based Formulation of MIMO Systems
IJERA Editor
 
IRJET- K-SVD: Dictionary Developing Algorithms for Sparse Representation ...
IRJET-  	  K-SVD: Dictionary Developing Algorithms for Sparse Representation ...IRJET-  	  K-SVD: Dictionary Developing Algorithms for Sparse Representation ...
IRJET- K-SVD: Dictionary Developing Algorithms for Sparse Representation ...
IRJET Journal
 
Discrete-wavelet-transform recursive inverse algorithm using second-order est...
Discrete-wavelet-transform recursive inverse algorithm using second-order est...Discrete-wavelet-transform recursive inverse algorithm using second-order est...
Discrete-wavelet-transform recursive inverse algorithm using second-order est...
TELKOMNIKA JOURNAL
 
Cauchy’s Inequality based study of the Differential Equations and the Simple ...
Cauchy’s Inequality based study of the Differential Equations and the Simple ...Cauchy’s Inequality based study of the Differential Equations and the Simple ...
Cauchy’s Inequality based study of the Differential Equations and the Simple ...
IRJET Journal
 
Plan economico del 2017
Plan economico del 2017Plan economico del 2017
Plan economico del 2017
Guillermo Gallardo
 
Plan economico
Plan economicoPlan economico
Plan economico
Crist Oviedo
 
New emulation based approach for probabilistic seismic demand
New emulation based approach for probabilistic seismic demandNew emulation based approach for probabilistic seismic demand
New emulation based approach for probabilistic seismic demand
Sebastian Contreras
 
IRJET- Optimization of 1-Bit ALU using Ternary Logic
IRJET- Optimization of 1-Bit ALU using Ternary LogicIRJET- Optimization of 1-Bit ALU using Ternary Logic
IRJET- Optimization of 1-Bit ALU using Ternary Logic
IRJET Journal
 
Low power cost rns comparison via partitioning the dynamic range
Low power cost rns comparison via partitioning the dynamic rangeLow power cost rns comparison via partitioning the dynamic range
Low power cost rns comparison via partitioning the dynamic range
Nexgen Technology
 

Similar to IRJET- An Efficient Reverse Converter for the Three Non-Coprime Moduli Set {4,2n-1,2n} (20)

Master’s theorem Derivative Analysis
Master’s theorem Derivative AnalysisMaster’s theorem Derivative Analysis
Master’s theorem Derivative Analysis
 
AN EFFICIENT PARALLEL ALGORITHM FOR COMPUTING DETERMINANT OF NON-SQUARE MATRI...
AN EFFICIENT PARALLEL ALGORITHM FOR COMPUTING DETERMINANT OF NON-SQUARE MATRI...AN EFFICIENT PARALLEL ALGORITHM FOR COMPUTING DETERMINANT OF NON-SQUARE MATRI...
AN EFFICIENT PARALLEL ALGORITHM FOR COMPUTING DETERMINANT OF NON-SQUARE MATRI...
 
AN EFFICIENT PARALLEL ALGORITHM FOR COMPUTING DETERMINANT OF NON-SQUARE MATRI...
AN EFFICIENT PARALLEL ALGORITHM FOR COMPUTING DETERMINANT OF NON-SQUARE MATRI...AN EFFICIENT PARALLEL ALGORITHM FOR COMPUTING DETERMINANT OF NON-SQUARE MATRI...
AN EFFICIENT PARALLEL ALGORITHM FOR COMPUTING DETERMINANT OF NON-SQUARE MATRI...
 
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)
 
Show off the efficiency of dai-liao method in merging technology for monotono...
Show off the efficiency of dai-liao method in merging technology for monotono...Show off the efficiency of dai-liao method in merging technology for monotono...
Show off the efficiency of dai-liao method in merging technology for monotono...
 
LOGNORMAL ORDINARY KRIGING METAMODEL IN SIMULATION OPTIMIZATION
LOGNORMAL ORDINARY KRIGING METAMODEL IN SIMULATION OPTIMIZATIONLOGNORMAL ORDINARY KRIGING METAMODEL IN SIMULATION OPTIMIZATION
LOGNORMAL ORDINARY KRIGING METAMODEL IN SIMULATION OPTIMIZATION
 
A new efficient fpga design of residue to-binary converter
A new efficient fpga design of residue to-binary converterA new efficient fpga design of residue to-binary converter
A new efficient fpga design of residue to-binary converter
 
Ax03303120316
Ax03303120316Ax03303120316
Ax03303120316
 
IRJET- A Novel Gabor Feed Forward Network for Pose Invariant Face Recogni...
IRJET-  	  A Novel Gabor Feed Forward Network for Pose Invariant Face Recogni...IRJET-  	  A Novel Gabor Feed Forward Network for Pose Invariant Face Recogni...
IRJET- A Novel Gabor Feed Forward Network for Pose Invariant Face Recogni...
 
A Weighted Duality based Formulation of MIMO Systems
A Weighted Duality based Formulation of MIMO SystemsA Weighted Duality based Formulation of MIMO Systems
A Weighted Duality based Formulation of MIMO Systems
 
IRJET- K-SVD: Dictionary Developing Algorithms for Sparse Representation ...
IRJET-  	  K-SVD: Dictionary Developing Algorithms for Sparse Representation ...IRJET-  	  K-SVD: Dictionary Developing Algorithms for Sparse Representation ...
IRJET- K-SVD: Dictionary Developing Algorithms for Sparse Representation ...
 
Discrete-wavelet-transform recursive inverse algorithm using second-order est...
Discrete-wavelet-transform recursive inverse algorithm using second-order est...Discrete-wavelet-transform recursive inverse algorithm using second-order est...
Discrete-wavelet-transform recursive inverse algorithm using second-order est...
 
Cauchy’s Inequality based study of the Differential Equations and the Simple ...
Cauchy’s Inequality based study of the Differential Equations and the Simple ...Cauchy’s Inequality based study of the Differential Equations and the Simple ...
Cauchy’s Inequality based study of the Differential Equations and the Simple ...
 
Plan economico del 2017
Plan economico del 2017Plan economico del 2017
Plan economico del 2017
 
Plan economico
Plan economicoPlan economico
Plan economico
 
Plan economico
Plan economicoPlan economico
Plan economico
 
New emulation based approach for probabilistic seismic demand
New emulation based approach for probabilistic seismic demandNew emulation based approach for probabilistic seismic demand
New emulation based approach for probabilistic seismic demand
 
05725150
0572515005725150
05725150
 
IRJET- Optimization of 1-Bit ALU using Ternary Logic
IRJET- Optimization of 1-Bit ALU using Ternary LogicIRJET- Optimization of 1-Bit ALU using Ternary Logic
IRJET- Optimization of 1-Bit ALU using Ternary Logic
 
Low power cost rns comparison via partitioning the dynamic range
Low power cost rns comparison via partitioning the dynamic rangeLow power cost rns comparison via partitioning the dynamic range
Low power cost rns comparison via partitioning the dynamic range
 

More from IRJET Journal

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

More from IRJET Journal (20)

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

Recently uploaded

Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
Basic Industrial Engineering terms for apparel
Basic Industrial Engineering terms for apparelBasic Industrial Engineering terms for apparel
Basic Industrial Engineering terms for apparel
top1002
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation & Control
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
AJAYKUMARPUND1
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
Robbie Edward Sayers
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
fxintegritypublishin
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
SamSarthak3
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
MdTanvirMahtab2
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
TeeVichai
 
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdfTutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
aqil azizi
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
AmarGB2
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
Amil Baba Dawood bangali
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
obonagu
 
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTSHeap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Soumen Santra
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
Aditya Rajan Patra
 
Unbalanced Three Phase Systems and circuits.pptx
Unbalanced Three Phase Systems and circuits.pptxUnbalanced Three Phase Systems and circuits.pptx
Unbalanced Three Phase Systems and circuits.pptx
ChristineTorrepenida1
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
karthi keyan
 
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
ssuser7dcef0
 

Recently uploaded (20)

Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
 
Basic Industrial Engineering terms for apparel
Basic Industrial Engineering terms for apparelBasic Industrial Engineering terms for apparel
Basic Industrial Engineering terms for apparel
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
 
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdfTutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
 
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTSHeap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
 
Unbalanced Three Phase Systems and circuits.pptx
Unbalanced Three Phase Systems and circuits.pptxUnbalanced Three Phase Systems and circuits.pptx
Unbalanced Three Phase Systems and circuits.pptx
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
 
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
 

IRJET- An Efficient Reverse Converter for the Three Non-Coprime Moduli Set {4,2n-1,2n}

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 12 | Dec. 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 456 AN EFFICIENT REVERSE CONVERTER FOR THE THREE NON-COPRIME MODULI SET { Valentine, Aveyom1, Mohammed, .I., Daabo (PhD)2, Abdul-Barik, Alhassan (PhD)3 1Tutor, Notre Dame Seminary SHS, Box 10, Navrongo. 2HOD, Computer Science Department, University for Development Studies, Navrongo. 3Senior Lecturer, Computer Science Department, University for Studies, Navrongo. ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - In this paper, residue to binary conversion is discussed for the three moduli set { sharing a common factor. A new and efficient converter for the moduli set is proposed. Larger multipliers in (Premkumar, 1995) are replaced by smaller multipliers and adders reducing the hardware required by the proposed converter. The hardware implementation and comparison with other state-of- the- art schemes shows that the proposed scheme performed better. Key Words: Residue Number System(RNS), Chinese Remainder Theorem (CRT), Mixed Radix Conversion (MRC), Reverse Conversion, Non coprime Moduli set. 1. INTRODUCTION Residue Number Systems (RNS) are considered suitable for the implementation of high-speed digital signal processing devices due to their inherent parallelism, modularity, fault tolerance and localized carry propagation properties (Garner, 1959). Somearithmetic operations,suchasaddition and multiplication, can be carriedoutmoreefficientlyin RNS than in conventional two’s complement systems. The traditional moduliset{ }hasbeenone of the most popular studied in RNS. However, these moduli set does not offer some of the advantages that moduli sets with common factors offer such as consecutiveness and ability to allow for equal width adders and multipliers. The moduli set { which shares a common factorof2 is therefore of study significance since it offers these advantages. It however, will have a limitation in high performance Digital Signal Processing (DSP) applications as it has a smaller dynamic range. 2. FUNDAMENTALS OF RESIDUE NUMBERSYSTEM(RNS) RNS is defined in terms of a set of relativelyprimemoduli set such that the for , where gcd means the greatest common divisor (gcd) of and , while , is the dynamic range. The residues of a decimal number can be obtained as , thus X can be represented in RNS as , . This representation is unique for any integer . is the modulo operation of with respect to (Gbolagade, 2011). 2.1 Chinese Remainder Theorem (CRT) The Chinese Remainder Theorem (CRT) can be used to backward convert the residue digits ( ) of the moduli set } to its decimal number (X) as follows; For a moduli set with the dynamic range the residue number can be converted into the decimal number , according to the CRT as follows; Where, (Gbolagade et al, 2009). 2.2 Mixed Radix Conversion (MRC) The Mixed Radix Conversion (MRC) approach serves as an alternative method to the CRT as it does not involve the use of the large modulo-M computation. This method also used to perform `residue to binary conversionof based on the moduli set { } as follows; = (2) Where (MRDs) which can be computed as;
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 12 | Dec. 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 457 (Gbolagade et al, 2008). 2.3 Revised CRT for Moduli Set with Common Factors The revised CRT which is used for moduli set with factors is stated as; Where is the Least Common Multiple (LCM) of { , the moduli set sharing a common factor. X is the decimal equivalent of { is any integer such that and =1and { a set of integers such that and divides Note however that, may not exist for some values of 3. PROPOSED CONVERSION TECHNIQUES Two conversion methods are discussed by the paper. These are -Modulus Conversion Technique and computation without modulo arithmetic. 3.1 -Modulus Conversion Technique This technique seeks to reduce the cost of computing by eliminating the computation of the dynamic Range (M)from the Chinese Remainder Theorem (CRT). The Technique first presents the modified CRT for general 3-moduli set { } which does not use the dynamic range (M) in computations. Theorem 1: For any moduli set { with common factors, the decimal equivalent X of the residue number( canbe computed using; X= ( ) + (3) Where; is the multiplication inverse of The theorem aims at reducing the magnitude of values involved in the computation. Proof: The research uses lemmas presented by Wang, (1998) to achieve the proof as follows: Lemma 1: Lemma 2: Lemma 3: where is Expanding equation (1) for gives; (4) Putting Lemmas 2 and 3 into equation (4) results in; (5) Simplifying further yields; (6) Thus applying Lemma 1, gives; (7) Here the above equation reduces to the form: This equation uses only mod- for computation instead of mod- M. The approach then further proceeds to eliminate from the computations.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 12 | Dec. 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 458 Theorem 2: For anymoduliset sharinga commonfactor which is being mapped to a relatively prime moduli set { ( ) is computed as; (9) Where; ML=LCM isthe multiplication inverse of with respect to Proof: This is proved by relating equation (9) to equation (2) where all the conditions are present except for being an integer such that = 0 and = 1. Assume that; .It implies that =1, which implies that . Therefore it can be written that as is in equation (9) It can then be shown that =0. , which implies that Since , hence equation (9) is a more formal way of representing equation (2). To perform reverse conversion using equation (3) however, requires a method of computing the relatively prime { of the moduli set with common factor . According to Ahmad et. al (1999), the moduli set { with a common factor of 2 can be mapped to a set of relatively prime moduli set,{ given by; 1. { ={ = { , when n is even and 2. { = { = { , when n is odd and Note that, the conditions ( ) and ( ) are very important as it is based on them that ( ) and exists. For moduli sets with common factors, not all residues are valid numbers. For a 3-moduli set sharing a common factor to represent a valid number, the following proposition must hold; Proposition 1: For any RNS moduli set sharing a common factor, then ( will represent a valid number if and only if ( is even. The Prove to this proposition can be seen in (Ahmad et al, 1999). Substituting the proposed moduli set into Theorem 1, gives; Corollary 1: For the moduli set sharing a common factor 2, the decimal equivalent X of a residue number ( for even and odd as stated in proposition 1 are computed as shown: 1. If is even, then; X=( + (10) Where; and 2. If is odd: X= ( ) (11) Where and Table -1: For even n Multiplicative Inverses Equivalent Values 1 2 2 1 3 4 5 6
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 12 | Dec. 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 459 Table -2: For odd Multiplicative Inverses Equivalent Values 3 1 5 1 7 9 11 13 Table -3: For even Multiplicative Inverses Equivalent Values 4 {4, 7, 8} {2, 7, 8} 6 {4, 11, 12} {2, 11, 12} 8 {4, 15, 16} {2, 15, 16} 10 {4, 19, 20} {2, 19, 20} 12 {4, 23, 24} {2, 23, 24} 14 {4, 27, 28} {2, 27, 28} Table 4: For odd Given Set Relatively Prime New Set 3 {4, 5, 6} {4, 5, 3} 2 5 {8, 9, 10} {4, 9, 5} 1 7 {12, 13, 14} {4, 13, 7} 3 9 {16, 17, 18} {4, 17, 9} 5 11 {20, 21, 22} {4, 21, 11} 7 13 {24, 25, 26} {4, 25, 13} 9 3.2 Computation Without Modulo Operation Given the Residue Number System (RNS)number for the moduli set which shares a common factor of 2 between and the proposed algorithm calculates the decimal equivalent of an RNS number using a simplified version of the CRT stated in equation (2) as shown. Sets of relatively prime moduli sets are selected for the moduli set for being even and odd. As given by (Ahmad et al, 1999) the moduli set with a common factor of 2 can be mapped to a set of relatively prime moduli set,{ given by; 1. { ={ = { , when n is even , 2. { ={ { , when n is odd, Note that, the conditions ( ) and ( ) are very important as it is based on it that ( ) and exists. Case 1: For even, { will have a relatively prime moduli set { , , }. Thus; { , , }= { , , } Case 2: For odd, { will have a relatively prime moduli set { , }. Thus { , , }= { Theorem 3: Given the moduli set { for being even, Thus { , , }= { , implying . There exists a compact form of multiplicative inverses for any even integer n > 2 as follows:
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 12 | Dec. 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 460 Proof: If we can show that , then is the multiplicative inverse of ( ) with respect to . Thus equation (12) holds true. Similarly,ifwecanshowthat , then is the multiplicative inverse of ( ) with respect to . Thus equation (13) holds true. Again, If it can be shown that , then is the multiplicative inverse of ( ) with respect to . Thus equation (14) holds true. Theorem 4: Given the moduli set { for being odd, Thus; { , , }={ , it implies . There exists a compact form of multiplicative inverses for any even integer n > 2 as follows: Proof: If we can show that , then is the multiplicative inverse of ( ) with respect to . Thus equation (15) holds true. Similarly, ifwecanshowthat , then is the multiplicative inverse of ( ) with respect to .
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 12 | Dec. 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 461 Thus equation (16) holds true. Again, If it can be shown that , then is the multiplicative inverse of with respect to . Thus equation (17) holds true. Proposed Converter Using the ChineseRemainderTheorem(CRT)ontheselected moduliset{ }={ isdefinedasfollows; = The CRT cannot directly be used since the selected moduli set shares a common factor. We therefore adopt the following relations from (Premkumar, 1995) using the weight concept. Given that; is even, then For not being even, then (20) Proposition 1 where a and b are integers Proof Proposition 2 An RNS number for the moduli set { } represented by ( the integer will represent a valid number if and only if is even and can be computed by the following formula; Proof The prove is done by showing that if ( represents a valid number, then is even. There exist some such that , Therefore , which must be even. If is not even, then ( does not represent a valid RNS number and should not be decoded. Consider being even. It is easy to see that , Since therefore Therefore; Which implies that, there exists a number such that and Where must be in the interval .
  • 7. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 12 | Dec. 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 462 Therefore; which is same as formula (21) . 4. HARDWARE IMPLEMENTATION In this section, the paper implements the proposed hardware design for the converter by mainly using carry save adders, multipliers and a modular adder. The formula; can be represented by; , Let , and can then written as shown; for Fig -1: Architecture for the proposed Scheme From the diagram, the two circles represent multipliers of ranges respectively whiles are adder/subtractor units to generate the values of 1 and 2. The unit is a modulo adder and is a normal adder unit. Table -1: Comparison with some Proposed Converter Proposed Converter Converter (Premkumar , 1995) Converter (Gbolagade. 2009) No. of Adder units No. of Multiplie r units The hardware sum of the Adders and the multiplier of range is less than 2 multipliers of range . That is if takes bits, then will take bits. Therefore, in terms of hardware size, the new converter is much smaller than the one proposed in (Premkumar, 1995) because of the fewer multipliers used since addersare much smaller that multipliers. 5. CONCLUSION This paper proposes a new converter for the special moduli set { sharing a common factor of 2. The proposed converter is more efficient and smaller in hardware size than the converter presentedin(Premkumar, 1995). The converter reduces cost of implementation and improves on the speed gain of earlier converters. REFERENCES [1] Abdelfattah, (2011)“Data ConversioninResidueNumber System”. McGill University. balanced moduli sets and enhanced modular arithmetic structures". Computers &Digital Techniques. [2] Chaves, R., and Sousa, L. (2007) "Improving residue number system multiplication with more Circuits & Communication. [3] Gbolagade, K. A. and Cotofana, S.D. (2008). MRC Techniques for RNS to Decimal Conversion Usingthe Moduli set Proceedings of the 16th Annual Workshop on Circuits, Systems and Signal processing, Veldhoven, the Netherlands.
  • 8. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 12 | Dec. 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 463 [4] Gbolagade, K. A. and Cotofana, S.D. (2009a). Residue-to- Decimal Converters for Moduli Sets with Common Factors. IEEE, Pp.624-627, 2009. [5] Gbolagade, K. A. and Cotofana, S.D. (2009b). A Reverse Converter for the new 4 –Moduli set .SubmittedtoIEEENewcastaisa Toulouse, France. July, 2009. IET, Volume 1, Issue 5, pages 472-480. [6] Premkumar, A.B., (1992). “An RNS to Binary converter in 2n+l, 2n, 2n-1 moduli set”, IEEE TransactionsonCircuitsand Systems - I1 Vol. 39, No. 7, pp. 480-482. [7] Premkumar, A.B., (1995). “An RNS to Binary converter in a three moduli set with common factors”, IEEE Transactions on Circuits and Systems -11, Vol. 42, No. 4, pp. 298-301. [8] Garner, H.L. (1959). The residue Number System, IRE Trans. On Electronic Computers, pp. 140-147. BIOGRAPHIES Valentine Aveyom is an MSc. Computational Mathematics Studentat the Faculty of Mathematical Sciences, UDS, Ghana and an ICT Tutor at Notre Dame Sem. SHS, Navrongo. He has research interest in the area of Residue Number System (RNS). Dr. Mohammed I. Daabo is a senior lecturer in Computer Science at the Department of Computer Science, UDS, Ghana. He has over (15) years teaching experience in Tertiary Education and has conducted academic research in the fields of Overflow Detection, Reverse conversion, Error Detection, Sensor Networks and Epidemiological Modeling. Dr. Abdul-Barik Alhassan is a senior Lecturer and Exams Officer of the Computer Science Department of UDS Ghana. He has research interest in the areas of Computer Hardware and Architecture, Residue Number System (RNS), Information Security/ Cryptography, Algorithm Design and Analysis and Statistical Computing.