Fixes errors in displaying correct xlabel and calucalte ppm properly
This commit is contained in:
@ -7,5 +7,5 @@ def test():
|
||||
return e
|
||||
|
||||
def experiment():
|
||||
for i in range(1000):
|
||||
for i in range(100):
|
||||
yield test()
|
@ -1,4 +1,6 @@
|
||||
def result():
|
||||
for num,ts in enumerate(results):
|
||||
data["ts %i"%num] = ts
|
||||
data["ts %i"%num] = ts+0
|
||||
data["fft"] = (ts+0).fft()
|
||||
data["ppm"] = (ts+0).fft().ppm(300e6)
|
||||
#print ts
|
Reference in New Issue
Block a user