remove unused code

This commit is contained in:
Roman Zeyde
2014-08-24 19:08:40 +03:00
parent d13069d7d9
commit 644c375bc2

View File

@@ -139,10 +139,6 @@ class MODEM(object):
self.modem_bps = self.baud * self.bits_per_baud
def clip(x, lims):
return min(max(x, lims[0]), lims[1])
def power(x):
return np.dot(x.conj(), x).real / len(x)