diff --git a/first_order_ident.py b/first_order_ident.py index aeb6c42..009c64e 100644 --- a/first_order_ident.py +++ b/first_order_ident.py @@ -1,9 +1,4 @@ # -*- coding: utf-8 -*- -""" -Created on Fri Mar 11 11:04:35 2016 - -@author: Baptiste Marechal -""" from scipy import signal, linspace, pi, randn, ones from scipy.optimize import curve_fit @@ -46,4 +41,4 @@ plt.grid() plt.show() toc = time.time() - tic -print(toc) \ No newline at end of file +print(toc)