Log Float Array

For general discussion related FlowStone
Post Reply
Youlean
Posts: 176
Joined: Mon Jun 09, 2014 2:49 pm

Log Float Array

Post by Youlean »

Is there any way to log Float Array?
User avatar
MyCo
Posts: 718
Joined: Tue Jul 13, 2010 12:33 pm
Location: Germany
Contact:

Re: Log Float Array

Post by MyCo »

...
Attachments
log.fsm
(514 Bytes) Downloaded 868 times
Youlean
Posts: 176
Joined: Mon Jun 09, 2014 2:49 pm

Re: Log Float Array

Post 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.
tester
Posts: 1786
Joined: Wed Jan 18, 2012 10:52 pm
Location: Poland, internet

Re: Log Float Array

Post by tester »

If you were thinking on using decibes, just use the decibel prim, without multiplicator after. This converts values from linear to log.
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
KG_is_back
Posts: 1196
Joined: Tue Oct 22, 2013 5:43 pm
Location: Slovakia

Re: Log Float Array

Post 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.
Post Reply