ceps(wave, f, wl = 512, at = FALSE, from = FALSE, to = FALSE, tpeaks = FALSE,
fpeaks = FALSE, tidentify = FALSE, fidentify = FALSE, col = "black", cex = 1,
colpeaks = "red", cexpeaks = 0.75, fontpeaks = 1, plot = TRUE,
qlab = "Quefrency (bottom: s, up: Hz)", alab = "Amplitude",
qlim = NULL, alim = NULL, type = "l", ...)Sample
object generated loading a wav file with loadSample
(package wave (in Hz).
Does not need to be specified if wave is a Sample object.at is not null, length of the window for the analysis
(even number of points, by defaults = 512).details).details).TRUE plots the cepstrum.plot is TRUE, type of plot that should be drawn.
See plot for details (by default "l" for lines).plot graphical parameters.plot is TRUE.
If at, from or to are FALSE then ceps
computes the cepstrum of the whole signal.
tpeaks and fpeaks setting corresponds to dimension
of embed.
When using tidentify or tidentify, press tpeaks and fpeaks
just differ in the unit of the results.cepstro, fund, autocdata(sheep)
ceps(sheep,f=8000,at=0.4,wl=1024)
# peaks detection in Hertz, the fundamental is at 160 Hz.
ceps(sheep,f=8000,at=0.4,wl=1024,fpeaks=63)Run the code above in your browser using DataLab