python3-damaris from Joachim Beerwerth

This commit is contained in:
Markus Rosenstihl
2025-04-25 14:57:52 +02:00
commit 13431cab41
60 changed files with 16338 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
def result():
for num,ts in enumerate(results):
data["ts %i"%num] = ts+0
data["fft"] = (ts+0).fft()
data["ppm"] = (ts+0).fft().ppm(300e6)
#print ts