Remove unused code

This commit is contained in:
Roman Zeyde
2014-06-25 20:58:41 +03:00
committed by Roman Zeyde
parent 942a52872a
commit c0cb186d87
3 changed files with 0 additions and 12 deletions

View File

@@ -1,8 +1,5 @@
import numpy as np
import reedsolo as rs
import hashlib
import struct
import logging
log = logging.getLogger(__name__)
@@ -62,6 +59,4 @@ if __name__ == '__main__':
pylab.plot(t / Tsym, x, '.k')
plot(Fc)
plot(F0)
plot(F1)
pylab.show()