R/sDuration.R
sDuration.Rd
Calculates the time represented by n samples in a Wave.
sDuration(n = 1, wave = NULL, samp.rate = NULL)
The number of the samples
A Wave object containing pulses
Integer sampling rate
A numeric value in seconds
sDuration(n=20, samp.rate=44100) #> [1] 0.0004535147 if (FALSE) { sDuration(n=20, wave=sheep)#' }