Skip to content

JBusink/Nummerical-Differentiation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nummerical differentiation and FFT using Python

Simple Pendulum

Nummerical differentiation using Python. This script allows you to calculate the nummerical derivative of a (1+2)D (1 time coordinate, 2 spatial) dataset. The original data is captured using a high-speed camera, around 300 fps. The data shows the time and spatial coordinates of the center of mass of an ordinary pendulum.

I compare the nummerical derivative to the analytical derivative, using least square differences method. I apply some smoothing techniques along the way.

About

Nummerical differentiation using Python. Allows to compute first and second order derivatives of numerical data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors