Previous Up Next

15.2.27  Welch window function: welch_window

The welch_window command finds a Welch window of a sequence.


Example.
Input:

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

Output:

Input:

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

Output:


Previous Up Next