@ -44,7 +44,7 @@
y = transform_signal(x, 4.5)
with open('file.txt', 'w') as f:
f.write("xi yi\n")
for xi, yi in zip(x, y):
f.write(f"{xi} {yi}\n")