Re: [Discuss-gnuradio] Alignment bug fix

2016-05-27 Thread West, Nathan
On Fri, May 27, 2016 at 12:59 PM, Philip Balister wrote: > On 05/27/2016 09:43 AM, Robert McGwier wrote: > > Recently a kernel alignment bug was fixed (ugly) and this repaired the > > polyphase synthesis engine in the main code. > > A fix in the Linux kernel? Or somewhere else. A reference to the

Re: [Discuss-gnuradio] Alignment bug fix

2016-05-27 Thread Philip Balister
On 05/27/2016 09:43 AM, Robert McGwier wrote: > Recently a kernel alignment bug was fixed (ugly) and this repaired the > polyphase synthesis engine in the main code. A fix in the Linux kernel? Or somewhere else. A reference to the commit would be handy for people running across this issue. Philip

Re: [Discuss-gnuradio] Using Code::Blocks for editing GNU Radio modules

2016-05-27 Thread Sebastian Müller
Hi Yan, if you are developing an out-of-tree module, this software is intended to be used within the GNU Radio runtime, not as standalone. Code::Blocks is expecting to get an executable after the build process, which is not the case for OOTs, so maybe that’s because it is pretending the project ha

[Discuss-gnuradio] Alignment bug fix

2016-05-27 Thread Robert McGwier
Recently a kernel alignment bug was fixed (ugly) and this repaired the polyphase synthesis engine in the main code. My PhD student, Bill Clark (Amateur Radio call KK4EWQ) at Virginia Tech, has suffered with and pointed out this problem with the synthesizer for some time. He wrote an out of tree m

[Discuss-gnuradio] Using Code::Blocks for editing GNU Radio modules

2016-05-27 Thread Yan Huang
Hi all, I want to use Code::Blocks to editing my GNU Radio modules following this link: http://gnuradio.org/redmine/projects/gnuradio/wiki/UsingCB I have generated a Code::Blocks project with CMake, but after I build the project, when run it, there is a pop up information: It seems that this pro

Re: [Discuss-gnuradio] [GSoC] gr-inspector update / ask for feedback

2016-05-27 Thread Sebastian Müller
Hi all, there is a new blog post concerning the gr-inspector toolbox: https://grinspector.wordpress.com/2016/05/27/week-1-signal-detection/ There I describe what I have done in my first week of GSoC. Mainly I have prototyped a signal detection block and started planning the signal separator blo

Re: [Discuss-gnuradio] Why add d_nbits two times at ofdm_mapper_bcv ?

2016-05-27 Thread SangHyuk Kim
Hi, Could you tell me where is the part, ofdm_carrier_allocation be called ? Thanks! tha 2016-05-27 0:52 GMT+09:00 Martin Braun : > Also, that block is going away soon. > > I recommend looking at the carrier allocator block instead. > > M > > On 05/25/2016 10:20 PM, SangHyuk Kim wrote: > > Dea