R/sDuration.R
tSamples.Rd
Calculates the number of samples for a given duration of a wave
tSamples(time = 1, wave = NULL, samp.rate = NULL)
The duration in seconds
A Wave object containing pulses
Integer sampling rate
Number of samples
tSamples(10, samp.rate=44100) #> [1] 441000 if (FALSE) { tSamples(10, wave=sheep) }