Digital Circuits/Multipliers
Multiplication Basics
editSigned / Unsigned Numbers
editA signed integer is a 32-bit datum that encodes an integer in the range [-2147483648 to 2147483647]. An unsigned integer is a 32-bit datum that encodes a nonnegative integer in the range [0 to 4294967295]. The signed integer is represented in twos complement notation.
Booth's Algorithm
editP(A)*P(B)=P(AnB) iff P(A)<9
Wallace Tree
editDadda Multiplier
editThis section of the Digital Circuits wikibook is a stub. You can help by expanding this section. If you add something, list yourself as a Contributor.