fix common.load()

This commit is contained in:
Roman Zeyde
2014-07-04 18:33:12 +03:00
parent 1fe05dfe63
commit a5571d13d0
4 changed files with 5 additions and 6 deletions

View File

@@ -28,7 +28,7 @@ import pylab
def main():
f0 = 10e3
_, x = common.load('recv_10kHz.pcm')
_, x = common.load(file('recv_10kHz.pcm', 'rb'))
x = x[100:]
S = []