[Discuss-gnuradio] GSoC: Multiple students working on an idea.

2014-03-09 Thread Jared Boone
Hi GNU Radio discussers, I'm the mentor for the signal analysis tool on the GNU Radio GSoC ideas page. I was contacted by two students interested in working on the project. They know each other, go to the same school, and are in my home town -- a very nice setup! A recent message on this list

Re: [Discuss-gnuradio] Persistence causes glAccum exception

2012-05-24 Thread Jared Boone
On May 24, 2012, at 6:44 PM, Marcus D. Leech wrote: Near as I can tell, the persistence feature is intended to give a kind of storage-scope effect, or high-persistence phosphor effect. I achieved a similar effect in the ubertooth-specan-ui Python app, built on top of Qt's newer PySide Python

Re: [Discuss-gnuradio] MacOS, AVX, GCC, and LLVM

2012-05-09 Thread Jared Boone
On May 8, 2012, at 2:29 PM, Josh Blum wrote: Note that I'm compiling on a Sandy Bridge Intel processor, so Altivec (PPC), NEON (ARM), and float-ABI (ARM?) aren't available. Also, LLVM 3.0 doesn't support -mpopcnt, and apparently doesn't support -munsafe_math_optimizations. And yet, the

[Discuss-gnuradio] MacOS, AVX, GCC, and LLVM

2012-05-05 Thread Jared Boone
I spent some time last night getting the the development branch of GNU Radio to compile on MacOS X 10.7. In the process, I saw some people having issues with compiler/assembler AVX support, Apple's ancient GPLv2 as, and Xcode's LLVM. I succeeded in building and running GNU Radio using Xcode