Next Article in Journal
Connecting Smart Objects in IoT Architectures by Screen Remote Monitoring and Control
Previous Article in Journal
Added Values of Linked Data in Education: A Survey and Roadmap
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

New Residue Number System Scaler for the Three-Moduli Set {2n+1 − 1, 2n, 2n − 1}

Department of Computer Engineering, School of Engineering, Princess Sumaya University for Technology, P.O. Box 1438, Al-Jubeiha, Amman 11941, Jordan
Computers 2018, 7(3), 46; https://doi.org/10.3390/computers7030046
Submission received: 13 August 2018 / Revised: 29 August 2018 / Accepted: 30 August 2018 / Published: 3 September 2018

Abstract

:
This work proposes the first scaler designed specifically for the three-moduli set M 1 = { 2 n + 1 1 , 2 n , 2 n 1 } . Hence, there is no other functionally similar scaler to compare the proposed scaler with. However, when compared with the latest published scalers for a different moduli set, M 2 = { 2 n + 1 , 2 n , 2 n 1 } , the proposed scaler has a better area and power performance, while it requires a longer time delay. As demonstrated in earlier publications, replacing the ( 2 n + 1 ) channel in the M 2 moduli set by the ( 2 n + 1 1 ) channel, to form the M 1 moduli set, considerably improves the overall time performance of residue-based multiply–accumulate arithmetic units.

1. Introduction

The residue number system (RNS) is a non-weighted number system representation. Numbers are represented using a set of relatively prime positive integers, referred to as moduli [1,2]. Specific arithmetic operations, such as addition, subtraction, and multiplication, are carried with respect to each modulus independently from other moduli. This feature allows parallel processing on all channels without having a carry propagating across different channels. Therefore, the RNS is used in applications that depend on the aforementioned operations, such as digital signal processing and cryptography [1,2,3,4,5]. However, division is considered a difficult RNS operation [6].
Scaling is an important operation needed whenever the results of computations carried out on each data set exceed specific allowable ranges within a RNS-based processor. The work that has been published so far regarding scaling the RNS deals either with moduli sets of general form or with the traditional set. The main scalers that deal specifically with the traditional moduli set M 2 = { 2 n + 1 , 2 n , 2 n 1 } are presented in [7,8,9,10,11,12,13]. Those that are most efficient in terms of different metrics are presented in [12,13].
Although it provides a dynamic range similar to that of the traditional set, the moduli set M 1 = { 2 n + 1 1 , 2 n , 2 n 1 } has no ( 2 n + 1 ) modulus. Compared to modulo ( 2 n + 1 1 ) multipliers, modulo ( 2 n + 1 ) multipliers require additional significant area, time delay, and power [14,15,16,17]. Expressed in terms of the gate-equivalent count and delay (which are technology-independent indicators), the modulo ( 2 n + 1 ) multiplier has 15–35% more gate equivalents and 10–15% more delay than the modulo ( 2 n + 1 1 ) multiplier [14].
These conclusions have also been supported experimentally in terms of integrated circuit area, time delay, and power consumption for values of n extending from 32 to 64 bits [17]. Additionally, in a very recent publication [18], circuit layout experiments on the moduli set { 2 n + 1 , 2 n , 2 n 1 } over the range of ( 3 n 22 ) showed that the modulus ( 2 n + 1 ) increases the area and latency of a RNS-based arithmetic structure when compared with modulo 2 n and ( 2 n 1 ) structures. A circuit layout of a Multiplier and an Accumulator (a single MAC structure) proved that the ( 2 n + 1 ) channel requires on average an 18.9–35.6% increase in area and a 21.9–45.2% increase in delay as compared with the 2 n and ( 2 n 1 ) MACs [18]. Therefore, the ( 2 n + 1 ) channel leads to a serious latency imbalance across a RNS-based processor that uses the popular three-moduli set. This imbalance increases progressively when designing a multi-MAC RNS-based processor [18]. The delay avoided by excluding modulo ( 2 n + 1 ) arithmetic components such as adders and multipliers and replacing them with modulo ( 2 n + 1 1 ) components is considerably large, as demonstrated in [14,17,18]. Hence, using a ( 2 n + 1 ) -free moduli set such as M 1 substantially improves the overall time performance of a RNS-based processor. To the best of the author’s knowledge, the scaler presented here is the first proposed in the literature to deal with M 1 .

2. The Proposed Scaler

2.1. Decoding Analysis

For a three-moduli set, the Chinese remainder theorem (CRT), which is used to convert the RNS value to its weighted equivalent, is defined by the following [1]:
X = i = 1 3 m ^ i m ^ i 1 m i R i M ,
where
  • m 1 = 2 n + 1 1 , m 2 = 2 n , and m 3 = 2 n 1 ;
  • m ^ 1 = m 2 m 3 = 2 n ( 2 n 1 ) , m ^ 2 = m 1 m 3 = ( 2 n + 1 1 ) ( 2 n 1 ) , and m ^ 3 = m 1 m 2 = 2 n ( 2 n + 1 1 ) ;
  • m ^ 1 1 m 1 = 4 m 1 , m ^ 2 1 m 2 = 1 , and m ^ 3 1 m 3 = 1 ;
  • M is the dynamic range given by M = m 1 m 2 m 3 ;
  • X is an integer such that X [ 0 , M ) , with the binary value of X represented using ( 3 n + 1 ) bits;
  • the RNS representation of X is X = ( R 1 , R 2 , R 3 ) , where i = 1 , 2 ,   and   3 , R i = X m i (the least non-negative remainder when dividing X by m i ).
Substituting the above values into Equation (1) leads to
X = ( 4 ) 2 n ( 2 n 1 ) R 1 + ( 2 n + 1 1 ) ( 2 n 1 ) R 2 + 2 n ( 2 n + 1 1 ) R 3 M .
Using the notation . to refer to the floor value of (.), X can be expressed as in [1]: X = X 2 n 2 n + X 2 n . Because X is represented in ( 3 n + 1 ) binary bits, the value X 2 n represents the least-significant n bits of X. Moreover, the value X 2 n , which represents the most-significant ( 2 n + 1 ) bits of X, is the scaled value of X, where the scaling factor is 2 n . The floor value of X 2 n is considered because the RNS represents only integer values [1].
The corresponding RNS digits of the scaled value X 2 n are given by ( R 1 s , R 2 s , R 3 s ) , where
R i s = X 2 n m i .
Equation (2) is rewritten as follows [1]:
X = ( 4 ) 2 n ( 2 n 1 ) R 1 + ( 2 n + 1 1 ) ( 2 n 1 ) R 2 + 2 n ( 2 n + 1 1 ) R 3 M I ,
where I is the number of integer multiples of M in the summation of the right-hand side (RHS) of Equation (2).
To evaluate X 2 n , the floor value of dividing Equation (4) by 2 n produces
X 2 n = ( 4 ) ( 2 n 1 ) R 1 + 2 n + 1 3 R 2 + 2 n + 1 1 R 3 m 1 m 3 I ,
where the fractional part R 2 2 n is dropped in Equation (5) when taking the floor value because R 2 < 2 n ; hence, R 2 2 n = 0 .
Applying modulus m 1 m 3 to Equation (5) produces
X 2 n = ( 4 ) ( 2 n 1 ) R 1 + 2 n + 1 3 R 2 + 2 n + 1 1 R 3 m 1 m 3 .
Observing that ( . ) m 1 m 3 m 1 = ( . ) m 1 [1], then applying modulus m 1 to Equation (6) results in
R 1 s = 4 ( 2 n 1 ) R 1 + m 1 2 R 2 + m 1 R 3 m 1 = 2 ( m 1 1 ) R 1 2 R 2 m 1 = ( 2 ) ( 1 ) R 1 2 R 2 m 1 = 2 ( R 1 R 2 ) m 1 .
Recalling that m 3 = ( 2 n 1 ) , the three terms on the RHS of Equation (6) can be rewritten as follows: ( 4 ) ( 2 n 1 ) R 1 = 4 m 3 R 1 , ( 2 n + 1 3 ) R 2 = ( 2 m 3 1 ) R 2 , and ( 2 n + 1 1 ) R 3 = ( 2 m 3 + 1 ) R 3 .
Substituting the last three expressions into Equation (6) leads to
X 2 n = 4 m 3 R 1 + ( 2 m 3 1 ) R 2 + ( 2 m 3 + 1 ) R 3 m 1 m 3 .
Rearranging the terms in Equation (8) produces
X 2 n = m 3 ( 4 R 1 + 2 R 2 + 2 R 3 ) m 1 m 3 + R 3 R 2 m 1 m 3 m 1 m 3 .
Using the identity m 3 ( . ) m 1 m 3 = m 3 ( . ) m 1 [1], the term given by m 3 ( 4 R 1 + 2 R 2 + 2 R 3 ) m 1 m 3 on the RHS of Equation (9) can be rewritten as m 3 4 R 1 + 2 R 2 + 2 R 3 m 1 .
Substituting the last expression into Equation (9) leads to
X 2 n = m 3 ( 4 R 1 + 2 R 2 + 2 R 3 ) m 1 + R 3 R 2 m 1 m 3 .
Recalling the identity ( . ) m 1 m 3 m 3 = ( . ) m 3 [1], then applying modulus m 3 to Equation (10) deletes the term m 3 ( 4 R 1 + 2 R 2 + 2 R 3 ) m 1 , which is an integer multiple of m 3 . This produces
R 3 s = R 3 R 2 m 3 .
Defining A and v to be
A = 4 R 1 + 2 R 2 + 2 R 3 m 1 ,
v = 1 , if   ( ( A = 0 ) ( R 3 < R 2 ) ) , 0 , otherwise ,
where ∧ denotes a logical AND operation, then Equation (10) can be rewritten as
X 2 n = m 3 A + ( R 3 R 2 ) m 1 m 3 .
This allows the rewriting of Equation (14) as
X 2 n = R 3 R 2 m 1 m 3 , if   v = 1 , m 3 A + R 3 R 2 , if   v = 0 .
Equivalently, Equation (15) can be rewritten as
X 2 n = R 3 R 2 + m 1 m 3 , if   v = 1 , m 3 A + R 3 R 2 , if   v = 0 .
Recalling that R 2 s = X 2 n 2 n , A = 0 if v = 1 , and m 1 m 3 2 n = 1 , then applying modulus 2 n to Equation (16) produces
R 2 s = R 3 R 2 2 n A 2 n + 1 2 n , if   v = 1 , R 3 R 2 2 n A 2 n 2 n , if   v = 0 .
Equivalently, Equation (17) is rewritten as
R 2 s = R 3 R 2 2 n A 2 n + v 2 n .

2.2. Hardware Implementation

The proposed hardware implementation of the CRT-based 2 n scaler of the moduli set { 2 n + 1 1 , 2 n , 2 n 1 } is shown in Figure 1. The carry-save adder (CSA) of Figure 1 consists of ( n + 1 ) full adders operating in parallel. The modulo ( 2 n + 1 1 ) adder, modulo ( 2 n + 1 1 ) subtractor, and modulo 2 n subtractor are described thoroughly in [19]. The modified 2 n modulo adder is described in the last paragraph of this section.
It is important to mention the modulo ( 2 p 1 ) properties, where p is a positive integer [1]. The first property states that 2 k a ( 2 p 1 ) is performed by rotating the binary representation of a to the left k-bits, where a and k are positive integers and a < ( 2 p 1 ) . The second property states that a ( 2 p 1 ) is performed by obtaining the 1’s complement of a. Therefore, the value of 4 R 1 m 1 , applied to the CSA of Figure 1, is computed by rotating the binary representation of R 1 2 bits to the left and then taking the 1’s complement of the rotated value. Assuming the binary representation of R 1 is given by R 1 = r 1 ( n ) r 1 ( n 1 ) r 1 ( 1 ) r 1 ( 0 ) , then 4 R 1 m 1 = r ¯ 1 ( n 2 ) r ¯ 1 ( n 3 ) r ¯ 1 ( 1 ) r ¯ 1 ( 0 ) r ¯ 1 ( n ) r ¯ 1 ( n 1 ) , where the overline ( . ) ¯ denotes the complement of the bit ( . ) . However, in the m 1 channel of Figure 1, R 1 s is obtained by rotating the output of the modulo ( 2 n + 1 1 ) adder 1 bit to the left.
The modified 2 n modulo adder in the m 3 channel is a binary adder that adds R 3 to R ¯ 2 . The modified adder is built as follows: The output of the parallel prefix structure of the adder is directed into two different and parallel tracks. In the first track, a 1 is added as an input carry to the output of the parallel prefix structure to produce R 3 + R ¯ 2 + 1 2 n = R 3 R 2 2 n . In the second track, the output carry, c o u t , of the parallel prefix structure is reinserted and added as an input carry to produce R 3 s (i.e., R 3 R 2 ( 2 n 1 ) = R 3 + R ¯ 2 ( 2 n 1 ) = R 3 + R ¯ 2 + c o u t 2 n = R 3 s [14]). A few additional gates (not shown in Figure 1) are used to verify if the condition v is true. The result of this verification is inserted as an input carry to the modulo 2 n subtractor in the m 2 channel. This input carry bit is injected into the least-significant prefix operator [19,20].

3. Comparison and VLSI Realization

There is no scaler published in the literature for the moduli set { 2 n + 1 1 , 2 n , 2 n 1 } . The new proposed scaler was compared with the most recent and efficient published scaler of the traditional moduli set { 2 n + 1 , 2 n , 2 n 1 } [12,13]. The unit-gate model was used as a basis for theoretical comparison [14]. All two-input monotonic gates had an area of 1 unit and a delay of 1 unit. The XOR (Exclusive OR) and XNOR (Exclusive NOR) gates had an area of 2 units and a delay of 2 units. However, the inverters were ignored. The full adder had an area of 7 units and a delay of 4 units, while the half adder had an area of 3 units and a delay of 2 units. The ( 2 p 1 ) modular adder has an area and delay of 3 p log 2 p + 5 p and 2 log 2 p + 3 , respectively [19,20]. The area and delay of a 2 p binary adder are 3 2 log 2 p + 5 p and 2 log 2 p + 3 , respectively [19,20]. The modified modulo 2 n adder has an area and delay of 3 2 p log 2 p + 12 p and 2 log 2 p + 5 , respectively [19]. However, the area and delay of the ( 2 p + 1 ) modular adder are 4.5 p log 2 p + 0.5 p + 6 and 2 log 2 p + 3 , respectively [20]. Table 1 lists the area and time delay requirements of the proposed scaler and those in [12,13].
To obtain a more precise estimation of the area, delay, and power for the three designs under consideration, all the structures were modeled in Verilog HDL(Hardware Description Language) for values of n = 6 , 12 , 18 , 24 , and 30. Synopsys Design Compiler (G-2012.06) was used to synthesize the designs and map them into 65 nm Synopsys DesignWare Digital Logic Libraries. The “place-and-route” phase was performed using the Synopsys IC Compiler. The Synopsys Power Compiler was also used to estimate the power consumed. Moreover, the Synopsys Simulator was used to verify the correctness of the design functionality. The results are shown in Table 2. The relative differences between the three designs (i.e., the proposed scaler [12,13]) are listed in Table 3. Compared to the scaler of [12], Table 3 indicates that, on average, the proposed scaler had a area and power reduced by 12.7 % and 11.7 % , respectively. The proposed scaler had, on average, an increased time delay of 11.7 % . Compared to the scaler of [13], Table 3 shows that the proposed scaler required a slightly smaller area and power, by 5.9 % and 6.1 % , respectively. However, it required an average time delay increase of 14.6 % . Nevertheless, as mentioned in Section 1, avoiding the ( 2 n + 1 ) MAC unit and replacing it with the ( 2 n + 1 1 ) MAC unit saves a very significant processing time [18].

4. Conclusions

This paper proposes the first scaler for the moduli set { 2 n + 1 1 , 2 n , 2 n 1 } . When compared with the most recent and efficient scalers of the traditional three-moduli set { 2 n + 1 , 2 n , 2 n 1 } , the proposed scaler is proven to have an area- and power-efficient structure. However, the scalers of the traditional moduli set { 2 n + 1 , 2 n , 2 n 1 } are more-time-efficient structures at the expense of having the modulo ( 2 n + 1 ) channel. Replacing the ( 2 n + 1 ) channel by the ( 2 n + 1 1 ) channel makes the proposed moduli set a faster alternative for RNS-based applications.

Funding

This research received no external funding.

Conflicts of Interest

The author declares no conflicts of interest.

References

  1. Soderstrand, M.A.; Jenkins, W.; Jullien, G.; Taylor, F. (Eds.) Residue Number System Arithmetic: Modern Applications in Digital Signal Processing; IEEE Press: New York, NY, USA, 1986. [Google Scholar]
  2. Hiasat, A. A suggestion for a fast residue multiplier for a family of moduli of the form (2n − (2p ± 1)). Comput. J. 2004, 47, 93–102. [Google Scholar] [CrossRef]
  3. Hiasat, A.; Khateeb, A. Efficient digital sweep oscillator with extremely low sweep rates. IEE Proc. Circuits Devices Syst. 1998, 145, 409–414. [Google Scholar] [CrossRef]
  4. Esmaeildoust, M.; Schinianakis, D.; Javashi, H.; Stouraitis, T.; Navi, K. Efficient RNS implementation of elliptic curve point multiplication over GF(p). IEEE Trans. VLSI Syst. 2013, 21, 1545–1549. [Google Scholar] [CrossRef]
  5. Sousa, L.; Antao, S.; Martins, P. Combining residue arithmetic to design efficient cryptographic circuits and systems. IEEE Circuits Syst. Mag. 2016, 16, 6–32. [Google Scholar] [CrossRef]
  6. Hiasat, A. Design and implementation of an RNS division algorithm. In Proceedings of the 13th IEEE Sympsoium on Computer Arithmetic, Asilomar, CA, USA, 6–9 July 1997; pp. 240–249. [Google Scholar]
  7. Ye, J.; Ma, S.; Hu, J. An efficient 2n RNS scaler for moduli set (2n − 1, 2n, 2n + 1). In Proceedings of the 2008 International Symposium on Information Science and Engineering ISISE, Shanghai, China, 20–22 December 2008; pp. 511–515. [Google Scholar]
  8. Hiasat, A.; Sweidan, A. Residue Number System to Binary Converter for the Moduli Set (2n−1, 2n − 1, 2n + 1). J. Syst. Arch. 2003, 49, 53–58. [Google Scholar] [CrossRef]
  9. Chang, C.H.; Low, J.; Yung, S. Simple, fast, and exact RNS scaler for the three-moduli set (2n − 1, 2n, 2n + 1). IEEE Trans. Circuits Syst. I 2011, 58, 2686–2697. [Google Scholar] [CrossRef]
  10. Low, J.; Chang, C.H. A VLSI efficient programmable power-of-two scaler for (2n − 1, 2n, 2n + 1). IEEE Trans. Circuits Syst. I 2012, 59, 2911–2919. [Google Scholar] [CrossRef]
  11. Tay, T.; Chang, C.H.; Low, J. Efficient VLSI implementation of 2n scaling of signed integer in RNS (2n − 1, 2n, 2n + 1). IEEE Trans. Very Large Scale Integr. Syst. 2013, 21, 1936–1940. [Google Scholar] [CrossRef]
  12. Sousa, L. 2n RNS scalers for extended 4-moduli sets. IEEE Trans. Comput. 2015, 64, 3322–3334. [Google Scholar] [CrossRef]
  13. Hiasat, A. Efficient RNS scalers for the extended three-moduli set (2n − 1, 2n+p, 2n + 1). IEEE Trans. Comput. 2017, 66, 1253–1260. [Google Scholar] [CrossRef]
  14. Zimmermann, R. Efficient VLSI implementation of modulo (2n ± 1) addition and multiplication. In Proceedings of the 14th IEEE Symposium on Computer Arithmetic (Cat. No.99CB36336), Adelaide, Australia, 14–16 April 1999; pp. 158–167. [Google Scholar]
  15. Hiasat, A.; Abdel-Aty-Zohdy, H. Design and implementation of a fast and compact residue-based semi-custom VLSI arithmetic chip. In Proceedings of the 1994 37th Midwest Symposium on Circuits and Systems, Lafayette, LA, USA, 3–5 August 1994; pp. 428–431. [Google Scholar]
  16. Hiasat, A. RNS arithmetic multiplier for medium and large moduli. IEEE Trans. Circuits Syst. 2000, 47, 937–940. [Google Scholar] [CrossRef]
  17. Muralidharan, R.; Chang, C.-H. Area-power efficient modulo 2n − 1 and modulo 2n + 1 multipliers for (2n − 1, 2n, 2n + 1) based RNS. IEEE Trans. Circuits Syst. I 2012, 59, 2263–2274. [Google Scholar] [CrossRef]
  18. Sheu, M.-H.; Siao, S.M.; Hwang, Y.T.; Sun, C.C.; Lin, Y.P. New adaptable three-moduli {2n+k, 2n − 1, 2n−1 − 1} residue number system-based finite impulse response implementation. IEICE Electron. Express 2016, 13, 20160090. [Google Scholar] [CrossRef]
  19. Kalamboukas, L.; Efstathiou, C.; Nikoloo, D.; Vergos, H.T.; Kalamatianos, J. High-speed parallel-prefix modulo 2n − 1 adders. IEEE Trans. Comput. 2000, 49, 673–680. [Google Scholar] [CrossRef]
  20. Vergos, H.T.; Efstathiou, C.; Nikolos, D. Diminished-one modulo 2n + 1 adder design. IEEE Trans. Comput. 2002, 51, 1389–1399. [Google Scholar] [CrossRef]
Figure 1. The proposed scaler of the moduli set { 2 n + 1 1 , 2 n , 2 n 1 } .
Figure 1. The proposed scaler of the moduli set { 2 n + 1 1 , 2 n , 2 n 1 } .
Computers 07 00046 g001
Table 1. Hardware and time requirements of the scaler proposed in this paper for M 1 = { 2 n + 1 1 , 2 n , 2 n 1 } and of the scalers proposed in [12,13] for M 2 = { 2 n + 1 , 2 n , 2 n 1 } .
Table 1. Hardware and time requirements of the scaler proposed in this paper for M 1 = { 2 n + 1 1 , 2 n , 2 n 1 } and of the scalers proposed in [12,13] for M 2 = { 2 n + 1 , 2 n , 2 n 1 } .
ChannelProposed [12] [13]
AreaDelayAreaDelayAreaDelay
( 2 n + 1 1 ) 3 n log 2 n 2 log 2 n 4.5 n log 2 n 2 log 2 n 4.5 n log 2 n 2 log 2 n
( 2 n + 1 ) + 5 n + 5 +3 + 7.5 n + 6 +7 + 3.5 n + 6 +5
+ 3 log 2 n
2 n 4.5 n log 2 n 4 log 2 n 3 n log 2 n 2 log 2 n 3 n log 2 n 2 log 2 n
+ 20 n + 5 + 10 + 26 n + 13 + 23 n + 9
+ 3 log 2 n
2 n 1 1.5 n log 2 n 2 log 2 n 3 n log 2 n 2 log 2 n 3 n log 2 n 2 log 2 n
+ 12 n + 5 + 5 n + 3 + 5 n + 3
Total 9 n log 2 n 4 log 2 n 10.5 n log 2 n 2 log 2 n 10.5 n log 2 n 2 log 2 n
+ 37 n + 10 + 10 + 38.5 n + 6 + 13 + 31.5 n + 12 + 9
+ 6 log 2 n
Table 2. VLSI (Very Large Scale Integration) implementation results of the proposed scaler of the moduli set { 2 n + 1 1 , 2 n , 2 n 1 } and the scalers of [12,13] of the moduli set { 2 n + 1 , 2 n , 2 n 1 } .
Table 2. VLSI (Very Large Scale Integration) implementation results of the proposed scaler of the moduli set { 2 n + 1 1 , 2 n , 2 n 1 } and the scalers of [12,13] of the moduli set { 2 n + 1 , 2 n , 2 n 1 } .
Scaler AreaDelayPower
n( μ m 2 )(ps)( μ W)
Proposed 61769.4626.361.5
123706.6723.790.1
185928.1875.1120.6
247056.2902.9143.4
308097.9925.6160.7
[12] 62084.1575.467.9
124210.6662.3102.5
186747.9776.5140.4
247883.4797.8160.7
309419.2809.3183.1
[13] 61892.1555.765.2
123988.0633.596.5
186241.0757.9129.3
247389.4782.7152.4
308675.2803.6169.8
Table 3. Relative performance of the proposed scaler compared with [12,13].
Table 3. Relative performance of the proposed scaler compared with [12,13].
Proposed Scaler AreaDelayPower
Compared with:nReduction (%)Reduction (%)Reduction (%)
[12]615.1−8.89.4
1212.0−9.312.1
1812.1−12.714.1
2410.5−13.210.8
3014.0−14.412.2
[13]66.5−12.75.7
127.1−14.26.6
185.0−15.56.7
244.5−15.45.9
306.7−15.25.4

Share and Cite

MDPI and ACS Style

Hiasat, A. New Residue Number System Scaler for the Three-Moduli Set {2n+1 − 1, 2n, 2n − 1}. Computers 2018, 7, 46. https://doi.org/10.3390/computers7030046

AMA Style

Hiasat A. New Residue Number System Scaler for the Three-Moduli Set {2n+1 − 1, 2n, 2n − 1}. Computers. 2018; 7(3):46. https://doi.org/10.3390/computers7030046

Chicago/Turabian Style

Hiasat, Ahmad. 2018. "New Residue Number System Scaler for the Three-Moduli Set {2n+1 − 1, 2n, 2n − 1}" Computers 7, no. 3: 46. https://doi.org/10.3390/computers7030046

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop