comparison signal_processing.py @ 5:ea2387fd1b90 tip

Add CC0 disclaimers
author Chris Cannam
date Thu, 04 Oct 2012 22:12:02 +0100
parents 4be70944d21b
children
comparison
equal deleted inserted replaced
4:3df0742b4c82 5:ea2387fd1b90
1
2 # To the extent possible under law, Chris Cannam and QMUL have waived
3 # all copyright and related or neighboring rights to this file
4 # (http://creativecommons.org/about/cc0)
1 5
2 import numpy as np 6 import numpy as np
3 7
4 def rms(samples): 8 def rms(samples):
5 """Return the root mean square of the given samples""" 9 """Return the root mean square of the given samples"""