When plot is FALSE, csh returns a two-column matrix, the
first column being time in seconds (x-axis) and the second column being the spectral entropy (y-axis) computed along time.
NA corresponds to pause sections in wave (see threshold).
# NOT RUN {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 echemescsh(orni,f=22050,wl=512,ovlp=50,threshold=5)
# }