You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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```
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: