Question about Designing EMG data acquisition

  • Thread starter Thread starter Mo_Tuk
  • Start date Start date
  • Tags Tags
    Data Designing
AI Thread Summary
The discussion focuses on designing an EMG data acquisition system, particularly the selection of gain and filter types for signal processing. An instrumentation amplifier is recommended for amplifying EMG signals, with the gain determined by the peak voltage before amplification and the input specifications of the ADC. A band-pass filter is suggested to eliminate unwanted frequencies, with considerations for ripple, phase lag, and filter order influencing the choice of filter type, such as Sallen-Key or Butterworth. The importance of practical experimentation and adjustments is emphasized, along with the need for a differential input amplifier to reduce electrical noise. Overall, the design process involves iterative testing and refinement to achieve accurate classification of hand movements.
  • #51
Mo_Tuk said:
The attached image is the schematic for EMG circuit that worked, and I have question about DC level shifter circuit should I add it ??
so that (e.g. the output will be from 0 to 5V max), because Analog to Digital Converter "ADC" of the arduino can only accept this range.
For your particular use of detecting different muscle activity you would not need a level shifter.

However the converter on the Arduino board may not like a negative-going signal. I would say try connecting to the Arduino to see if you get reasonable results, if the results are bad then add a level shifter. (Unless of course you want to add a level shifter as part of learning more -- often a good idea. :wink:)

Cheers,
Tom
 
  • Like
Likes Mo_Tuk, dlgoff and jim hardy
Engineering news on Phys.org
  • #52
Hello

I added the dc lavel shifter and the circuit works fine with arduino using ADC of the arduino, but now I have to do two things:

1) comparing the result with other built-in EMG shield by using correlation technique "Auto-Correlation"
2) add some realistic application to prove that the system is practical, any idea ??
 
Last edited:
Back
Top