Hamming-Gray Coding of continuous data
The code has the property that:
- successive values differ by only a single bit
- if two values differ by x, less than delta, then their two encodings have a Hamming distance of x
- any pair of values further than delta apart are guaranteed to have a Hamming distance of at least delta