Hello,
I want to measure the frequency of a signal like the one that I am showing in the picture. I tried to measure the voltage with an analog-to-digital converter (MCP 3008 https://www.adafruit.com/product/856 ) and then I calculated the frequency with a python function in my code. This method works really well for low frequencies, but for high frequencies, this method is not very good. I thought that counting the peaks and the time between them would be another option, but I don't know how to do this. I would appreciate it if you have ideas on how to measure the frequency of this signal.
Thanks for your help.