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
When I am trying to parse output.bits using iridium-parser.py, I am getting following error after few frames.
`Traceback (most recent call last):
File "iridium-parser.py", line 1774, in
do_input(input)
File "iridium-parser.py", line 1691, in do_input
perline(Message(line.strip()).upgrade())
File "iridium-parser.py", line 228, in init
self.leveldb=20*log(self.level,10)
ValueError: math domain error
`
Anyone else also facing the same problem??
The text was updated successfully, but these errors were encountered:
This likely means the signal level for that packet in the bits file was 0. We seem to output it to 5 digits of precision in gr-iridium which means that your signal level was smaller than -100dBFS
Which kind of SDR are you using that can receive such low signals?
Nonetheless, I'll push a workaround in a bit so the parser doesn't die on these lines.
When I am trying to parse output.bits using iridium-parser.py, I am getting following error after few frames.
`Traceback (most recent call last):
File "iridium-parser.py", line 1774, in
do_input(input)
File "iridium-parser.py", line 1691, in do_input
perline(Message(line.strip()).upgrade())
File "iridium-parser.py", line 228, in init
self.leveldb=20*log(self.level,10)
ValueError: math domain error
`
Anyone else also facing the same problem??
The text was updated successfully, but these errors were encountered: