.pitchDescriptives | R Documentation |
Internal soundgen function.
.pitchDescriptives(
time,
pitch,
smoothBW,
inflThres,
extraSummaryFun = c(),
ref = 16.35,
plot = FALSE,
main = ""
)
time |
a vector of time stamps in s |
pitch |
a vector of pitch values in Hz |
smoothBW |
a vector of bandwidths (Hz) for consecutive smoothing of
input using |
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.