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", colgrid = "black",
colaxis = "black", collab = "black",
plot.title = title(main = "", xlab = "Time (s)", ylab = "Quefrency (ms)"),
scalelab = "Amplitude", scalefontlab = 1, scalecexlab = 0.75,
axisX = TRUE, axisY = TRUE, ...)
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).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.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