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

Back to Subject List

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


 
#103623 - median filter, simulate algo on PC
Responding to: ???'s previous message
Hi Thakkar,

I'd suggest recording the ADC data to a PC and simulating the algorithm(s) there.

Depending on the nature of your data (periodic, non periodic, gaussian, single breakouts) some algorithms will be better for you than others.

You might find a median filter (read f.e. 5 values, sort them, then take the middle one) to give good and robust results.

Note, an algorithm can't do wonders (RMS of your readings will typically drop with sqrt(Number_of_Readings)) so time spent for an analog input filter (like the one suggested by Kai Klaas) is probably spent well.

Greetings,
Frieder

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