You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @MarcusDenker!
I'm trying to implement the decibel unit.
This is based on the watt but without a "linear" conversion. The conversion from db to w is
Hi @MarcusDenker!
I'm trying to implement the decibel unit.
This is based on the watt but without a "linear" conversion. The conversion from db to w is
I'm adding a new unit with this value in watt:
but when I'm trying to convert 30dB in Watt this is 0.3w and not 1 (because 30dB=1W):
30 decibel convertTo: #watt
=>0.037767762353824993 wattsI suppose this is normal and I don't know how to write the conversion formula (and also the reverse too).
How I can implement that?
Thanks.
The text was updated successfully, but these errors were encountered: