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.

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.
 

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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top