Description Usage Arguments Details Value Author(s) See Also Examples
Read EMG file.
| 1 | 
| filename | File name to be read | 
| downsample | Should the wave be downsampled. | 
| samp.rate | The sample rate for downsampling. Defaults to 10000 Hz. | 
| ... | Additional parameters passed along to
 | 
This function reads in a wave file and converts to and
"EMG" class vector.
Wave of class "EMG".
Kevin Middleton (middletonk@missouri.edu)
| 1 2 3 4 | pulse <- read.EMG(system.file("extdata",
                              "pulse_1.wav",
                              package = "EMG"))
str(pulse)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.