Dennis Mantz

Results 51 comments of Dennis Mantz
trafficstars

@aneitzel thx so much for testing! I fixed both bugs (AM & recording dialog) and released 1.10 now. Should be available on Google Play in about an hour. Regarding bandwidth:...

Hmm I have 1000000 (= 1MSps) as an option in the recording dialog: ![ScreenShot](http://i.imgur.com/zcaBMlG.png) It would be a bug if it isn't there for you!

Glad it works now ;)

@GeoNomad currently I'm working on a Bookmark and a Scanning feature. I already thought about digital modes but didn't had time for it so far. Maybe in the future.. Or...

Thanks for this suggestion! This is actually the first time I heard of the RSP, but it sounds like an interesting device. According to the API specifications it will output...

Sorry I can quite get your problem from the description you gave.. Could you try to explain it in more detail? Please also attach more information: which android device are...

Yeah I think you are correct on this. If the developer guide is correct, floating point operation are about two times slower than integer (https://developer.android.com/training/articles/perf-tips.html#AvoidFloat). Initially I implemented RF Analyzer...

Hi André, I will target the filter widths of the demodulation after I finish my DSP library written in renderscript. Right now the filters are really bad (e.g. if you...

wow thanks! this is excellent information ;) I think I understand what I have to do now. But definitely has to wait until my DSP library is done since I...

One reason I chose GPLv2 was that the FFT.java implementation (https://github.com/demantz/RFAnalyzer/blob/master/app/src/main/java/com/mantz_it/rfanalyzer/FFT.java) is also licensed under GPLv2 (and not explicitly under GPLv2+). Because v2 and v3 are incompatible I think I...