File size: 526 Bytes
3d0d5b2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | ---
license: mit
tags:
- pytorch
- safetensors
- threshold-logic
- neuromorphic
- sequential
- counter
---
# threshold-ring-counter
4-bit ring counter. One-hot encoding rotates through 4 states.
## Sequence
```
0001 → 0010 → 0100 → 1000 → 0001 (4 states)
```
## Applications
- State machine sequencing
- Phase generation
- Timing signals
## Parameters
| | |
|---|---|
| Inputs | 4 |
| Outputs | 4 |
| Neurons | 4 |
| Parameters | 20 |
| Magnitude | 8 |
## License
MIT
|