powered by
Identifies unused codes across multiple S-matrices. Unused bands can be used to reduce the codebook as in Stammers (2011).
emptyBands(...)
Two or more TDSC objects
Stammers (2011) “Audio Event Classification for Urban Soundscape Analysis”. PhD thesis. University of York.
library(tuneR) wave <- readWave(system.file("extdata", "1.wav", package="tdsc")) t <- tdsc(wave) emptyBands(t,t)
Run the code above in your browser using DataLab