views:

12

answers:

1

i.e array is having 100*125 bits of data for each aircraft+8 ascii messages each of 12 characters what compression technique should i apply to such data

A: 

Depends mostly on what those 12500 bits look like, since that's the biggest part of your data. If there aren't any real patterns in it, or if they aren't byte-sized or word-sized patterns, "compressing" it may actually make it bigger, since almost every compression algorithm will add a small amount of extra data just to make decompression possible.

cHao
@cHao well , thanks for replying bits are arranged into frame in a pattern e.g as lat-long-track id-speed etc..plz suggest some good compression programme for such small data as this
Mujtaba Haider