Hello i have the following formula ( i think is in c or vb ) :
input is the sample from a sound file and in in_db is converted to db
in_db=log(abs(input) *6/log(2))
x is the point of x axis in db volume meter
x=floor(exp(log(1.55)*2.1 * in_db ) * 285)
Can you tell me which is the corresponding code to basic 4 android for in_db and x ?
I have question about exp .
Can you help me please ?
input is the sample from a sound file and in in_db is converted to db
in_db=log(abs(input) *6/log(2))
x is the point of x axis in db volume meter
x=floor(exp(log(1.55)*2.1 * in_db ) * 285)
Can you tell me which is the corresponding code to basic 4 android for in_db and x ?
I have question about exp .
Can you help me please ?