B
banu
Hi,
I tried to google a lot searching for fixed point implementation of
exponent function y = exp(x) (e to the power x) but could not find it.
Also I think there is no post on this group also. I found some CORDIC
implementations but those were in C++. I need lightweight
implementation in C.
I want to use this function in an image processing algorithm to be
implemented on a VLIW-DSP which doesn't have a floating point unit.
I will appreciate in anyone here can suggest a plain C - code which
handles both positive and negative arguments (x<0 and x<=0) ,with
reasonable accuracy and performance.
thanks
varun
I tried to google a lot searching for fixed point implementation of
exponent function y = exp(x) (e to the power x) but could not find it.
Also I think there is no post on this group also. I found some CORDIC
implementations but those were in C++. I need lightweight
implementation in C.
I want to use this function in an image processing algorithm to be
implemented on a VLIW-DSP which doesn't have a floating point unit.
I will appreciate in anyone here can suggest a plain C - code which
handles both positive and negative arguments (x<0 and x<=0) ,with
reasonable accuracy and performance.
thanks
varun