FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

rupam1982/basicCalculus: Arduino library to perform real-time differentiation and integration · GitHub

 
 

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BasicCalculus

Simple library to approximate 1-dimensional calculus operations in real time. It uses an alpha-beta filter to smoothen and numerically differentiate a variable. The library can also integrate the variable should one choose to. Note the library relies on polling to provide a continuously changing variable to refresh the calculus operations.

Other

For the sake of simplicity and to reduce memory use, the library uses micros() to update the timestep. This step is shared by all instances of alpha-beta filter.

References:

About

Arduino library to perform real-time differentiation and integration

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL