khaila
Full Member level 2

I have asked about implemetation of X^2.5 while X is a vector of 8-bit.
No alhorith implemetaion is required.
I have suggested the following solution:
X^2.5= X^2*X^0.5
for X^2 I will use simple multiplier(X*X).
X^0.5 I will use ROM.
then I will multiply the results.
No alhorith implemetaion is required.
I have suggested the following solution:
X^2.5= X^2*X^0.5
for X^2 I will use simple multiplier(X*X).
X^0.5 I will use ROM.
then I will multiply the results.