I have a graph of a sound wave in a linear display :
I need to get a graph of the sound wave in logarithmic form, namely :
The wave values are displayed in symmetrical mode. Here's what the wave display will look like without symmetric mode:
The boundaries of this graph are between 0 and 127.
My task is to convert the received linear points (from 0 to 127) into logarithmic points (also from 0 to 127).
What formula should I use ?


