Keren Kapach
Registered: Jun 2006
Posts: 2 |
Thanks! but I still don't get it..
I read the notes few times.
Can you give me an example for encoding the number "5" in both methods?
in the Length prefixed method, "5" is encoded as 10010. I thought that it should start with an ordinary base 2 digit sequence?...
in the Binary-coded base 3 method, "5" is encoded as 000011.
according to the notes, I should take base 3 representation (12), then convert each digit to a pair of base 2 digits (0110), and then some special treatment to the begining and the end of the sequence.
I hope it is not too complicated, since it's not related directly to the data compression methods, but it would still be nice addition to my presentation.
Thanks again.
Keren
Report this post to a moderator | IP: Logged
|