minimal attempt for 2.4M demodulation

This commit is contained in:
Xavier Olive
2022-12-28 00:07:13 +01:00
parent a8f3b9c811
commit c3839d861c
9 changed files with 516 additions and 13 deletions

6
.gitignore vendored
View File

@@ -5,6 +5,11 @@ __pycache__/
*.py[cod]
.pytest_cache/
# Cython
pyModeS/decoder/flarm/decode.c
pyModeS/extra/demod2400/core.c
pyModeS/c_common.c
# C extensions
*.so
@@ -64,3 +69,4 @@ target/
.venv
env/
venv/