--- license: mit tags: - pytorch - safetensors - threshold-logic - neuromorphic - error-detection - crc --- # threshold-crc16 CRC-16 CCITT step function. Polynomial: x^16 + x^12 + x^5 + 1 (0x1021). ## Parameters | | | |---|---| | Polynomial | 0x1021 | | Inputs | 17 | | Outputs | 16 | | Parameters | 324 | ## License MIT