beatComplexity: Beat spectrum complexity

Description Usage Arguments Value Examples

View source: R/beatComplexity.R

Description

This function computes a beatSpectrum and calculates some basic measurements of its complexity. The complexity value is calculated as the maximum identified repeating period (in seconds) divided by the number of peaks.

Usage

1

Arguments

wave

A Wave object

plot

If TRUE a spectrogram overlaid with the peaks is plotted.

Value

A list of the complexity, a vector of the peak periods, and the number of peaks.

Examples

1
2
3
4
5
## Not run: 
beatComplexity(sheep)
beatComplexity(sheep, plot=TRUE)

## End(Not run)

sonicscrewdriver documentation built on May 2, 2021, 5:06 p.m.