Exponential Function

P

Phil Moore

Guest
Hello, <br><br>1.) I was wondering if there was any way that I could perform exponential operations on numbers that are stored in memory! <br>
2.) How do I use Coregen to perform addition and multiplication to numbers stored in memory in the fpga, or should I use Coregen?
 
Phil Moore wrote:

Hello,

1.) I was wondering if there was any way that I could
perform exponential operations on numbers that are stored
in memory!
Yes. It is easiest if the base is 2. For base 2 (ie. 2^x),
separate off the fractional portion of x, look up the
antilog of the fractional portion from a LUT, and then shift
that by the integer part of x.

2.) How do I use Coregen to perform addition and
multiplication to numbers stored in memory in the fpga, or
should I use Coregen?
--
--Ray Andraka, P.E.
President, the Andraka Consulting Group, Inc.
401/884-7930 Fax 401/884-7950
email ray@andraka.com
http://www.andraka.com

"They that give up essential liberty to obtain a little
temporary safety deserve neither liberty nor safety."
-Benjamin
Franklin, 1759
 

Welcome to EDABoard.com

Sponsor

Back
Top