srcejon

Results 273 comments of srcejon

I don't think the problem is Windows. I suspect it's just that you're asking it to do more processing than it can handle.

>. My processor is an AMD 1950X with 16 cores and 32 threads Threadripper. The processing that is most likely causing a problem is all on a single thread at...

Rather than "ISM decoder", I'd probably say we should work towards having a generic digital demodulator, supporting user-selectable modulation, data-rate, clock-recovery and so on, with some extensible mechanism for decoding...

There's already a POCSAG demod: https://github.com/f4exb/sdrangel/blob/master/plugins/channelrx/demodpager/readme.md Note that you can only do so much with a generic decoder. E.g. the POCSAG demod supports error correction, and there's a few other...

I've added support for this in #192 in this commit: https://github.com/csete/gpredict/pull/192/commits/8ca08fdc1d2f0aadf1dc7a7d3d436765b659df37

I don't think there is a way in the GUI, but you can change the order by editing the corresponding trsp file in a text editor. For NOAA 18, look...

I've just tried building git master for windows on msys2 using both mingw32 and mingw64 (x86_64) toolchains. In order to get it to build & run on both, I needed...

I've also added support for automatically enabling the ground track for a satellite when it is selected. The ground track is then cleared when selecting another satellite or deselecting the...

I've updated the patch to include: Support playing audio files on AOS and LOS. Issue #187. Allow elevation for AOS and LOS to be set to something other than 0...

Another update allows applications (shell commands) to be run on AOS and LOS as well (perhaps to run a decoder, or control some other h/w), as requested on the forum....