Alias:
null
Common Name: SumArray
Class: org. imirsel. m2k. math. SumArray
A module that computes the sum of input arrays. When a null input is received an array is output containing the summed value of each array received. Optionally these sums can be smoothed by calculating of the means in a window around each frame.
Inputs:
array
[D
Arrays to calculate the sum of. (Double array).
Outputs:
Sum array
[D
An array containing the sums calculated from each input array. (Double Array).
Properties:
Centre window on frame?
Controls whether the window used to smooth the sums calculated from input arrays is centred on each frame or encompasses the frames preceeding the current frame.
Smoothing window size
Sets the size of the window used to smooth the sums calculated from input arrays by calulating a windowed mean accross frames. Set to 1 to disable smoothing.