Altera_Forum
Honored Contributor
14 years agozeroing of sampled signal : how ?
in my series of "stupid beginner questions" I hit a new problem.
My ADC samples a signal. however, it is not guaranteed that 0 volts is reported as 128. it might be 115 or 130. correcting this is easy : just add/subtract some value until the mean is 128. (so you can scale/multiply the signal maximally) But how do I determine the mean reliably in my cosy little FPGA? how does the rest of the world solve this challenge ? is everybody twiddling analog potmeters to get the input signal just right ? please tell me the clever solution :-P...