Skip to content
/ ANCB Public

Another Numpy Circular Buffer. Fast, efficient, powerful.

License

Notifications You must be signed in to change notification settings

EmDash00/ANCB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Another NumPy Circular Buffer

Build Status

Another NumPy Circular Buffer (or ANCB for short) is an attempt to make a circular buffer work with NumPy ufuncs for real-time data processing. One can think of a NumpyCircularbuffer in ANCB as being a fixed length deque with random access functionality (unlike the deque). For users more familar with NumPy, one can think of this buffer as a way of automatically rolling the array into the right order.

ANCB was developed by Drason "Emmy" Chow during their time as an undergraduate researcher at IU: Bloomington for use in making Savitzky-Golay filters, which take an array of positions in chronological or reverse-chronological order and produce estimates of velocity, acceleration, and possibly higher order derivatives if desired.

Looking for the documentation? You can find it here:
https://ancb-docs.readthedocs.io/en/latest/

About

Another Numpy Circular Buffer. Fast, efficient, powerful.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages