-
Notifications
You must be signed in to change notification settings - Fork 212
Open
Description
interpolation has changed
from scipy.interpolate import interp1d
...
time_smooth = np.linspace(time_sm.min(), time_sm.max(), 300)
feedback_smooth = interp1d(time_list, feedback_list, kind='quadratic')
...
plt.plot(time_list, setpoint_list)
plt.plot(time_smooth, feedback_smooth(time_smooth), ':')
jej, ZZ76 and defencedog
Metadata
Metadata
Assignees
Labels
No labels