-
Notifications
You must be signed in to change notification settings - Fork 212
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
FLEX: Some messages are not decoded #229
Comments
If you are using rtl_fm, what rtl_fm parameters do you use? |
Just the standard: Coincidentally I've bought a new RTLSDR stick that also comes with another antenna. Ever since I haven't missed a single |
The files, trying to decode |
Hey @ramonsmits I think I have something similar going on. can you share the commands you are using to record and playback etc so I can confirm i'm seeing similar. My issue appears to happen most commonly when there is a number of messages in the same cycle, so may be a different issue. |
See the README for examples |
@ramonsmits unless you're using the native raw format, dithering from SoX will also introduce a little additional noise. You may try converting your input files with SoX several times, while omitting the Trimming the input files will affect the dithering PRNG of SoX and result in different noise even in |
In the Netherlands we have the P2000 network. A test messages "TESTOPROEP MOB" is broadcasted every 5 minutes and I noticed in my logs that this message isn't always logged. I assumed it was a reception issue or maybe the network dropping "low priority" messsages in case of spikes or something. Further log analysis showed that that latter wasn't true as is also happened when no messages were being broadcasted. I captured the received audio and manually analyzed locations where a test message should appear and I noticed that indeed audio is present.
I checked with versions 1.1.5 till 1.3.1 and all didn't decode the message.
For testing and further analysis I started to cut the white noise from the audio file. I fed that into multimon-ng and suddenly the message IS shown.
The following is the log difference:
Based on the fact that in the original I don't see
SYNC1
orSYNC2
I think that is where my quest should start as I think these are the "headers" in the messages. The fact that there are 5 errors also likely indicated that the SNR isn't great.Does anyone have any idea how to further diagnose this why the original recording isn't fully decoded but the version that has white noise removed is?
Ideally I want to debug this. Maybe even chop up the received raw audio data somehow.
The text was updated successfully, but these errors were encountered: