ceps(wave, f, wl = 512, at = NULL, from = NULL, to = NULL,
tidentify = FALSE, fidentify = FALSE, col = "black", cex = 1, plot = TRUE,
qlab = "Quefrency (bottom: s, up: Hz)", alab = "Amplitude",
qlim = NULL, alim = NULL, type = "l", ...)
wave
(in Hz). Does not need to be specified if embedded in wave
.at
is not null, length of the window for the analysis
(even number of points, by defaults = 512).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 FALSE
, ceps
returns the cesptral profile as a two-column matrix, the first column corresponding to quefrency (x-axis) and the second
corresponding to amplitude (y-axis).peaks
is no more available
(version > 1.5.6). See the function fpeaks
for peak(s) detection.plot
is TRUE
.
If at
, from
or to
are FALSE
then ceps
computes the cepstrum of the whole signal.
When using tidentify
or tidentify
, press cepstro
, fund
, autoc
data(sheep)
ceps(sheep,f=8000,at=0.4,wl=1024)
Run the code above in your browser using DataLab