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