|
|
|
|
|
by gliptic
731 days ago
|
|
With arithmetic coding this requires 1 bit to store: the value of the first bit. The other is known with 100% probability. This is very simple to implement, especially with bit-wise arithmetic coding. The problem is that the Shannon limit doesn't apply to your example. A fixed 1:1 ratio bit string is not I.I.D. |
|