Compute the number of blocks, k, given a window size, w, overlap size, p, and number of points, N.
[latex]k =\lfloor\frac{N-w}{w-p}\rfloor + 1[/latex]
Our life and adventures.
Compute the number of blocks, k, given a window size, w, overlap size, p, and number of points, N.
[latex]k =\lfloor\frac{N-w}{w-p}\rfloor + 1[/latex]