Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/19/00 08:44
Read: times


 
#1881 - RE: low pass filter algorithm for 8051
The easy way to solve this Problem is:
use a 16 Bit add register and do every
conversation 32x with add the 8 bit
result to the 16 bit register.
At the end you can easy rotate the 16
bit register with RLC 5 times.
So you have the average value.
When you using the ADC-Value
continously build a circular Buffer.
Its the fastest way !.


List of 7 messages in thread
TopicAuthorDate
low pass filter algorithm for 8051            01/01/70 00:00      
RE: low pass filter algorithm for 8051            01/01/70 00:00      
RE: low pass filter algorithm for 8051            01/01/70 00:00      
   RE: low pass filter algorithm for 8051            01/01/70 00:00      
      RE: low pass filter algorithm for 8051            01/01/70 00:00      
         RE: low pass filter algorithm for 8051            01/01/70 00:00      
            RE: low pass filter algorithm for 8051            01/01/70 00:00      

Back to Subject List