Description Usage Arguments Value
Compute start/end timestamps for each window
1 | window_start_end_times(t, window_length, window_overlap)
|
t |
A numeric time vector |
window_length |
The number of samples per window. |
window_overlap |
Fraction in the interval [0, 1) specifying the amount of window overlap. |
A dataframe with columns window, window_start_time, window_end_time, window_start_index, window_end_index
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.