aerospaceresearch / DirectDemod

direct demodulation of radio-signals
MIT License
38 stars 19 forks source link

Error: Too many indices for array #51

Open Blobtoe opened 4 years ago

Blobtoe commented 4 years ago

I'm getting an error when running trying to decode noaa signals with this command: main.py -c 137000000 -f 137100000 -d noaa "audio.wav"

I believe the error comes from line 623 in decode_noaa.py

Here is the output on the console:


INFO     Offset for this frequency was determined to be 100000.000000 Hz
INFO     Decoding NOAA data
INFO     Beginning FM demodulation to get audio in chunks
INFO     Processing chunk 1 of 1 chunks
ERROR    An error occured during decoding of frequency 1 of 1 frequencies
ERROR    The error is: too many indices for array```