User Activity

Hi everyone, I'm new to MCUs and programming in general and currently trying to calculate the average of the plateaus from 3 ADC input channels. I'm using Exponential Smoothing to reduce the noise and an algorithm to detect the plateau. Even tho my s...
Signals are similar across all 12 channels but I'm confused about how to run the averaging algorithm for 12 channels at the same time. Currently, I can get the ADC values from all 12 channels using DMA without the averaging process.To explain further...