Digital noise filtering

after anti aliasing analog filter and ADC conversion we do end up with a digitized signal.

At a starting point internal representation will often be 16 or 32 bit signed or unsigned integers.

Many if not most controllers has n input range of (0..Vmax) so if you have a plus/minus signal you must at analog side maybe add a DC offset value to the signal. This is for the time being out of scope on this page.
See in bottom of this page for a very simple inspiration

These pages is NOT an intro to the advanced engineering math behind but should be viewed as a more easy way to get started on low poss filtrering on your digitized signals.

We go a little into detail with

Both methodologies are simple to implement but may have more math details than observed by first glanse.


More links

Electronics

Many if not most controllers has n input range of 0..VmaxV so if you have a plus/minus signal you must at analog side maybe add a DC offset value to the signal. This is for the time being out of scope on this page.
See in bottom of this page for a very simple inspiration

Be inspired here - here is a local copy