On 5/12/05, Mark Rages wrote: > I've done simple IIR low-pass filtering like this: > > N1=N*(K-1)+N0*K > Oops, should be 1-K, so: N1=N*(1-K)+N0*K Regards, Mark markrages@gmail -- You think that it is a secret, but it never has been one. - fortune cookie -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist