Learn R Programming

sonicscrewdriver (version 0.0.7)

jitter: Calculate the jitter in a Wave object

Description

Jitter is a measure of the variability of periods in the waveform. Relative jitter is scaled by the jitter in the analysed waveform.

Usage

jitter(wave, method = "absolute")

Value

A vector of zero crossing locations

Arguments

wave

A Wave object

method

One of "absolute" or "relative"

Examples

Run this code
if (FALSE) {
jitter(sheep, method="absolute")
jitter(sheep, method="relative")
}

Run the code above in your browser using DataLab