Skip to content

Instantly share code, notes, and snippets.

@mbaz
mbaz / HamFER.jl
Created September 18, 2021 16:25
Simple demo of FER improvement using Hamming (7,4) over a BSC
module HamFER
export run
using StaticArrays
const Gt = SA[1 0 0 0 ;
0 1 0 0 ;
0 0 1 0 ;
0 0 0 1 ;