Previous Up Next

15.2.24  Riemann window function: riemann_window

The riemann_window command finds a Riemann window of a sequence.


Example.
Input:

L0:=randvector(1000,0..1):;
scatterplot(L0);

Output:

Input:

L:=riemann_window(L0):;
scatterplot(L);

Output:


Previous Up Next