feat: add contribution
This commit is contained in:
parent
f6a38c5eb0
commit
ae69c38151
3 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
# PDC Project 2025 - Peters Stefan, Pelletier Antoine, Jeong Jaeyi, Cohen Adam
|
||||||
|
|
||||||
import numpy as np
|
import numpy as np
|
||||||
from encoder import G, ALPHABET, make_codebook
|
from encoder import G, ALPHABET, make_codebook
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
# PDC Project 2025 - Peters Stefan, Pelletier Antoine, Jeong Jaeyi, Cohen Adam
|
||||||
|
|
||||||
import numpy as np
|
import numpy as np
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
|
2
main.py
2
main.py
|
@ -1,3 +1,5 @@
|
||||||
|
# PDC Project 2025 - Peters Stefan, Pelletier Antoine, Jeong Jaeyi, Cohen Adam
|
||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
import numpy as np
|
import numpy as np
|
||||||
import encoder, decoder, channel
|
import encoder, decoder, channel
|
||||||
|
|
Loading…
Add table
Reference in a new issue