Page 1 of 1

Log Float Array

Posted: Thu Sep 04, 2014 7:58 pm
by Youlean
Is there any way to log Float Array?

Re: Log Float Array

Posted: Thu Sep 04, 2014 8:48 pm
by MyCo
...

Re: Log Float Array

Posted: Fri Sep 05, 2014 9:22 pm
by Youlean
Thanks, but I was thinking of how to log array, so that we don't need to turn on log on the graph line primitive.

Re: Log Float Array

Posted: Fri Sep 05, 2014 10:32 pm
by tester
If you were thinking on using decibes, just use the decibel prim, without multiplicator after. This converts values from linear to log.

Re: Log Float Array

Posted: Sat Sep 06, 2014 12:39 am
by KG_is_back
Youlean wrote:Thanks, but I was thinking of how to log array, so that we don't need to turn on log on the graph line primitive.


So basically you want to log the x part (the indexes of values) - not the y part (the values them selfs). This is very tricky to do - simplest way is to use some kind of interpolation and create [x,y] point array where x value are "loged" and y values are created from that.