Derek Kozel

Results 52 comments of Derek Kozel

Apps can request legacy behavior for Android 11, but that is likely to be removed in a later release. https://developer.android.com/reference/android/R.attr#requestLegacyExternalStorage Is there interest in the project of moving to the...

SigMF is trying to make an open source standard for signal file metadata. https://github.com/gnuradio/SigMF/blob/master/sigmf-spec.md

@jdemel Yes, I'm writing blocks for a Radio Astronomy acquisition board which stream packed signed 4bit IQ data. Yes. I'll put up a PR shortly with nearly complete generic and...

@greyhat94. the code is now updated to support GNU Radio 3.10. Please switch to the maint-3.10 branch and rebuild.

Is there any fix possible to resolve the compile issue? It'd be very preferable to report an empty list of CPU features than to fail to compile.

> if you are a radio astronomy person using a system that only outputs PSDs and maybe there's no notion of time domain samples From my experience with Radio Astronomy...

As a possibly related bit of info, there's IQZIP by the Libre Space Foundation which implements a CCSDS lossless compression standard. They did some interoperability work with SigMF and it...

The guide for porting from GNU Radio 3.8 to 3.9 is here: https://wiki.gnuradio.org/index.php?title=GNU_Radio_3.9_OOT_Module_Porting_Guide 3.10 has now been released, but most out-of-tree modules do not require changes to be compatible. https://wiki.gnuradio.org/index.php?title=GNU_Radio_3.10_OOT_Module_Porting_Guide

Wow, what an edge case. Thanks for figuring out the bad initial state

Hi @marcusmueller I just tried this on Ubuntu 20.04.5 with Clang 11.1.0 and the build fails for me. The same code compiles and passes tests with g++/gcc. ``` [dkozel (grmain)...