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.

floating point signal proccessing using FPGA

Status
Not open for further replies.

itmr

Member level 3
Joined
Nov 5, 2010
Messages
55
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,750
HI ALL
I NEED YOUR ADVICE FOR SOME ALGORITHM ABOUT FLOATING POINT
i received from fpga based uart 7 bytes of ascii codes that represent numbers.
the format is XXX.XXX ,it means 6 byte represent numbers and one represent the point.
that format represent A decimal value.
i need to create the value and make some comparison between 2 follows values.

my idea is to convert each byte to integer ( bY decrease 30 hex),
then convert each integer to real ( i coded some function that do that)
then multiple each real by its coefficient( the first by 100 , the second by 10 and so on...)
then add all the created values.

DO SOMEONE HAVE A BETTER IDEA???
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top