Previous Up Next

15.2.14  Blackman-Harris window function: blackman_harris_window

The blackman_harris_window command finds a Blackman-Harris window of a sequence.


Example.
Input:

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

Output:

Input:

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

Output:


Previous Up Next