phanerozoic's picture
Upload folder using huggingface_hub
3d0d5b2 verified
---
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