Help me design a system that fulfills this equation

Status
Not open for further replies.

lukeku

Newbie level 3
Joined
Nov 26, 2006
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,298
Can someone help me with this... please

Design a system that produces the following:

F=A²+3B²-2
G=F+C²

Where A,B, and C are a two bits binary numbers.
 

System Design

Hi
u can use state model easily.
 

Re: System Design

can you explain further.. please... thx
 

System Design

Hi
your system has 4 state, because u have 2 bit.
(00)^2 = (00)
(01)^2 = (01)
(10)^2 = (100) u can truncate it to (00)
(11)^2 = (1001) u can truncate it to (01)
u can do something else instead of truncation depend on your sytem and your defenition of power 2 in fixed point binary
 

Re: System Design

Thanks for quick replay,

however I'm not electronics guru and I still don't understand how this can relate to my system. Do I have to use any chips if so which? or this is straight math? Once again thanks for your help!!!
 

System Design

Hi
No it is easier than to use chip.
You should see some Logic Circuits book.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…