Closedown

This commit is contained in:
gobbo_a
2017-05-05 10:27:00 +02:00
parent e3e0f85f3c
commit 8ea6d886e4
2 changed files with 8 additions and 7 deletions

View File

@@ -30,6 +30,7 @@ def blm_remove_spikes(x):
maximum = x.max() - x.min()
print ("B")
for i in range(x.size-3):
print "I=", i
if d_x[i+1] > 0.5 * maximum and d_x[i+2] < -0.5 * maximum:
print ("E")
# 1 point spike