discuss-gnuradio
[Top][All Lists]
Advanced

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

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


From: Dennis Glatting
Subject: [Discuss-gnuradio] VOLK: fast way to log10()?
Date: Tue, 15 Sep 2015 20:15:05 -0700

With the VOLK library, is there a way to compute the log10() of each
32f in a buffer?

That is:

 for( int i = 0; i < num; ++i )
   buf[i] = std::log10( buf[i]);

I only see log2() in the library but don't know if there is an easy way
to compute log10().


Thanks.






reply via email to

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