estimatePeriod: Estimate fundamental period and BPM

Description Usage Arguments Value

View source: R/beat_tracking.R

Description

extimatePeriod estimates the fundamental period and BPM from the input vector.

Usage

1
estimatePeriod(nv, bpmlim = c(60, 180), frameshift = 0.01)

Arguments

nv

input signal (spectral flux is assumed)

bpmlim

two-element vector, lower and upper bound of BPM

frameshift

The frame period in second (default 0.01)

Value

list of the BPM and fundamental period.


akinori-ito/beatTrackR documentation built on Feb. 13, 2021, 10:19 a.m.