Incorrect magnitude calculation on Raspberry Pi 5 (arm64), possible data conversion bug, incorrect demodulation · Issue #1160 · jopohl/urh · GitHub
More Web Proxy on the site http://driver.im/
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
URH compiled from source on raspberry 5 has some kind of conversion issues with signal magnitudes. the problem is verified by acquiring a signal with a RTL-SDR device and saving it to .complex16s format on the raspberry 5. Opening the file on x64 linux PC shows the data has been correctly acquired and saved by the raspberry. opening the same file on the raspberry itself shows weird demodulation chart. The problem is visible also during live sniffing but saving to file and loading helped me to isolate the problem which initially seemed to be an acquisition one.
Correct demodulation and IQArray.magnitude data:
Incorrect demodulation and IQArray.magnitude data:
I've been battling with this issue for a couple of days now, any help would be immensely appreciated.
The text was updated successfully, but these errors were encountered:
Actual Behavior
URH compiled from source on raspberry 5 has some kind of conversion issues with signal magnitudes. the problem is verified by acquiring a signal with a RTL-SDR device and saving it to .complex16s format on the raspberry 5. Opening the file on x64 linux PC shows the data has been correctly acquired and saved by the raspberry. opening the same file on the raspberry itself shows weird demodulation chart. The problem is visible also during live sniffing but saving to file and loading helped me to isolate the problem which initially seemed to be an acquisition one.
Correct demodulation and IQArray.magnitude data:
Incorrect demodulation and IQArray.magnitude data:
I've been battling with this issue for a couple of days now, any help would be immensely appreciated.
The text was updated successfully, but these errors were encountered: