About 8,170 results
Open links in new tab
  1. Linear-feedback shift register - Wikipedia

    In computing, a linear-feedback shift register (LFSR) is a shift register whose input bit is a linear function of its previous state. The most commonly used linear function of single bits is exclusive-or (XOR). …

  2. Linear Feedback Shift Registers (LFSR) - GeeksforGeeks

    Jul 23, 2025 · The difference of the LFSR is that input — the bit that is fed back into the register — has linear feedback depending on the current state of the register. Often this function is an XOR of some …

  3. Linear Feedback Shift Register (LFSR) Calculator - Online Generator

    Tool to use a linear feedback shift register or LFSR and generate pseudo-random bits using XOR exclusive OR operations.

  4. LFSR An LFSR is a shift register that, when clocked, advances the signal through the register from one bit to the next most-significant bit (see Figure 1). Some of the outputs are combined in exclusive-OR …

  5. An LFSR generates periodic sequence must start in a non-zero state, The maximum-length of an LFSR sequence is 2n -1 does not generate all 0s pattern (gets stuck in that state) The characteristic …

  6. Pseudo Random Number Generation Using Linear Feedback Shift ... - Analog

    Learn about implemnenting random number generation using LSFR. Get the latest linear feedback shift resgisters from Maxim Integrated.

  7. Demystifying the LFSR - moria.us

    Are linear feedback shift registers really that hard to understand? How much math do you need to know in order to understand LFSRs? Can I construct my own maximum period LFSR?

  8. Theory Linear Feedback Shift Register is a digital circuit or algorithm used to generate pseudorandom sequences of binary digits (bits). It is a shift register with feedback logic that produces a sequence of …

  9. LFSR Calculator

    Learn how the linear-feedback shift register works with our LFSR calculator. Discover the types and the uses of this useful but hidden informatics tool!

  10. Linear Feedback Shift Register (LFSR) - VLSI Verify

    A Linear-feedback shift register (LFSR) whose input bit is a linear function (typically XOR operation) of its previous state.