How to convert

Hi Tom, sorry to bother you. How to write this

ValueToSend = ( -Log10( Abs( dBValue / 10 )) * ( 200000 )) – 100000

Best Regards

Are you trying to send a private message to someone?

3 Likes

Probably @tomw

4 Likes

You just need these:

Math.log10()
and
Math.abs()

And it should be straightforward after that, assuming you have the desired setting already in dB.

2 Likes

thank you. and sorry i am wrong send message. its should be in private not in public. Sorry gentlemen

1 Like