Digital Arithmetic By Ercegovac And Lang Pdf ●
Better to use known SD fact: Number 6 (binary 0110) = 8 – 2 = 1×8 + (-1)×2 = in 4 digits: 1 0 -1 0 = 1010 with -1 marked. Yes: 8 + 0 – 2 + 0 = 6. So representation is (1,0,-1,0). This is valid and shows redundancy: 6 also = 0,1,1,0 in standard.
Below is an original feature titled: —inspired by themes from Ercegovac & Lang (e.g., redundant number systems, signed-digit representations, and online arithmetic). Feature: Recoding and Redundancy – The Secret to High-Speed Arithmetic 1. The Problem with Conventional Addition In standard binary addition, carry propagation limits speed. Adding two n -bit numbers in worst case requires O( n ) gate delays due to the ripple carry. Even carry-lookahead adders face practical limits as n grows. digital arithmetic by ercegovac and lang pdf
Better example: Decimal 3 in binary: 0011 (3). SD representation: 0101? 0×4 + 1×2 + (-1)×1? That’s 1. Not right. Better to use known SD fact: Number 6
Let’s simplify: A correct SD radix-2 example: Decimal 5: binary 0101. SD: 1101? 1×8 + (-1)×4 + 1×2 + 1×1 = 8 – 4 + 2 + 1 = 7. Still 7. This is valid and shows redundancy: 6 also
Let’s use a known correct mapping: Decimal 7 in 4-bit binary: 0111. SD: 1001 (1×8 + (-1)×4 + 0×2 + 1×1) = 8 – 4 + 1 = 5. No.
If we allow digits to be redundant (e.g., digit set {-1,0,1} instead of {0,1}), addition becomes carry-free within a small constant window. 2. Introducing Redundant Signed-Digit (SD) Representation A radix- r signed-digit number uses digit set { -α, …, α } where α > r/2. For radix 2, the digit set {-1,0,1} works.