US5923888A - Multiplier for the multiplication of at least two figures in an original format - Google Patents

Multiplier for the multiplication of at least two figures in an original format Download PDF

Info

Publication number
US5923888A
US5923888A US08/990,631 US99063197A US5923888A US 5923888 A US5923888 A US 5923888A US 99063197 A US99063197 A US 99063197A US 5923888 A US5923888 A US 5923888A
Authority
US
United States
Prior art keywords
figures
original format
adder
multiplier
fed
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
US08/990,631
Inventor
Nico Frits Benschop
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Individual
Original Assignee
Individual
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Individual filed Critical Individual
Priority to US08/990,631 priority Critical patent/US5923888A/en
Application granted granted Critical
Publication of US5923888A publication Critical patent/US5923888A/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F7/00Methods or arrangements for processing data by operating upon the order or content of the data handled
    • G06F7/38Methods or arrangements for performing computations using exclusively denominational number representation, e.g. using binary, ternary, decimal representation
    • G06F7/48Methods or arrangements for performing computations using exclusively denominational number representation, e.g. using binary, ternary, decimal representation using non-contact-making devices, e.g. tube, solid state device; using unspecified devices
    • G06F7/483Computations with numbers represented by a non-linear combination of denominational numbers, e.g. rational numbers, logarithmic number system or floating-point numbers
    • G06F7/487Multiplying; Dividing
    • G06F7/4876Multiplying
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F7/00Methods or arrangements for processing data by operating upon the order or content of the data handled
    • G06F7/38Methods or arrangements for performing computations using exclusively denominational number representation, e.g. using binary, ternary, decimal representation
    • G06F7/48Methods or arrangements for performing computations using exclusively denominational number representation, e.g. using binary, ternary, decimal representation using non-contact-making devices, e.g. tube, solid state device; using unspecified devices
    • G06F7/49Computations with a radix, other than binary, 8, 16 or decimal, e.g. ternary, negative or imaginary radices, mixed radix non-linear PCM

Definitions

  • This invention relates to a multiplier for the multiplication of at least two figures in an original format.
  • each successive bit-pair of any one operand has a value range ⁇ 0, 1, 2, 3 ⁇ wherein 3 is recorded as -1+4.
  • the -1 causes a subtraction of the other operand, while +4, as positive carry into the next bit-pair position, implies an addition, resulting in an effective reduction of the logic depth in the add/subtract array, and a corresponding speed-up at the cost of a more complex recoding of one operand, and extra subtract hardware.
  • a further object of the invention is to provide a multiplier which is capable of providing the multiplied values of any two operands more quickly.
  • Still a further object of the invention is to provide a multiplier in which the required hardware is less complex.
  • the multiplier for the multiplication of at least two figures in original format for instance the known k-bit Two's Complement (TC) binary number code (with k at least 3)
  • TC Two's Complement
  • each of said figures is fed to a first converter for conversion of each of said figures in the product of a first binary number representing a power of 2, of at most k-bits, and a second binary number representing a signed power of 3, the exponents of the powers of 2 of the concerning figures being fed to a first adder and the exponents of the powers of 3 of the concerning figures being fed to a second adder, whereby the combined respective outputs of the first adder and the second adder represent the multiplied value of said figures, and the resulting powers of 2 and 3 as available at the outputs of the first and second adder being fed to a second converter for conversion of the multiplied value into the original format.
  • TC Two's Complement
  • the proposed multiplier structure is based on recoding both operands, using the property that each k-bit binary coded odd number, or its complement (mod 2 k ), is the residue of a unique power 3 i (i ⁇ 2 k-2 ) of 3. This results in a binary "sign magnitude" code over the two bases 2 and 3, allowing multiplication to be converted into a double addition.
  • the multiplication of two operands which is in principle a rather complicated process, is therefore reduced to the simple addition of several numbers, in particular the exponent pairs of the binary numbers represented as the power of 2 and the signed power of 3 respectively.
  • an operator is included for processing the sign-bits of the respective powers of 3 of the concerning figures. This can most easily be realised in the embodiment in which the operator is an XOR-port.
  • the first converter includes a binary output, the logical value of which indicating the occurrence of the value zero in the original format. This takes care that the number zero can be represented and processed in the multiplier according to the invention.
  • a preferred embodiment of the multiplier is therefore characterized in that the respective binary outputs of the first converter concerning each of the figures in the original format, are fed to an AND-port, the logical output of which indicating the occurrence of the value zero of the multiplied figure in the original format.
  • the number 3 as basis for the conversion can be replaced by any odd power residue 3 m mod 2 k (odd m), without departing from the scope of the invention.
  • the number code used in the invention is a signed magnitude code, well suited for multiplication, and makes use of two bases, namely 2 and 3.
  • Each k-digit binary coded residue n (mod 2 k ) is the product of a power 2 j of 2 (j ⁇ k), called the even part of n, and an odd residue called the odd part of n, which is the binary residue of a signed power ⁇ 3 i of 3 with i ⁇ 2 k-2 .
  • Extra overflow bit v 1 if u a +u b ⁇ k: in case a product a ⁇ b exceeds 2 k-1 in magnitude.
  • the overflow result bit v 1 if the even part overflows: u a +u b ⁇ k.

Abstract

The invention relates to a multiplier for the multiplication of at least two figures in an original format. Each of said figures is fed to a first converter for conversion of each of said figures in the product of a first binary number representing a power of 2, and a second binary number representing a signed power of 3, the exponents of the powers of 2 of the concerning figures being fed to a first adder and the exponents of the powers of 3 of the concerning figures being fed to a second adder, whereby the combined respective outputs of the first adder and the second adder represent the multiplied value of said figures, and the resulting powers of 2 and 3 as available at the outputs of the first and second adder being fed to a second converter for conversion of the multiplied value into the original format.

Description

BACKGROUND OF THE INVENTION
This invention relates to a multiplier for the multiplication of at least two figures in an original format.
The standard work "Computer Arithmetic" of K. Hwang, J. Wiley & Sons, NY 1979, shows the usual art of applying parallel array multipliers when multiplying digital data. Such array multipliers as shown on page 164 generally have a structure consisting of two main parts. An input part with a 2-dimensional array of n(horizontal) and n(vertical) bitlines corresponding to the two n-bit input operands x and y. At the bitline crossings AND-gates are arranged. For arriving at the multiplied value of the input operands x and y, a processing part applies an array of about n2 Full-Adders.
This known type of adder array hardware is very inefficient. The multiplication of two n-bit operands requires only one of 22n bit patterns being actually processed, whereas the capacity of the array is capable of adding any of the 2n.n n×n bit patterns of n2 bits.
In order to improve the efficiency of the known multiplier, the known Booth multiplier is applied as shown on page 198 of the above-mentioned citation. In the Booth multiplier, each successive bit-pair of any one operand has a value range {0, 1, 2, 3} wherein 3 is recorded as -1+4. The -1 causes a subtraction of the other operand, while +4, as positive carry into the next bit-pair position, implies an addition, resulting in an effective reduction of the logic depth in the add/subtract array, and a corresponding speed-up at the cost of a more complex recoding of one operand, and extra subtract hardware.
OBJECT OF THE INVENTION
It is the object of the invention therefore to provide a multiplier which makes use of the available hardware in a more effective way.
A further object of the invention is to provide a multiplier which is capable of providing the multiplied values of any two operands more quickly.
Still a further object of the invention is to provide a multiplier in which the required hardware is less complex.
BRIEF DESCRIPTION OF DRAWING
FIG. 1 is a block diagram view of a multiplier in accordance with the invention for a multiplier mod 32 =25, and with a code of +/-3t ×2u (where t<23, and u≦5).
SUMMARY OF THE INVENTION
According to the invention, the multiplier for the multiplication of at least two figures in original format, for instance the known k-bit Two's Complement (TC) binary number code (with k at least 3), is arranged such that each of said figures is fed to a first converter for conversion of each of said figures in the product of a first binary number representing a power of 2, of at most k-bits, and a second binary number representing a signed power of 3, the exponents of the powers of 2 of the concerning figures being fed to a first adder and the exponents of the powers of 3 of the concerning figures being fed to a second adder, whereby the combined respective outputs of the first adder and the second adder represent the multiplied value of said figures, and the resulting powers of 2 and 3 as available at the outputs of the first and second adder being fed to a second converter for conversion of the multiplied value into the original format.
The proposed multiplier structure is based on recoding both operands, using the property that each k-bit binary coded odd number, or its complement (mod 2k), is the residue of a unique power 3i (i<2k-2) of 3. This results in a binary "sign magnitude" code over the two bases 2 and 3, allowing multiplication to be converted into a double addition. With the invention the multiplication of two operands which is in principle a rather complicated process, is therefore reduced to the simple addition of several numbers, in particular the exponent pairs of the binary numbers represented as the power of 2 and the signed power of 3 respectively.
In a further aspect of the invention, an operator is included for processing the sign-bits of the respective powers of 3 of the concerning figures. This can most easily be realised in the embodiment in which the operator is an XOR-port.
In still another aspect of the invention, the first converter includes a binary output, the logical value of which indicating the occurrence of the value zero in the original format. This takes care that the number zero can be represented and processed in the multiplier according to the invention.
A preferred embodiment of the multiplier is therefore characterized in that the respective binary outputs of the first converter concerning each of the figures in the original format, are fed to an AND-port, the logical output of which indicating the occurrence of the value zero of the multiplied figure in the original format.
The inventor has further found that the number 3 as basis for the conversion can be replaced by any odd power residue 3m mod 2k (odd m), without departing from the scope of the invention.
DESCRIPTION OF THE INVENTION
A preferred embodiment of the invention shall now be further elucidated by means of an example.
The number code used in the invention is a signed magnitude code, well suited for multiplication, and makes use of two bases, namely 2 and 3. Each k-digit binary coded residue n (mod 2k) is the product of a power 2j of 2 (j≦k), called the even part of n, and an odd residue called the odd part of n, which is the binary residue of a signed power ±3i of 3 with i<2k-2. Exponent pair (i,j) and sign s uniquely encode each nonzero residue from -(2k -1) to 2k -1, while the zero number 0 requires j=k, which can be considered as an extra zero-bit z.
To represent all k-bit binary numbers n (integers), of which there are 2k, a 4-component code n= z,s,t,u! is used, with the next interpretation:
z : one zero bit, with z=0 if n=0 and z=1 if n≠0.
s : one sign bit, with s=0 if n>0 and s=1 if n<0.
t : k-2 bits for the exponent t of odd part 3t.
u : e bits for the exponent u of even part 2u (u<k≦2e).
Extra overflow bit v=1 if ua +ub ≧k: in case a product a·b exceeds 2k-1 in magnitude.
The code of the product of two such coded numbers a= za,sa,ta,ua ! and b= zb,sb,tb,ub ! is obtained by adding in binary code, by known means, the odd and even code parts t and u respectively, and adding the signs sa +sb mod 2 (XOR), while multiplying the two zero bits za ·zb (AND). The overflow result bit v=1 if the even part overflows: ua +ub ≧k.
Using for instance the known "ripple-carry" way of binary addition hardware with a full-adder cell per bit position, the schematic diagram is as follows, where each of t, ta, tb, u, ua, ub consists of 3 bits (of weights 20, 21, 22) with one carryout bit u 3! of weight 23, and the optional overflow bit v=u 3!+u 2!*(u 1!+u 0!), so v=1 if u≧5:
Notice that in stead of 3 as base, also any odd power of 3 has the same generative property, so that 3m with odd m<2k-2 also can be used as base for the odd part in the mentioned original format conversion.

Claims (6)

I claim:
1. A multiplier for the multiplication of at least two figures in an original format, characterized in that each of said figures is fed to a first converter for conversion of each of said figures into a product of a first binary number representing a power of 2, and a second binary number representing a signed power of 3, first and second adders, the exponents of the powers of 2 of the concerning figures being fed to the first adder and the exponents of the powers of 3 of the concerning figures being fed to the second adder, and a second converter responsive to resulting powers of 2 and 3 as available at the outputs of the first and second adder for conversion of the multiplied value into the original format.
2. The multiplier according to claim 1, whereby an operator is included for processing the sign-bits of the respective powers of 3 of the concerning figures.
3. The multiplier according to claim 2, wherein the operator is an XOR-port.
4. The multiplier according to claim 1, whereby the first converter includes a binary output, the logical value of which indicating the occurrence of the value zero in the original format.
5. The multiplier according to claim 4, wherein the respective binary outputs of the first converter concerning each of the figures in the original format, are fed to an AND-port, the logical output of which indicating the occurrence of the value zero of the multiplied figure in the original format.
6. The multiplier according to claim 1, whereby the number 3 as basis for the conversion is replaced by any odd power residue 3m mod 2k (odd m).
US08/990,631 1997-12-15 1997-12-15 Multiplier for the multiplication of at least two figures in an original format Expired - Fee Related US5923888A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US08/990,631 US5923888A (en) 1997-12-15 1997-12-15 Multiplier for the multiplication of at least two figures in an original format

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US08/990,631 US5923888A (en) 1997-12-15 1997-12-15 Multiplier for the multiplication of at least two figures in an original format

Publications (1)

Publication Number Publication Date
US5923888A true US5923888A (en) 1999-07-13

Family

ID=25536356

Family Applications (1)

Application Number Title Priority Date Filing Date
US08/990,631 Expired - Fee Related US5923888A (en) 1997-12-15 1997-12-15 Multiplier for the multiplication of at least two figures in an original format

Country Status (1)

Country Link
US (1) US5923888A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070266068A1 (en) * 2005-09-27 2007-11-15 Alexandru Fit-Florea Method And Apparatus For Integer Transformation Using A Discrete Logarithm And Modular Factorization
US20080005211A1 (en) * 2006-06-26 2008-01-03 Matula David W Determining A Table Output Of A Table Representing A Hierarchical Tree For An Integer Valued Function

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4430721A (en) * 1981-08-06 1984-02-07 Rca Corporation Arithmetic circuits for digital filters
US4646327A (en) * 1984-08-23 1987-02-24 Sony Corporation Waveform shaping apparatus
US4782458A (en) * 1986-12-18 1988-11-01 North American Philips Corporation Architecture for power of two coefficient FIR filter
US5031133A (en) * 1989-02-16 1991-07-09 Nec Corporation FIR digital filter for high-speed communications systems
US5668895A (en) * 1992-10-14 1997-09-16 Nippon Precision Circuits Ltd. Digital filter for image processing
US5828590A (en) * 1996-11-27 1998-10-27 United Microelectronics Corp. Multiplier based on a variable radix multiplier coding

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4430721A (en) * 1981-08-06 1984-02-07 Rca Corporation Arithmetic circuits for digital filters
US4646327A (en) * 1984-08-23 1987-02-24 Sony Corporation Waveform shaping apparatus
US4782458A (en) * 1986-12-18 1988-11-01 North American Philips Corporation Architecture for power of two coefficient FIR filter
US5031133A (en) * 1989-02-16 1991-07-09 Nec Corporation FIR digital filter for high-speed communications systems
US5668895A (en) * 1992-10-14 1997-09-16 Nippon Precision Circuits Ltd. Digital filter for image processing
US5828590A (en) * 1996-11-27 1998-10-27 United Microelectronics Corp. Multiplier based on a variable radix multiplier coding

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070266068A1 (en) * 2005-09-27 2007-11-15 Alexandru Fit-Florea Method And Apparatus For Integer Transformation Using A Discrete Logarithm And Modular Factorization
US8060550B2 (en) * 2005-09-27 2011-11-15 Southern Methodist University Method and apparatus for integer transformation using a discrete logarithm and modular factorization
US20080005211A1 (en) * 2006-06-26 2008-01-03 Matula David W Determining A Table Output Of A Table Representing A Hierarchical Tree For An Integer Valued Function
US7962537B2 (en) 2006-06-26 2011-06-14 Southern Methodist University Determining a table output of a table representing a hierarchical tree for an integer valued function

Similar Documents

Publication Publication Date Title
CA2530015C (en) Division and square root arithmetic unit
EP0472139A2 (en) A floating-point processor
US10684825B2 (en) Compressing like magnitude partial products in multiply accumulation
US4868777A (en) High speed multiplier utilizing signed-digit and carry-save operands
EP0103722A2 (en) Multiplying circuit
JPS62280930A (en) Digital multiplier
EP0098685A2 (en) Multiple bit encoding technique for combinational multipliers
US5734599A (en) Performing a population count using multiplication
EP0428942A2 (en) Plural-bit recoding multiplier
US5923888A (en) Multiplier for the multiplication of at least two figures in an original format
RU2717915C1 (en) Computing device
RU2348965C1 (en) Computing mechanism
JP6734938B2 (en) Neural network circuit
US20100146031A1 (en) Direct Decimal Number Tripling in Binary Coded Adders
JPH0793134A (en) Multiplier
JP3231298B2 (en) Multiplication device
SU1003074A1 (en) Device for parallel algebraic adding in sign-digit number system
JP2606339B2 (en) Multiplier
JP3803653B2 (en) Multiplication processor
JPH0583930B2 (en)
JP3417172B2 (en) Arithmetic circuit
JP4042215B2 (en) Arithmetic processing apparatus and method
JP3461252B2 (en) Multiplication method
JP3130797B2 (en) Product-sum operation processing method and apparatus
KR950001480A (en) High Speed Compact Digital Multiplier

Legal Events

Date Code Title Description
FPAY Fee payment

Year of fee payment: 4

FPAY Fee payment

Year of fee payment: 8

REMI Maintenance fee reminder mailed
LAPS Lapse for failure to pay maintenance fees
STCH Information on status: patent discontinuation

Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362

FP Lapsed due to failure to pay maintenance fee

Effective date: 20110713