cepstro(wave, f, wl = 512, ovlp = 0, plot = TRUE, grid = TRUE,
scale = TRUE, cont = FALSE, collevels = seq(0, 1, 0.01),
palette = rev.heat.colors, contlevels = seq(0, 1, 0.01),
colcont = "black", colbg="white", colgrid = "black",
colaxis = "black", collab = "black",
plot.title = title(main = "", xlab = "Time (s)", ylab = "Quefrency (kHz)"),
scalelab = "Amplitude", scalefontlab = 1, scalecexlab = 0.75,
axisX = TRUE, axisY = TRUE, ...)
at
is not null, length of the window for the analysis
(even number of points, by defaults = 512).TRUE
plots the cepstrogram
(by default TRUE
).TRUE
plots a y-axis grid
(by default TRUE
).TRUE
plots a dB colour scale on the right
side of the cesptrogram (by default TRUE
).TRUE
overplots contour lines on the cepstrogram
(by default FALSE
).Details
.cont
plotting.grid
plotting.TRUE
plots time X-axis (by default TRUE
).TRUE
plots frequency Y-axis (by default TRUE
).contour
graphical parameters.plot
is FALSE
, a matrix is returned with the successive
cepstral profiles computed along time.spectro
for the use of the graphical arguments.ceps
, fund
, autoc
data(sheep)
cepstro(sheep,f=8000)
Run the code above in your browser using DataLab