Description Usage Arguments Details Value
View source: R/utilities_pitch_postprocessing.R
Internal soundgen function.
1 2 | findVoicedSegments(pitchCands, shortestSyl, shortestPause, step, samplingRate,
minVoicedCands)
|
pitchCands |
matrix of possible pitch values per column. One column is one fft frame, one row is one pitch candidate |
shortestSyl |
the smallest length of a voiced segment (ms) that constitutes a voiced syllable (shorter segments will be replaced by NA, as if unvoiced) |
shortestPause |
the smallest gap between voiced syllables (ms) that means they shouldn't be merged into one voiced syllable |
step |
you can override |
samplingRate |
sampling rate (Hz) |
minVoicedCands |
a frame is considered to be voiced if at least this many pitch candidates are not NA. Defaults to 2: since dom is usually defined, in practice this means that we also want at least one other pitch candidate (autocor, cep or BaNa) |
Internal helper function for postprocessing of pitch contours. Merges voiced
segments at least shortestSyl
ms long and separated by less than
shortestPause
ms.
Returns a dataframe specifying where each voiced segment starts and ends (in fft frames, not ms!)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.