home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.compression
- Path: sparky!uunet!van-bc!rsoft!mindlink!a269
- From: Mischa_Sandberg@mindlink.bc.ca (Mischa Sandberg)
- Subject: Re: Need a compressor for sparse bit datastream
- Organization: MIND LINK! - British Columbia, Canada
- Date: Fri, 20 Nov 1992 04:22:17 GMT
- Message-ID: <17606@mindlink.bc.ca>
- Sender: news@deep.rsoft.bc.ca (Usenet)
- Lines: 33
-
- Tom Lane writes:
- > richard@garfield.noname (richard_landells.sbd-e@rx.xerox.com) writes:
- > > I have an application that generates binary output. The output is
- > > relatively random, but there are approximately twice as many off bits as
- > on
- > > bits. My objective is to compress this as much as possible.
- >
- > The fact that standard compressors can do as well as 4% suggests to me that
- > there is more order in the input bitstream than you've let on.
- > regards, tom lane
-
- ... yes; I'm trying to figure out how the subject line ("sparse"?) relates
- to data that is 67% 0's instead of 50% 0's.
-
- Every compressor has its model, even supposedly "all-purpose" compressors
- like LZ or arithmetic coding. Clearly, if standard stream compressors
- flunk out on your data, then there's no strong serial dependency between
- one byte and the next, nor does it chunk in 8-bit symbols.
-
- But then, perhaps there's some information you have about the source of
- this data. Perhaps it chunks on a different unit size (which might be VERY
- large)? Perhaps the sequence of zero-bit-counts between unit-bits has some
- significant distribution, or even a significant markovian?
-
- It would probably give people a better crack at your problem if you
- could relate the kind of data you're storing. Good luck, in any case.
- --
- Mischa Sandberg ... Mischa_Sandberg@mindlink.bc.ca
- or uunet!van-bc!rsoft!mindlink!Mischa_Sandberg
- *-*-*-*-*-*-*-*-*-*-*
- Engineers think equations are an approximation of reality.
- Physicists think reality is an approximation of the equations.
- Mathematicians never make the connection.
-