Learn R Programming

tdsc (version 1.0.4)

emptyBands: Empty Bands Discovery

Description

Identifies unused codes across multiple S-matrices. Unused bands can be used to reduce the codebook as in Stammers (2011).

Usage

emptyBands(...)

Arguments

...

Two or more TDSC objects

References

Stammers (2011) “Audio Event Classification for Urban Soundscape Analysis”. PhD thesis. University of York.

Examples

Run this code
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