I am using Teensy3.1 to record audio with 50KHz sample rate. I use the function AnalogRead to sample the analog pin. The reading value should fall into the range between 0 to 1024.
However, after recording the data, I found there is a small reading(E.g. 0.019) every 100 samples . What might be the possible reason for that? Am I sampling it too fast?
Any feedback is very much appreciated.