Forum Discussion
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- @kaz What if I want to converge to a single value with continuous averaging? Is it possible? As an example if I average first 32 samples and the averaged value used in the next averaged 32 samples. In the end I will converge to some stable ADC value. In this way I will have less fluctuation in my ADC values. --- Quote End --- Depends what you want. if you want running average then we are on it. if you want block average then you can average each block separately. if you then average the averages then it is up to you and your purpose but it only complicates what is basically simple subtract accumulate.