Question
when getting ADC value, RMS processing is necessary needed?
Hello, I am using LO31K6 for sensoring two ADC channels by DMA
When I wish to get trustable voltage value, Do I have to apply Root Mean Square to these ADC value?
for example, < Instead directly get ADC value from DMA buffer[n] and treat as it is true > ,
when I got ADC value for 300 times, counting from DMA interrupt,
save these ADCvalues [300] , then sqaure( ^2) each of them, then adding them, and do sqrt (root), and get final voltage result
that result value will be more trust-able ?
