You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SlidingArray implements a simple dynamic (within max boundaries) or sliding array object allowing the "on the fly" data capture and production of basic statistics (average, variance, min, max,..) which could prove useful in signal decoding situations.
SlidingArray lets you create a Dynamic Array and calculate basic Statistics from N arguments captured sequentially
SlidingArray was originally written by Jerome Drouin and is maintained by Jerome Drouin.
About
SlidingArray implements a simple dynamic (within max boundaries) or sliding array object allowing the "on the fly" data capture and production of basic statistics (average, variance, min, max,..) which could prove useful in signal decoding situations.