discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] VOLK: fast way to log10()?


From: mleech
Subject: Re: [Discuss-gnuradio] VOLK: fast way to log10()?
Date: Wed, 16 Sep 2015 12:49:46 -0400
User-agent: Roundcube Webmail/1.0.2

Sure, but if the flow-graph basically is decimated 10:1 by the time it reaches the log10, improvements in log10 are going to have very little impact.  It is, I would assert, boldly and perhaps brashly,
 that log10 operations almost never need to be done at "line rate", since they are an artifice imposed by wanting to use standard engineering units.  There's very little need to do internal DSP math in
 standard engineering units...

 

 

On 2015-09-16 12:39, Martin Braun wrote:

On 15.09.2015 20:35, Marcus D. Leech wrote:
Ordinarily, one does a log10 to convert into engineering units at the back of, for example, a power-measurement chain. There's usually no reason to do that in the middle of a flow-graph, where things can stay in linear units.
That's true, but it's also useful to accelerate operations at the end of
a flowgraph :)

The rest of the thread is already discussing the technical details, but
if there's a good way to implement log10 kernels, I'm sure they'd come
in handy.

M

_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

reply via email to

[Prev in Thread] Current Thread [Next in Thread]