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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
11/14/05 08:50
Read: times


 
#103677 - Moving average window.
Responding to: ???'s previous message
The best method for removing such noise by averaging out is the moving average window method.

See: http://www.dspguide.com/ch15.htm

Essentially, a new filtered reading is the average of the previous n readings.

If I remember rightly, as a rule-of-thumb, n bits of noise requires a window size (ie. number of samples) of (2^(n-squared)). So, 2 bits of noise require n = (2^4) = 16.

List of 16 messages in thread
TopicAuthorDate
Weight Scale Avarging method            01/01/70 00:00      
   Filter providing two time constants            01/01/70 00:00      
      median filter, simulate algo on PC            01/01/70 00:00      
         Periodic interference can make them fail            01/01/70 00:00      
            Acknowlegded.            01/01/70 00:00      
               Agreed            01/01/70 00:00      
                  50Hz sampling            01/01/70 00:00      
                     Anti-aliasing filter will help            01/01/70 00:00      
                        what this is all about            01/01/70 00:00      
   Moving average window.            01/01/70 00:00      
      Average on condition            01/01/70 00:00      
         is that not SOP (standard operating proc            01/01/70 00:00      
            Hallelujah!            01/01/70 00:00      
   meaningless            01/01/70 00:00      
   What are you using that one for in a wei            01/01/70 00:00      
   hello from chhatraliamd for weight scale            01/01/70 00:00      

Back to Subject List