Re: [Discuss-gnuradio] looping with work() function

2014-03-12 Thread Sumedha Goyal
> > Hi Activecat, > This is true that I am trying to accomplish the same task that you have mentioned . But the difference is: 1. I pass a threshold value to my "test_demo" block from the "top_block"(Example: top_block(options, 0.4)). A random number is generated inside the "test_demo" block and c

Re: [Discuss-gnuradio] Fwd: Proposal for GSoC on gr-gsm

2014-03-12 Thread zhenhua han
Oh, I forgot to say. The data is sampled by a RTL-SDR. Zhenhua 2014-03-13 11:25 GMT+08:00 zhenhua han : > Hi, > > I have implemented the algorithm in the paper for test and uploaded my > code to github. > > https://github.com/hzhua/gr-fchdetection > > The result given by the algorithm seems gre

Re: [Discuss-gnuradio] Fwd: Proposal for GSoC on gr-gsm

2014-03-12 Thread zhenhua han
Hi, I have implemented the algorithm in the paper for test and uploaded my code to github. https://github.com/hzhua/gr-fchdetection The result given by the algorithm seems great. Here is a figure generated by my program which is the ratio of average error power to input power. It is very low at

Re: [Discuss-gnuradio] about matlab and Gnuradio

2014-03-12 Thread Activecat
On Thu, Mar 13, 2014 at 3:57 AM, Zan wrote: > Dear All, > > I have a general questions about matlab and GNUradio. Both of them are > support USRP N210, but i want to ask what is the strength of each other? I > guess matlab delays more than gnuradio, and has less open code. am I right? > Anyone has

Re: [Discuss-gnuradio] RX Channel Out Of Range

2014-03-12 Thread Azza Ben Mosbah
Hi Ben, Actually, I didn't copy them from another flowgraph. But, I noticed there is a problem with my PYTHONPATH, which generates this error. When I correct it, the execution goes well. Thank you, Azza On Wed, Mar 12, 2014 at 8:43 PM, Ben Hilburn wrote: > Hi Azza - > > We have noticed that

Re: [Discuss-gnuradio] RX Channel Out Of Range

2014-03-12 Thread Ben Hilburn
Hi Azza - We have noticed that problem if you have copied UHD source / sinks from another flowgraph into the one you are using. Try deleting the UHD blocks and re-creating them in your flowgraph and see if that fixes the problem. There is some bug in copying those blocks between flowgraphs in GRC

Re: [Discuss-gnuradio] GSoc2014 gr-trellis/turboeq proposal

2014-03-12 Thread kraemer
> On 12.03.2014 08:04, Jan Krämer wrote: >> Hey guys, >> >> I finally finished a first draft of my proposal for GSoC 2014 on >> improvements for gr-trellis and a turboeq block. >> It's available on github: >> >> https://github.com/SpectreJan/GSoC2014 >> >> Please let me know what you think of it. >

[Discuss-gnuradio] RX Channel Out Of Range

2014-03-12 Thread Azza Ben Mosbah
Hi All, I am using GNU Radio Companion version 3.6.2. When I execute a simple flowgraph (containing two blocks: USRP Source and WX GUI FFT Sink), it generates the following error: *RuntimeError: LookupError: IndexError: multi_usrp: RX channel 214957620880 out of range for configured RX frontends*

[Discuss-gnuradio] Running Flowgraph some a certain period of time

2014-03-12 Thread Ruecan
Hello GR, * Is there a way how to run my flowgraph for a given number of minutes/seconds then stop it. * I'd like to know too how to reconfigure my flowgraph (after I stop it from runtime) and resume its run after I changed for example the signal source at the begin of the flowgraph. I tried: M

Re: [Discuss-gnuradio] GSoc2014 gr-trellis/turboeq proposal

2014-03-12 Thread MK
Jan Krämer int.uni-karlsruhe.de> writes: > > Hey guys, > > I finally finished a first draft of my proposal for GSoC 2014 on > improvements for gr-trellis and a turboeq block. > It's available on github: > > https://github.com/SpectreJan/GSoC2014 > > Please let me know what you think of it. >

[Discuss-gnuradio] OSX, Xcode 5.1, Boost, UHD, GNU Radio, and MacPorts

2014-03-12 Thread Michael Dickens
Xcode 5.1 is for both OSX 10.8 and 10.9 only, so this "note" applies to both of those OSX versions. The new Xcode 5.1 breaks Boost compilation, which in turn breaks UHD and GNU Radio compilation (in similar ways). Boost upstream already issued a patch to fix this issue, and it is already incor

[Discuss-gnuradio] about matlab and Gnuradio

2014-03-12 Thread Zan
Dear All, I have a general questions about matlab and GNUradio. Both of them are support USRP N210, but i want to ask what is the strength of each other? I guess matlab delays more than gnuradio, and has less open code. am I right? Anyone has more comments? thanks! Best regards Alex _

[Discuss-gnuradio] Variable propagation delays

2014-03-12 Thread trracer dangly
Hello, My application requires very consistent propagation delays from TX to RX between measurements (within 1 sample or so). I am seeing some odd behavior and could use a little help. My flowgraph is as follows: Vector source -> Frequency mod -> USRP sink USRP source -> Head -> File sink (The

Re: [Discuss-gnuradio] GSoC 2014: Wireless Network in the loop

2014-03-12 Thread Asma Afzal
Thank you for your response. Considering the timeline of GSoC, I am more interested in implementing channel models. That way I can stick to the software domain to test and validate my work. Also, I have frequently used Rayleigh/Ricean/Nakagami models in MATLAB and I am familiar with the math behi

Re: [Discuss-gnuradio] GR-UHD detected ABI compatibility mismatch with UHD library

2014-03-12 Thread Marcus Müller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Azza! How did you install UHD and GNU Radio, and what is your Device? Basically, your GNU Radio seems to be built against an UHD version that is older than the one you have installed. The best way to solve this issue is usually 1. Making sure to fu

[Discuss-gnuradio] change center freq of usrp_source block automatically in incremental way

2014-03-12 Thread MITUL VEKARIYA
Hi I want to make block diagram in grc such that the center freq of usrp_source should be automatically changed in incremental way defined by min and max boundary. I don't want to take input from qt-qui slider. Just like the example of usrp_spectum_sense.py but in grc. How can I do that? Thanks Mi

[Discuss-gnuradio] GR-UHD detected ABI compatibility mismatch with UHD library

2014-03-12 Thread Azza Ben Mosbah
Hi All, After installing UHD and GNU Radio, when I execute any flowgraph using the USRP, I find this error: *RuntimeError: * *GR-UHD detected ABI compatibility mismatch with UHD library.* *GR-UHD was build against ABI: 3.4.0-3,* *but UHD library reports ABI: 3.6.0-1* *Suggestion: install an ABI c

[Discuss-gnuradio] GSOC 2014 - Automatic Filter Optimization

2014-03-12 Thread Sujath Nair
Hi everyone, I'm Sujath Nair, doing my Masters from Indian Institute of Technology,Bombay in the field of Communication and Signal Processing.I'm interested in the project of Automatic Filter optimization in Gnuradio. I have experience in c++,python ,matlab and gnuradio. I'm interested in this pro

Re: [Discuss-gnuradio] gr-cdma is ready

2014-03-12 Thread Achilleas Anastasopoulos
-- Forwarded message -- From: Zhe Feng Date: Sun, Mar 9, 2014 at 2:42 PM Subject: Re: [Discuss-gnuradio] gr-cdma is ready To: Karan Talasila Cc: Achilleas Anastasopoulos Hi Karan, If you installed this gr-cdma module with DENABLE_DOXYGEN=ON, you can find the html documentation

Re: [Discuss-gnuradio] gr-ctrlport

2014-03-12 Thread Abhishek Bhowmick
Paths were already updated. So that's not the issue I feel. I will retry using the build-gnuradio script to ensure nothing was wrong with downloaded tarball. On Wed, Mar 12, 2014 at 3:14 PM, Tom Rondeau wrote: > On Wed, Mar 12, 2014 at 7:12 AM, Abhishek Bhowmick > wrote: > > I am building GNU

Re: [Discuss-gnuradio] Controlport error in GRC

2014-03-12 Thread Tim
If you built GNU Radio under pybombs, you can also run ./pybombs rb gnuradio this alias (rebuild) will blow away the build dir and re-run cmake/make/install for you with the proper environment set up don't forget to rebuild everything that links against gnuradio afterwards (any OOT modules you m

Re: [Discuss-gnuradio] GSoc2014 gr-trellis/turboeq proposal

2014-03-12 Thread Martin Braun
On 12.03.2014 08:04, Jan Krämer wrote: Hey guys, I finally finished a first draft of my proposal for GSoC 2014 on improvements for gr-trellis and a turboeq block. It's available on github: https://github.com/SpectreJan/GSoC2014 Please let me know what you think of it. "Adjust qa_trellis.py i

Re: [Discuss-gnuradio] Controlport error in GRC

2014-03-12 Thread Tom Rondeau
On Wed, Mar 12, 2014 at 1:12 PM, sarankumar wrote: > hi, > I removed version Ice3.5.1 and built Ice 3.5.0. But now GRC cannot detect > Ice: > > from gnuradio.ctrlport.monitor import * > File > "/usr/local/lib/python2.7/dist-packages/gnuradio/ctrlport/__init__.py", line > 23, in > import Ice

Re: [Discuss-gnuradio] Controlport error in GRC

2014-03-12 Thread sarankumar
hi, I removed version Ice3.5.1 and built Ice 3.5.0. But now GRC cannot detect Ice: from gnuradio.ctrlport.monitor import * File "/usr/local/lib/python2.7/dist-packages/gnuradio/ctrlport/__init__.py", line 23, in import Ice, IcePy ImportError: No module named Ice do I need to build PyBombs

Re: [Discuss-gnuradio] Controlport error in GRC

2014-03-12 Thread Tom Rondeau
On Wed, Mar 12, 2014 at 6:26 AM, sarankumar wrote: > Hi, > I am trying to run a GRC flow graph with control port probe and control port > monitor. > I get the following error in GRC: > > Traceback (most recent call last): > File "/usr/local/bin/gr-ctrlport-monitor", line 30, in > from gnura

Re: [Discuss-gnuradio] gr-ctrlport

2014-03-12 Thread Tom Rondeau
On Wed, Mar 12, 2014 at 7:12 AM, Abhishek Bhowmick wrote: > I am building GNU Radio 3.7.3 from source and wish to > enable the CTRLPORT module. I have already installed > Ice-3.5.1 for C++ in the location /opt/Ice-3.5.1 > (satisfying required dependencies) > My current gcc version is 4.8.1 > But,

Re: [Discuss-gnuradio] output operand requires a reduction, but reduction is not enabled

2014-03-12 Thread Martin Braun
On 11.03.2014 17:10, David Halls wrote: Hi, Yes, the len(output_items[0]), is either 1 or 2... If I set_output_multiple to 10, then this value raises to 10. Can you post the entire block code? M It is dominated by the fact that one of the inputs to my block is much lower than the other?? I

[Discuss-gnuradio] GSoc2014 gr-trellis/turboeq proposal

2014-03-12 Thread Jan Krämer
Hey guys, I finally finished a first draft of my proposal for GSoC 2014 on improvements for gr-trellis and a turboeq block. It's available on github: https://github.com/SpectreJan/GSoC2014 Please let me know what you think of it. Best regards, Jan __