I'm trying to calculate THD( Total Harmonic Distortion) from the values of emg sensor and arduino board by inputting sine wave(100 Hz, amplitude is 10mVpp) to them. The wiring.jpg(attachment) shows how I connect emg sensor, arduino board and function generator.
My emg sensor is myo ware emg sensor :
sensor layout is attached.
my board is bluno nano(which is basically like arduino uno) :
My problem is that the sine wave signal from function generator is too small to be detected by arduino board(A1 pin), I couldn't even get some useful data to calculate THD. I've read some articles on the Net say that maybe arduino is not the ideal option to handle data in such high frequency and low voltage.
Is there a way to allow arduino board to detect such low voltage signal ?
or should I measure SNR(signal-noise ratio) instead of THD for my validation experiment?