getPeakFreq | R Documentation |
Internal soundgen function for finding frequency modulation in pitch contours. Called by analyze().
getPeakFreq(x, samplingRate, freqRange = NULL, parab = TRUE, plot = FALSE)
## Not run:
s = soundgen(sylLen = 1000, pitch = 500,
vibratoFreq = c(6, 12), vibratoDep = 2,
temperature = .001, addSilence = 5)
an = analyze(s, 16000, step = 5, windowLength = 25,
plot = TRUE, yScale = 'bark')
plot(an$detailed$fmFreq, type = 'l')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.