Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Online arithmetic with radix 2 addition

Status
Not open for further replies.

ghattas.akkad

Member level 1
Joined
Apr 30, 2013
Messages
39
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Activity points
1,555
hello guys i am having trouble working with OLA radix 2 SD addition MSDF
if i have an 8 bits range unsigned numbers and a set of {-1,0,+1}
with the following table

+1 ---> 01
0 ---> 00
0 ---> 00
-1 ---> 10

if i want to make a-b = c
i do not understand how the operation of a-b is performed
if we have 25-10 = 15
25:0001 1001
10:0000 1010

if we map each 2 consecutive digits to the ones in the table
how do i perform the computation
so i could implement it in hardware
can you please explain with figure or detailed numeric examples ?

thank you
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top