View source: R/pitchDescriptives.R
timeSeriesSummary | R Documentation |
Internal soundgen function
timeSeriesSummary(
x,
step,
inflThres = NULL,
extraSummaryFun = c(),
ref = 16.35,
plot = FALSE,
main = ""
)
x |
numeric vector |
step |
time step in s |
inflThres |
minimum difference (in semitones) between consecutive
extrema to consider them inflections; to apply a different threshold at
each smoothing level, provide |
extraSummaryFun |
additional summary function(s) that take a numeric vector with some NAs and return a single number, eg c('myFun1', 'myFun2') |
ref |
reference value for transforming Hz to semitones, defaults to C0 (16.35 Hz) |
plot |
if TRUE, plots the inflections for manual verification |
A helper function called by .pitchDescriptives for each smoothing level.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.