emg95306000 {biosignalEMG} | R Documentation |
Sample EMG data from a decorticate cat
Description
Activity profile of spinal motoneurons recorded during fictive motion (scratching) evoked in an immobilized decorticate cat.
Usage
data("emg95306000")
Format
A data frame with 1999 observations on the following variable.
emg95306000
a numeric vector of EMG data
Details
The sampling rate of the recorded data was 1000Hz. The data is in "mV".
References
Esquivel M.E., Guerrero J.A., Macias-Diaz J.E. (2010) Activity pattern detection in electroneurographic and electromyogram signals through a heteroscedastic change-point method. Mathematical Biosciences 224(2), 109–117
Examples
# Load data
data(emg95306000)
# Coerce data into an 'emg' object
x <- as.emg(emg95306000, samplingrate=1000, units="mV")
plot(x, main = "EMG of limb muscles of decorticated cat")
[Package biosignalEMG version 2.1.0 Index]