[Discuss-gnuradio] on the fly set_output_multiple()

2014-02-20 Thread Activecat
Dear Sir, I need to create a interpolator block which has a callback function to change its interpolation factor on the fly. If this block is inherited from gr::sync_interpolator, its interpolation factor cannot be changed on the fly because the interpolation factor is an argument of its

[Discuss-gnuradio] Fwd: Question Concerning Custom Modulator Block

2014-02-20 Thread Jonathan Fox
Forgot to hit reply all. On Wed, Feb 19, 2014 at 3:30 AM, Martin Braun martin.br...@ettus.comwrote: On 02/19/2014 12:23 AM, Jonathan Fox wrote: Thank you for the response, I apologize, I wasn't very clear at all in explaining my problem and I can see that I came across confusing. Let me

Re: [Discuss-gnuradio] (GSoC) MIMO stuff in GNU Radio

2014-02-20 Thread YiZiRui Zhou
On Thu, Feb 20, 2014 at 3:24 PM, Martin Braun martin.br...@ettus.comwrote: On 02/20/2014 04:01 AM, YiZiRui Zhou wrote: Hi Martin, Thanks for your advice. Although it is not so clear, I have some elementary ideas on this project and I'm on it now. On the other hand, I will keep an eye

Re: [Discuss-gnuradio] (GSoC) MIMO stuff in GNU Radio

2014-02-20 Thread Michael Dickens
Hi Zhou - Can you post some links to relevant papers / research, for folks like me to do a quick look at? I studied MIMO just a little bit, mostly from an IT perspective, not a practical one. But, I've read through a lot of papers (on many subjects) and would be interested in knowing more

Re: [Discuss-gnuradio] (GSoC) MIMO stuff in GNU Radio

2014-02-20 Thread YiZiRui Zhou
On Thu, Feb 20, 2014 at 9:15 PM, Michael Dickens michael.dick...@ettus.comwrote: Hi Zhou - Can you post some links to relevant papers / research, for folks like me to do a quick look at? I studied MIMO just a little bit, mostly from an IT perspective, not a practical one. But, I've read

Re: [Discuss-gnuradio] (GSoC) MIMO stuff in GNU Radio

2014-02-20 Thread Michael Dickens
Hi Zhou - I think it would be great to see how far GNU Radio can be pushed with respect to MIMO processing. With advances in both algorithms and multi-core CPU raw processing capabilities, the added computational requirements for MIMO might be realizable at some reasonable level (IIRC, they

Re: [Discuss-gnuradio] Why does Airprobe no longer work with current GNU Radio?

2014-02-20 Thread Gabriel Tolón
Hi Tom, thanks for your replay. In fact, I'm not sure which are the sample rates of the example files I'm using: capture_941.8M_112.cfile vf_call6_a725_d174_g5_Kc1EF00BAB3BAC7002.cfile However, I've tried with different decimation rates, including typical 112, and nothing happens.

Re: [Discuss-gnuradio] on the fly set_output_multiple()

2014-02-20 Thread Martin Braun
On 02/20/2014 01:46 PM, Activecat wrote: I need to create a interpolator block which has a callback function to change its interpolation factor on the fly. If this block is inherited from gr::sync_interpolator, its interpolation factor cannot be changed on the fly because the interpolation

Re: [Discuss-gnuradio] Fwd: Question Concerning Custom Modulator Block

2014-02-20 Thread Jonathan Fox
On Thu, Feb 20, 2014 at 2:33 PM, Martin Braun martin.br...@ettus.comwrote: On 02/20/2014 01:49 PM, Jonathan Fox wrote: I know the I/O signature would control that part. So noutput_items is set in the IO signature, the size of it increases when a vector output is set. So if I call

Re: [Discuss-gnuradio] Issue while installing GR 3.7

2014-02-20 Thread Marcus Müller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 mt19937 refers to the standard mersenne twister random number generator used in boost; so this is your compiler complaining about boost::random not having that. Which version of boost does your centos machine have? Greetings Marcus On 20.02.2014

[Discuss-gnuradio] GR 3.7.2.1 on OSX 10.8.5

2014-02-20 Thread Ed Criscuolo
I just upgraded my ports-installed version of GR 3.6.3 to GR 3.7.2.1 with a simple port upgrade gnuradio. The install went smoothly without errors and installed a working copy of 3.7.2.1 with only a few operational issues. Hats off to Michael Dickens for his superb job of supporting GnuRadio on

Re: [Discuss-gnuradio] on the fly set_output_multiple()

2014-02-20 Thread Activecat
Dear Martin, Thanks for the hints. I think this function helps: set_min_noutput_items() Problem: Says, the instantaneous interpolation_factor is 3. As inherited from gr::block, the scheduler may call the general_work() with noutput_items=2 (any number is possible). When this happen, there is

Re: [Discuss-gnuradio] (GSoC) MIMO stuff in GNU Radio

2014-02-20 Thread YiZiRui Zhou
On Thu, Feb 20, 2014 at 11:10 PM, Michael Dickens michael.dick...@ettus.com wrote: Hi Zhou - I think it would be great to see how far GNU Radio can be pushed with respect to MIMO processing. With advances in both algorithms and multi-core CPU raw processing capabilities, the added

[Discuss-gnuradio] Possible bug in gr::digital::mpsk_receiver_cc

2014-02-20 Thread Ed Criscuolo
GnuRadio 3.7.2.1 OSX 10.8.5 I was setting up a flowgraph in GRC using the mpsk_receiver_cc block and encountered a problem. Don't know if it is a bug in the GRC xml or a missing method in the block code. In GRC, the mpsk_receiver's loop_bandwidth parameter is underlined in the properties popup,

Re: [Discuss-gnuradio] GR 3.7.2.1 on OSX 10.8.5

2014-02-20 Thread Bruce
Where did you find that particular install? Bruce Sent from my iPad On Feb 20, 2014, at 3:37 PM, Ed Criscuolo edward.l.criscu...@nasa.gov wrote: I just upgraded my ports-installed version of GR 3.6.3 to GR 3.7.2.1 with a simple port upgrade gnuradio. The install went smoothly without errors

[Discuss-gnuradio] segmentation fault in qa_constellation_receiver_test

2014-02-20 Thread Kelly Boswell
After the make test failed for this module, I decided to poke around to see if there is an easy fix. I made a script that simply executes the test over and over until it seg faults and exits after the core file is created. x@:~/src/gnuradio/build/gr-digital/python/digital$ ./runtests.sh

Re: [Discuss-gnuradio] segmentation fault in qa_constellation_receiver_test

2014-02-20 Thread West, Nathan
On Thu, Feb 20, 2014 at 11:25 PM, Kelly Boswell krbosw...@gmail.com wrote: After the make test failed for this module, I decided to poke around to see if there is an easy fix. I made a script that simply executes the test over and over until it seg faults and exits after the core file is