Here's a collection of different ways to compute logarithms
http://www.dattalo.com/technical/theory/logs.html

Here's an 8-bit logarithm algorithm that executes between 15 and 103 cycles. This version is based on a table look-up plus first order interpolation
http://www.dattalo.com/technical/sof...ic/piclog.html

Maybe of interest

Duncan