Python Scipy Module Demo: Using curve_fit's nonlinear least squares to fit Charging Capacitor data

Published: 28 June 2023
on channel: Thomas Blum
52
1

In this video we look at a Python program that fits some data for a charging capacitor to the form V(t) = V_sat [ 1 - exp( - t /T ) ]. The T (time constant) fitting parameter makes this a nonlinear regression. The program uses pandas and openpyxl to read the data from an Excel file (on the web). It uses matplotlib to plot the data points (and the fit function). It uses scipy.optimize's curve_fit to handle the non-linear least squares fit.


Watch video Python Scipy Module Demo: Using curve_fit's nonlinear least squares to fit Charging Capacitor data online without registration, duration hours minute second in high quality. This video was added by user Thomas Blum 28 June 2023, don't forget to share it with your friends and acquaintances, it has been viewed on our site 52 once and liked it 1 people.