Own way of thinking

When you look at binary(or any base) representation of a number you see that the most significant bits are the left most and least significant bits are to the right most. The right most bits are the high frequency bits. For example the last bit is most frequent one. It changes with every number. Every bit to the left frequency reduces by two.

Low frequency values contain the most information.

The process of eliminating higher frequency components is called quantisation

TODO

  1. Create a visualisation of numbers moving and showing that the left bits don't change frequently.

    All notes