Understanding the Reference Point for EMG Out Voltage

AI Thread Summary
The discussion focuses on the reference point for EMG output voltage in a prosthetic arm project. It clarifies that the EMG output is referenced to the circuit ground, which is essential for proper signal conditioning and filtering. The conversation highlights the importance of using a body ground to reduce noise from the differential signals captured by the electrodes. It also compares two circuit configurations: one using a single +5V supply with a 2.5V mid-point reference and another using a split supply with a ground reference. The consensus is that the output signal should be referenced to the circuit ground to avoid issues with signal conversion in the Arduino setup.
hisham.i
Messages
176
Reaction score
2
Hello..
Am working for my FYP concerning prosthetic arm, so i have to take data from EMG sensors which are on the surface of the body.
The first step of my project is signal conditioning and filtering, so i was searching for circuits concerning signal conditioning and i got the circuit in the following link:
http://biomed.engsoc.org/system/files/images/EMG_Arduino.png

At the write of the figuire they said that :"EMG out voltage is referenced with respect to GND"...My question concerns this point.

What should be the reference point of the out signal!, why its not the body ground, or the 2.5v which is created using the buffer circuit?

Thanks for help
 
Last edited by a moderator:
Engineering news on Phys.org
The output signal at "EMG out" is 0-5v measured against the circuit, or power supply, ground. That's what the "...referenced..." message is trying to convey. Since the PS ground is the common point for the Arduino input, this is how it should be. I didn't look up the opamps specs so I'm not sure what all those extra pins are doing.

The "Muscle Input" are a differential signal from two electrodes attached, I suppose, to your skin someplace. And it looks like the "Body Ground" pin/signal is also meant to go some place on the skin and provide a mid-point reference. I would guess that without the Body Ground you would get a lot of garbage noise on the actual inputs. You might be able to get a similar signal reference by just using the circuit ground as Body Ground.

But in either case there may be "potential" across the body being measured which could be dangerous. For safety's sake I would want to read more about the circuit before deploying it on anyone but myself...
 
Have you looked at this low power instrument amps data sheet?

http://www.analog.com/static/imported-files/data_sheets/AD620.pdf"

They have a typical ECG application circuit which uses a split supply (±3volts).

attachment.php?attachmentid=30672&stc=1&d=1292428890.jpg
 

Attachments

  • ECGapp.jpg
    ECGapp.jpg
    20 KB · Views: 3,779
Last edited by a moderator:
yes i saw the circuit in the data sheet, and since the output voltage should swing between +3 and -3, so i think that the output voltage should be referenced to PIN number 5 in AD620, do you think so?
 
hisham.i said:
yes i saw the circuit in the data sheet, and since the output voltage should swing between +3 and -3, so i think that the output voltage should be referenced to PIN number 5 in AD620, do you think so?
Yes. That's the way I see it.
 
The original arduino circuit uses a single +5 volt supply with a derived mid-point (2.5v) reference at pin 5, whereas the second datasheet circuit uses a split +/-3v supply with the "ground" between the plus/minus batteries as the pin 5 reference. In both circuits the pin 4 "minus" supply is at a negative voltage with respect to pin 5...

And this may be the point of the OP's question... I would use the points labeled GND or with the little ground symbols as the output signal ground reference, something you probably can't avoid with the arduino circuit since the controller runs on the same power. In that case the arduino circuit signal will be "biased" up to 2.5v as it's virtual zero value and should swing above and below that reference, between 0v at it's most negative and 5v at it's most positive. The datasheet circuit's output will swing + and - from the 0v ground reference. If you connect that to the arduino's input you will not be able to convert any of the - swing, it would all look like 0v (if it didn't damage the input itself).
 
Hi all I have some confusion about piezoelectrical sensors combination. If i have three acoustic piezoelectrical sensors (with same receive sensitivity in dB ref V/1uPa) placed at specific distance, these sensors receive acoustic signal from a sound source placed at far field distance (Plane Wave) and from broadside. I receive output of these sensors through individual preamplifiers, add them through hardware like summer circuit adder or in software after digitization and in this way got an...
I have recently moved into a new (rather ancient) house and had a few trips of my Residual Current breaker. I dug out my old Socket tester which tell me the three pins are correct. But then the Red warning light tells me my socket(s) fail the loop test. I never had this before but my last house had an overhead supply with no Earth from the company. The tester said "get this checked" and the man said the (high but not ridiculous) earth resistance was acceptable. I stuck a new copper earth...
Thread 'Beauty of old electrical and measuring things, etc.'
Even as a kid, I saw beauty in old devices. That made me want to understand how they worked. I had lots of old things that I keep and now reviving. Old things need to work to see the beauty. Here's what I've done so far. Two views of the gadgets shelves and my small work space: Here's a close up look at the meters, gauges and other measuring things: This is what I think of as surface-mount electrical components and wiring. The components are very old and shows how...
Back
Top