feat: add contribution

This commit is contained in:
appellet 2025-05-30 02:16:51 +02:00
parent f6a38c5eb0
commit ae69c38151
3 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,5 @@
# PDC Project 2025 - Peters Stefan, Pelletier Antoine, Jeong Jaeyi, Cohen Adam
import numpy as np
from encoder import G, ALPHABET, make_codebook

View file

@ -1,3 +1,5 @@
# PDC Project 2025 - Peters Stefan, Pelletier Antoine, Jeong Jaeyi, Cohen Adam
import numpy as np
import sys

View file

@ -1,3 +1,5 @@
# PDC Project 2025 - Peters Stefan, Pelletier Antoine, Jeong Jaeyi, Cohen Adam
import argparse
import numpy as np
import encoder, decoder, channel