-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Erroneous NOAA SAME codes #26
Comments
If you're having the same issues I am - that would be pops and clicks in some of the transmissions - try running |
I'm using rtl_fm to pipe audio into pulseaudio and a different process to pipe from pulseaudio into minimodem for reading NOAA SAME codes. Minimodem output is not consistent yet reports a confidence level of over 18. Perhaps this is helpful to someone else. pipeNoaa.sh - Read from Weather broadcast, convert and dump into a pulseaudio sink.
monitorNoaa.sh - Read from pulseaudio weather radio sink, convert to a wav format, pipe to minimodem.
|
I am generating and decoding NOAA SAME sequences with
minimodem
on Raspberry Pi 3. Minimodem decodes all right any "live" sequence that I generated with another instance ofminimodem
as well as any recorded one. However, when I tried to use a professional grade hardware SAME decoder on the sequences generated withminimodem
, I got less than perfect results - the HW decoder recognizes about a half of the generated sequence. For example, the decoder reports just this:ZCZC-WXR-FFW-012011-012086-012099=99?8+,
when I feed it with the result of the following command:
echo "ZCZC-WXR-FFW-012011-012086-012099-012103+0015-1231545-WXYZ/NWS-" | minimodem --tx -A0 same
It looks like the
minimodem
generates just half of the sequence right, and the second half is faulty. Any idea on why it is happening, and help with a fix would be greatly appreciated.The text was updated successfully, but these errors were encountered: