Dennis Mantz
Dennis Mantz
Thx! No the code is not used anywhere right now. I don't want any RF Analyzer user to experience any problems with future versions. That's why I hesitate to build...
I will try... its on my TODO list ;)
I had the same issue with my Nexus 5 on 4.4.4. After spending some time on debugging I found this: https://code.google.com/p/android/issues/detail?id=26194 It seems it is a bug in the Android...
Your description fits perfectly to the Android bug report and to my own experience. On my Nexus 5 (4.4.4) I could only experience this bug in landscape mode. But as...
Good point! As soon as I got the time ;) But it's now on my todo list..
That's correct. RF Analyzer produces files similar to hackrf_transfer -r (when used with a HackRF). These files are missing the WAV header which is required by SDR#. hackrf_transfer has the...
I'm currently working on a DSP library for Android using RenderScript to do heavy calculations on the device GPUs... will take a while til it is ready. But in the...
Are you saying that your rtl dongle will switch frequency every 16ms to collect data of a wider spectrum? This is basically what I try to implement with the new...
SSB is planned and will be implemented right after rtl-sdr support and recording. I didn't planned to implement synchronous AM.. Maybe at some time in the future.. can't promise you....
Thank you both for the hints! I actually found the implementation of Alexandru Csete earlier and used it as base for my implementation. I just uploaded the beta in a...