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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/09/01 12:28
Read: times


 
#9143 - RE: compression algo (C language for 8052)
Hi Elia,

most data compression need to work on big data packets above 1KByte.

But if you read only an ADC, it can be, that most readings differ only a little.
E.g. on using 1byte, this byte was the difference to the preceding value in the range of -127 ... +127. And the byte = 0x80 mark, that a full 16 bit value follows.
This can double the speed, but need always 3 bytes on heavy changes.


Peter


List of 7 messages in thread
TopicAuthorDate
compression algo (C language for 8052)            01/01/70 00:00      
RE: compression algo (C language for 8052)            01/01/70 00:00      
RE: compression algo (C language for 8052)            01/01/70 00:00      
RE: compression algo (C language for 8052)            01/01/70 00:00      
RE: compression algo (C language for 8052)            01/01/70 00:00      
RE: compression algo (C language for 8052)            01/01/70 00:00      
RE: compression algo (C language for 8052)            01/01/70 00:00      

Back to Subject List