Re: [Discuss-gnuradio] pfb_arb_resampler test fail (3.7.3)

2014-06-13 Thread Tom Rondeau
On Mon, May 26, 2014 at 4:49 AM, Nemanja Savic vlasi...@gmail.com wrote: Hi all guys, I am experiencing error when testing 3.7.3. The error report is following: OK Using Volk machine: avx_64_mmx -- Process completed Passed 95/177 Testing qa_pfb_arb_resampler Test command: /bin/sh

[Discuss-gnuradio] Using set_min_output_buffer() in Python block

2014-06-13 Thread David Halls
Dear All, Is it possible to use set_min_output_buffer() in Python? I want to be able to output more than 4096 items from a Python block during one call to the work function. Is there a way to do this? Regards, David NOTE: The information in this email and

[Discuss-gnuradio] cmake and Fedora 20

2014-06-13 Thread fnguyen
Hello All, I'm working on the Out-of-Tree Module tutorial to ensure that my install of GNU Radio (3.7.3) on Fedora 20 (64bit) is working properly (as I am more accustomed to working on Ubuntu). Alas, when I run CMake on the tutorial code, I receive the following error. I believe it has

Re: [Discuss-gnuradio] cmake and Fedora 20

2014-06-13 Thread Sid Boyce
yum install cppunit cppunit-devel. Regards Sid. On 13/06/14 15:46, fnguyen wrote: Hello All, I'm working on the Out-of-Tree Module tutorial to ensure that my install of GNU Radio (3.7.3) on Fedora 20 (64bit) is working properly (as I am more accustomed to working on Ubuntu). Alas, when I run

Re: [Discuss-gnuradio] cmake and Fedora 20

2014-06-13 Thread fnguyen
Hi Sid, Thanks for your help. It resolved the 'Could not find CPPUNIT' issue, but the errors that follow are still present (CMake Error...). Thanks again, Francis On 2014-06-13 11:19, Sid Boyce wrote: yum install cppunit cppunit-devel. Regards Sid.

Re: [Discuss-gnuradio] pfb_arb_resampler test fail (3.7.3)

2014-06-13 Thread Nemanja Savic
Hi, no, not any progress at all. I am still using good ol' 3.6.5.1 :) actually i don't know what can be the problem and from where to start. I can provide all the info u need for solving the problem if that is important. And yes, I didn't want to post again cause I thought nobody cares,so thank

[Discuss-gnuradio] sample time alignment in GRC

2014-06-13 Thread Lapointe, Benjamin - 1008 - MITLL
Hi, I have two USRP X310 devices that I am trying to time align in GNU Radio Companion. One X310 has a GPSDO that is sending 10 MHz reference and 1 PPS signals to the other one. The GPS is locked. Ideally I would have matched length cables for 10 MHz reference and 1 PPS, but I think my setup

Re: [Discuss-gnuradio] sample time alignment in GRC

2014-06-13 Thread Marcus Leech
Make sure that you specify that the 2nd X310 uses external clock and 1PPS, and all of them should use time synch of "unknown PPS". Also, there has been a bug in the scope sink (dunno if fixed) where samples are *not* time-aligned in the scope sink. The except is that a complex-pair will be

Re: [Discuss-gnuradio] cmake and Fedora 20

2014-06-13 Thread Sid Boyce
I just cloned a git version of gnuradio and those files are part of the source. slipstream:/usr/src/XXX/1/gnuradio # ls -l cmake/Modules/GnuradioConfig.cmake cmake/Modules/FindGnuradio.cmake -rw-r--r-- 1 root root 4805 Jun 13 21:11 cmake/Modules/FindGnuradio.cmake -rw-r--r-- 1 root root 5551

Re: [Discuss-gnuradio] cmake and Fedora 20

2014-06-13 Thread Tom Rondeau
On Fri, Jun 13, 2014 at 5:48 PM, Sid Boyce g3...@blueyonder.co.uk wrote: I just cloned a git version of gnuradio and those files are part of the source. slipstream:/usr/src/XXX/1/gnuradio # ls -l cmake/Modules/GnuradioConfig.cmake cmake/Modules/FindGnuradio.cmake -rw-r--r-- 1 root root 4805

Re: [Discuss-gnuradio] Issues with syncing two USRPs! (Discuss-gnuradio Digest, Vol 139, Issue 12)

2014-06-13 Thread khalid.el-darymli
Hi Martin, This is a follow up on my earlier email. I am still having issues with getting two N200's to work together. First, please find a short answer to your questions. Out of curiousity, do you have a MIMO cable and are willing to test that? No, I do not have a MIMO cable. You're saying

[Discuss-gnuradio] gnuradio schedular

2014-06-13 Thread MHMND Herath
Dear sir I experienced that after every 8191 samples variables of blocks becomes 0. What is this 8191 limit?. I showed in gr_scheduler_overwive.pdf, N=2048. Is 2048 number of samples? I noticed that 2048*4=8129. Please explain what 2048 and 8129 Thanks Neil Herath