Hello,
- Example #3 in the arduino library has AGC algorithm parameters, such as
int algoRange = 80; // ADC Range (0-100%)
int algoStepSize = 20; // Step Size (0-100%)
int algoSens = 20; // Sensitivity (0-100%)
int algoSamp = 10; // Number of samples to average (0-255)
Where can I find the description of what these parameters do?
- Is there a “threshold” setting that I could tweak so that weaker pulse signal could be detected?
Thank you so much.