05-01-2008 08:09 AM
05-02-2008 01:45 PM
05-06-2008 10:54 PM
03-23-2009 04:48 AM
Hello,
I am trying to implement a polynomical on the FPGA with not much luck. I need to keep it to a 32 bit number
basically the polynomial is
Rg = 2 xcubed -445 xsquared + 169x + 286060
where X = A/450 (where A is a value between +-10000)
we already have a big program to implement on the FPGA so space and speed is critical, we cannot afford to have a divide in it and the output needs to be then scaled up to 2 to the power 20.
thankyou.
Peter