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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/23/04 17:02
Read: times


 
#67298 - RE: Linearisation using curve fitting
Responding to: ???'s previous message
I think Nagarajan already told that the range of data that need to be linearised is very large to fit in a LUT.

I once used a reduced lookuptable of the following form
a1,b1,c1
a2,b2,c2
....

if input = a1, output is = b1
if input >a1 <a2 output is b1 + ((input - a1) * c1)

it is, of course, slower since you need to search for tha 'a' rather than 'just lookup' but the compresion ratio for the app where I used the technique was fantastic.

Erik


List of 32 messages in thread
TopicAuthorDate
Linearisation using curve fitting            01/01/70 00:00      
   RE: Linearisation using curve fitting            01/01/70 00:00      
   RE: Linearisation using curve fitting            01/01/70 00:00      
      RE: Linearisation using curve fitting            01/01/70 00:00      
      RE: Linearisation using curve fitting            01/01/70 00:00      
         RE: Linearisation using curve fitting            01/01/70 00:00      
   RE: Linearisation using curve fitting            01/01/70 00:00      
      RE: Linearisation using curve fitting            01/01/70 00:00      
         RE: Linearisation using curve fitting            01/01/70 00:00      
            RE: Linearisation using curve fitting            01/01/70 00:00      
               RE: Linearisation using curve fitting            01/01/70 00:00      
                  RE: Linearisation using curve fitting            01/01/70 00:00      
                     RE: Linearisation using curve fitting            01/01/70 00:00      
                        RE: Linearisation using curve fitting            01/01/70 00:00      
                           Correction: Erik, not Eric!            01/01/70 00:00      
                           Curve fitting Kai            01/01/70 00:00      
                              RE: Curve fitting Kai            01/01/70 00:00      
                                 RE: Curve fitting Kai            01/01/70 00:00      
                                 RE: Curve fitting Kai            01/01/70 00:00      
                        RE: Linearisation using curve fitting            01/01/70 00:00      
                           RE: Linearisation using curve fitting            01/01/70 00:00      
   RE: Linearisation using curve fitting            01/01/70 00:00      
      RE: Linearisation using curve fitting            01/01/70 00:00      
         RE: Linearisation using curve fitting            01/01/70 00:00      
         RE: Linearisation using curve fitting            01/01/70 00:00      
            RE: Linearisation using curve fitting            01/01/70 00:00      
               RE: Linearisation using curve fitting            01/01/70 00:00      
                  RE: Linearisation using curve fitting            01/01/70 00:00      
                     RE: Linearisation using curve fitting            01/01/70 00:00      
                        RE: Linearisation using curve fitting            01/01/70 00:00      
      RE: Linearisation using curve fitting            01/01/70 00:00      
   RE: Linearisation using curve fitting            01/01/70 00:00      

Back to Subject List