jitter {sonicscrewdriver} | R Documentation |
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")
Arguments
wave |
A Wave object |
method |
One of "absolute" or "relative" |
Value
A vector of zero crossing locations
Examples
## Not run:
jitter(sheep, method="absolute")
jitter(sheep, method="relative")
## End(Not run)
[Package sonicscrewdriver version 0.0.7 Index]