How it Works
Synthetic EMG signals are generated for each electrode channel based on the selected grasp intent and contraction level. Each motor unit fires stochastic action potentials whose amplitude and rate encode contraction. The signals pass through a 256-sample sliding window, features are extracted, and the classifier predicts the grasp class.
Frequently Asked Questions
What is EMG in prosthetic control?
EMG (electromyography) measures electrical activity produced by muscle contractions. Surface EMG electrodes on residual limb muscles detect motor unit action potentials (MUAPs) processed to classify intended movements and control prosthetic hands with natural feel.
What are motor unit action potentials (MUAPs)?
A motor unit is one motor neuron plus all muscle fibres it innervates. When activated, all fibres fire simultaneously producing a characteristic electrical signature (MUAP). Surface EMG records the superposition of many MUAPs from multiple motor units firing asynchronously.
What EMG signal features are used for classification?
Common time-domain features include RMS (root mean square, related to signal power), MAV (mean absolute value), ZC (zero crossing rate, related to frequency content), SSC (slope sign changes), and waveform length. These form a compact feature vector for classifiers.
What is RMS in EMG?
RMS = sqrt(1/N × Σ x²ᵢ) measures the power of the EMG signal in a processing window. It is strongly correlated with muscle force and contraction level, making it one of the most useful and robust features for prosthetic control.
What is LDA classification in EMG?
Linear Discriminant Analysis (LDA) finds linear decision boundaries in feature space that best separate classes. It assumes Gaussian class distributions with equal covariance. LDA is popular in EMG prosthetics for its speed, low training data requirements, and good generalisation.
What grasp patterns can EMG control?
Modern pattern recognition systems classify 10-15+ grasp types: power grasp (cylindrical), pinch (lateral, tip), tripod, key grip, and individual finger extension. Clinical systems implement 4-6 most-used daily grips to balance versatility and reliability.
What are the main challenges in EMG prosthetic control?
Key challenges: electrode displacement during use, sweat changing electrode impedance, muscle fatigue shifting the EMG frequency spectrum, and the limb position effect (accuracy degrades when arm moves away from training position). Classification must work within 200-300 ms for natural feel.
What is the windowing approach in EMG processing?
EMG is processed in short windows (150-250 ms) with 50% overlap to produce a stream of feature vectors classified in real-time. Window length balances temporal resolution (short = more responsive) against reliable feature estimation (long = more stable).
What is the limb position effect in EMG?
Classifier accuracy degrades when the arm moves to positions different from training because muscle geometry and electrode contact change with posture. Mitigation includes training in multiple arm positions, position-adaptive classifiers, and data augmentation.
What is targeted muscle reinnervation (TMR)?
TMR is a surgical procedure redirecting nerves from the amputated limb to residual chest or arm muscles, creating new EMG sites. This gives amputees intuitive simultaneous control of multiple prosthetic joints and enables sensory feedback via somatosensory reinnervation.