emptyBands: Empty Bands Discovery

View source: R/emptyBands.R

emptyBandsR Documentation

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

library(tuneR)
wave <- readWave(system.file("extdata", "1.wav", package="tdsc"))
t <- tdsc(wave)
emptyBands(t,t)


tdsc documentation built on July 9, 2023, 6 p.m.

Related to emptyBands in tdsc...