Learn R Programming

biosignalEMG (version 2.0.0)

emg95306000: 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")

Arguments

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

Run this code
# 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")

Run the code above in your browser using DataLab