Closedown

This commit is contained in:
sfop
2016-07-22 12:04:11 +02:00
parent 8cf13eeef3
commit 9ceabfb376

View File

@@ -93,7 +93,7 @@ def hfit(ydata, xdata = None):
f = angular_frequency/ (2* math.pi)
print "frequency = ", f
resolution = 1.00
resolution = 5.00 # 1.00
fit_y = []
for x in frange(start,end,resolution, True):
fit_y.append(fitted_harmonic_function.value(x))