Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kMath_MovingAvg64f ( const k64f vIn,
k64f vOut,
kSize  count,
kSize  window 
)

Calculates the moving average over an input array and stores the result in an output array.

Parameters
vInInput array.
vOutSecond input array.
countCount of values.
windowMoving average window size
Returns
Operation status.