emg95306000: Sample EMG data from a decorticate cat

Description Usage Format Details References Examples

Description

Activity profile of spinal motoneurons recorded during fictive motion (scratching) evoked in an immobilized decorticate cat.

Usage

1
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

1
2
3
4
5
# 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")

Example output



biosignalEMG documentation built on May 2, 2019, 12:07 p.m.