Low pass filter on ongoing samples.
Hi all,
My application requires to sample a sensor and send the samples out in real time, without saving the samples.
I am required to run a low pass filter on the samples, but here is the problem cause if I want to do it on 20 samples for example then I will not be able to send out the samples each after I got it as required, and when I send them immediately each after I got it I use an ongoing average on 10 samples but that wasn't enough.
what low pass filter algorithm is the best for this application?
what is the accepted way to do this ?
Best regards
JK
