Practical Reed-Solomon for Programmers

from blog Bert Hubert's writings, | ↗ original
Recently I was doing some work decoding the new Galileo High Accuracy Service data. In short, this new service will allow Galileo (“European GPS”) users to achieve decimeter-level accuracy, which is nice. This “HAS” data is transmitted highly redundantly by making good use of Reed-Solomon encoding. To work with this data, I attempted to learn...