Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kMath_MovingAvg32s ( const k32s vIn,
k32s 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.