powered by
csh(wave, f, wl = 512, wn = "hanning", ovlp = 0, threshold = FALSE, plot = TRUE, xlab = "Times (s)", ylab = "Spectral Entropy", ylim = c(0, 1.1), type = "l", ...)
Sample
loadSample
wave
at
ftwindow
"hanning"
TRUE
plot
FALSE
csh
sh
th
data(orni) csh(orni,f=22050,wl=512,ovlp=50) # using the threshold argument can lead to some edge effets # here sh=1 at the end of echemes csh(orni,f=22050,wl=512,ovlp=50,threshold=5)
Run the code above in your browser using DataLab