Code Examples
A repository of 155 code examples for BeepBeep
basic.WindowAverage Class Reference

Compute the cumulative average of a list of numbers over a sliding window. More...

Static Public Member Functions

static void main (String[] args)
 

Detailed Description

Compute the cumulative average of a list of numbers over a sliding window.

Represented graphically, this example corresponds to the following chain of processors:

Processor graph
Author
Sylvain Hallé Easy

Definition at line 49 of file WindowAverage.java.


The documentation for this class was generated from the following file: