Previous Up Next

15.2.26  Tukey window function: tukey_window

The tukey_window command finds a Tukey window of a sequence.


Example.
Input:

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

Output:

Input:

L:=tukey_window(L0,0.4):;
scatterplot(L);

Output:


Previous Up Next