Skip to content

Commit

Permalink
its joever
Browse files Browse the repository at this point in the history
  • Loading branch information
kjuarezj committed Nov 4, 2024
1 parent 56b2c74 commit 7d23b1d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ You can also include images in this folder and reference them in the markdown. E
-->

## How it works

neuromorphic-inspired LFSR with "synaptic neurons" that simulate excitatory / inhibitory responses. Each bit in the LFSR acts like a neuron, where detected edges (transitions from 0 to 1 or 1 to 0) generate excitatory or inhibitory signals, similar to synaptic inputs in neural networks. These signals modify the LFSR’s feedback , leading to behavior that mimics how biological synapses manage signal flow by either enhancing or suppressing activity. The result is a random sequence influenced by synaptic-like interactions.

## How to test

Explain how to use your project
do something

## External hardware

List external hardware used in your project (e.g. PMOD, LED display, etc), if any
N/A

0 comments on commit 7d23b1d

Please sign in to comment.