View source: R/gaussify_onsets.R
gaussify_onsets | R Documentation |
This is a conversion function that turns onsets into sampled time-series.
gaussify_onsets(data = NULL, sr = 500, wlen = 0.04, plot = FALSE, time = TRUE)
data |
Data frame to be processed with discrete time points (required) |
sr |
Sampling rate (default 500 Hz) |
wlen |
Window length of percentage of the sr (default 4) |
plot |
If a plot is needed (optional) |
time |
Time samples to be included in the output (optional) |
Output contain vector of onset times
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.