by A. Pung | Jan 11, 2024 | Space
Introduction Welcome back! From our last conversation about general Linear Feedback Shift Registers, we mentioned there were two flavors of LFSR algorithms: Fibonacci and Galois. Although we ran through a basic implementation of the Fibonacci technique, we can dive...
by A. Pung | Jan 10, 2024 | Image Processing
Introduction Audio and video are widely considered separate phenomena. After all, you listen to music, but you watch a show. On the other hand, both are the result of information streaming from one location to another, and being translated by a piece of technology....
by A. Pung | Jan 9, 2024 | Space
Introduction Linear Feedback Shift Register (LFSR) algorithms are an elegant solution in communication between satellites and their terrestrial receivers. Given the limited bandwidth of the receiver and transmitter systems, codes transmitted between the systems are...
by A. Pung | Jan 9, 2024 | Space
Introduction Along with the Fibonacci Linear Feedback Shift Register (LFSR) algorithm, a Galois-based can also be created. In fact, the Galois algorithm is more computationally efficient than the Fibonacci algorithm, and it is also used in validating the IS-GPS-200...