Previous Up Next

15.2.16 Bohman window function: bohman_window

The bohman_window command finds a Bohman window of a sequence.

Example.

Input:

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

Output:

Input:

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

Output:


Previous Up Next