threshold-crc8 / README.md
phanerozoic's picture
Upload folder using huggingface_hub
75a5789 verified
---
license: mit
tags:
- pytorch
- safetensors
- threshold-logic
- neuromorphic
- error-detection
- crc
---
# threshold-crc8
CRC-8 step function. Polynomial: x^8 + x^2 + x + 1 (0x07).
## Operation
Processes one bit at a time. Feed data bits sequentially to compute CRC.
## Parameters
| | |
|---|---|
| Polynomial | 0x07 |
| Inputs | 9 (8 CRC + 1 data) |
| Outputs | 8 |
| Parameters | 100 |
## License
MIT