Skip to content

Instantly share code, notes, and snippets.

@wiccy46
Created July 8, 2019 08:00
Show Gist options
  • Save wiccy46/388c337d6ba136e23fd114e31cbf49e6 to your computer and use it in GitHub Desktop.
Save wiccy46/388c337d6ba136e23fd114e31cbf49e6 to your computer and use it in GitHub Desktop.
[dbamp]Convert dB to amplitude #python
for i in value_in_dB:
print pow (10, float(i)/20)
@lukepighetti
Copy link

lukepighetti commented Apr 11, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment