chesmore2001 {tdsc} | R Documentation |
Coding Matrix from Chesmore (2001)
Description
Coding matrix used for Orthoptera.
Usage
data(chesmore2001)
Format
Matrix
Source
References
Chesmore, E David (2001). “Application of time domain signal coding and artificial neural networks to passive acoustical identification of animals”. In: Applied Acoustics 62.12, pp. 1359–1374.
Examples
library(tuneR)
wave <- readWave(system.file("extdata", "1.wav", package="tdsc"))
data(chesmore2001)
t <- tdsc(wave, coding_matrix=chesmore2001)
[Package tdsc version 1.0.4 Index]