[Discuss-gnuradio] Trouble with gr-ieee802.11

2015-07-17 Thread Leonardo S. Cardoso
on block 36 to 96000 set_min_output_buffer on block 39 to 96000 set_min_output_buffer on block 50 to 96000 Segmentation fault (core dumped) I have no idea even in which code to look for the issue, so I’m a bit stuck. Any help would be welcome. Cheers, Leo -- Leonardo S. Cardoso Maitre de

Re: [Discuss-gnuradio] Installing pre-compiled OOTs

2015-05-20 Thread Leonardo S. Cardoso
“cmake”+”make”+”make install” it works perfectly, but my whole point is avoiding compiling everything again. Thanks, Leo -- Leonardo S. Cardoso Maitre de Conference CITI lab, INSA-Lyon - INRIA > On 20 May 2015, at 20:16 , Richard Bell wrote: > > Leonardo, > > Have you tried cop

[Discuss-gnuradio] Installing pre-compiled OOTs

2015-05-20 Thread Leonardo S. Cardoso
. Will this crazy idea work? If not, why? If it is possible, then what will be the limitations (ex: different version of software, different $INSTALL_PREFIX)? Thank you. Best regards Leonardo -- Leonardo S. Cardoso Associate Professor CITI lab, INSA-Lyon - INRIA

Re: [Discuss-gnuradio] Installing GNU Radio blocks as a regular user

2015-04-08 Thread Leonardo S. Cardoso
x27;d go the normal "cd gr-mymodule; > mkdir build; cd build; cmake ..; make; make install;" route, only that > you'd replace "cmake .." with "cmake > -DCMAKE_INSTALL_PREFIX=/home/userXYZ/prefixdirectory .."; afterwards, > "make install" will install the t

[Discuss-gnuradio] Installing GNU Radio blocks as a regular user

2015-04-08 Thread Leonardo S. Cardoso
Hi everyone, We’re trying to implement a GNU Radio course here in Lyon (France) where we take the students step-by-step into coding GR modules. At some point we’d like them to follow the out-of-tree modules tutorial but we’ve stumbled upon an unfortunate limitation: the IT guys of our universit

Re: [Discuss-gnuradio] gnuradio dataflow, buffering and scheduling

2014-07-24 Thread Leonardo S. Cardoso
s going on under the hood. Maybe, one day we can compile all questions and answers into a nice formatted document that will serve as a reference for the rest of us... :) Best regards, Leo Leonardo S. Cardoso leo...@gmail.com On Thu, Jul 24, 2014 at 3:55 PM, Tom Rondeau wrote: > On Thu, Jul

Re: [Discuss-gnuradio] Arbitrary ADC resolution at the receiver

2014-07-01 Thread Leonardo S. Cardoso
ose a resolution control at the ADC or even the ADC-FPGA interface. If it isn't, then I agree it is much simple to do it in soft. BR, Leo Leonardo S. Cardoso leo...@gmail.com On Mon, Jun 30, 2014 at 5:46 PM, Marcus Müller wrote: > Just out of curiosity: Why would you want to r

Re: [Discuss-gnuradio] Arbitrary ADC resolution at the receiver

2014-06-30 Thread Leonardo S. Cardoso
Yes, 14 bits... mistyped the ADC resolution... Thanks, Matt. I'll investigate this idea... Leonardo S. Cardoso leo...@gmail.com On Mon, Jun 30, 2014 at 4:46 PM, Matt Ettus wrote: > The n200 and n210 have 14 bit ADCs. > > In any case, you can fake fewer bits by zeroing the low

[Discuss-gnuradio] Arbitrary ADC resolution at the receiver

2014-06-30 Thread Leonardo S. Cardoso
ADCs arbitrarily? I am aware that I can reduce the resolution afterwards, mapping the signals to a lower resolution in base band, but I'd really like to do that before the DDC at the FPGA. Cheers to everyone! Leonardo S. Cardoso leo...@gmai