Re: [Discuss-gnuradio] gr_sync_decimator(custom block)

2014-02-19 Thread Martin Braun
On 02/20/2014 06:58 AM, sarankumar wrote: > Hi, > I wrote a custom block to compute beamforming weights. The block takes 8 > inputs and 8 outputs. > It takes 64 samples from each input stream and produces 1 output in each > output stream.I am not getting any output and GRC stops working when I > se

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

2014-02-19 Thread Martin Braun
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 on the > GSoC 2014. Thus, I want to know is there any way to discuss these

Re: [Discuss-gnuradio] Catch-22 with forecast & general_work

2014-02-19 Thread Martin Braun
On 02/19/2014 11:01 PM, Nowlan, Sean wrote: > I have a situation in which I need to read tags associated with > multiple block inputs in order to decide which input to process > during general_work. In my situation it's possible for there to be > zero input available to some inputs, and a nonzero a

Re: [Discuss-gnuradio] make test failure at qa_constellation_receiver

2014-02-19 Thread ibmsorcerer
Tom,  Any update on this issue? From: Bruce Hoenig To: Tom Rondeau-2 [via GnuRadio] Sent: Monday, January 6, 2014 1:22 PM Subject: Re: make test failure at qa_constellation_receiver Tom, I believe that I'm running the version that comes with SuSE 11 and

[Discuss-gnuradio] gr_sync_decimator(custom block)

2014-02-19 Thread sarankumar
Hi, I wrote a custom block to compute beamforming weights. The block takes 8 inputs and 8 outputs. It takes 64 samples from each input stream and produces 1 output in each output stream.I am not getting any output and GRC stops working when I set the decimation rate to 64.I tried printing noutput_i

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

2014-02-19 Thread Tom Tsou
On Wed, Feb 19, 2014 at 10:32 AM, Gabriel T wrote: > Following this website: > > http://www.rtl-sdr.com/rtl-sdr-tutorial-analyzing-gsm-with-airprobe-and-wireshark/ > > I've applied the patch mentioned and could run airprobe with gnuradio 3.7. > However, I couldn't decode the example file nor live

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

2014-02-19 Thread YiZiRui Zhou
On Wed, Feb 19, 2014 at 4:18 PM, Martin Braun wrote: > On 02/18/2014 05:14 PM, YiZiRui Zhou wrote: > > Hi all, > > > > I'm Zhou, a graduate student now. I'm pretty interested in MIMO systems, > > especially Multiuser-MIMO, since it can increase the total throughput of > > the network significantly

Re: [Discuss-gnuradio] rrc_taps filter coefficents problem in polyphase clock sync

2014-02-19 Thread zielalaoui
Hi Manu, This is exactly what I m looking for, you solved my problem thank you so much. Best Regards Zakaria -- View this message in context: http://gnuradio.4.n7.nabble.com/rrc-taps-filter-coefficents-problem-in-polyphase-clock-sync-tp46393p46416.html Sent from the GnuRadio mailing list archiv

[Discuss-gnuradio] Catch-22 with forecast & general_work

2014-02-19 Thread Nowlan, Sean
I have a situation in which I need to read tags associated with multiple block inputs in order to decide which input to process during general_work. In my situation it's possible for there to be zero input available to some inputs, and a nonzero amount of input available to others. The Catch-22

Re: [Discuss-gnuradio] Different sensing results with same hypothesis

2014-02-19 Thread maiconkist
Try to print the samples received. Check if after some moment the samples start to repeat. I had some problems with that when I implemented my energy and waveform detection blocks (based on the title you used in the post, probably you know what they are). After some debugging, I figured that that

Re: [Discuss-gnuradio] Different sensing results with same hypothesis

2014-02-19 Thread Marcus D. Leech
On 02/19/2014 12:34 PM, Dan CaJacob wrote: Oh, you were talking about the daughterboard itself. No guarantees there, but the schematics are all available. I think there was a recent discussion about this on the list. What I was saying specifically, was that there is no AGC in the USRP mother

Re: [Discuss-gnuradio] Different sensing results with same hypothesis

2014-02-19 Thread Dan CaJacob
Oh, you were talking about the daughterboard itself. No guarantees there, but the schematics are all available. I think there was a recent discussion about this on the list. What I was saying specifically, was that there is no AGC in the USRP motherboards/FPGA. Daughterboards are separate, but

Re: [Discuss-gnuradio] rrc_taps filter coefficents problem in polyphase clock sync

2014-02-19 Thread Manu T S
Hi, I am not sure I understand your problem exactly. Are you defining the variable as firdes.root_raised_cosine(nfilts, nfilts, 1.0/float(sps), 0.35, 11*sps*nfilts) ?? There is a zip file containing all these examples. I assume you already have them. If not, you can find them in the link below.

Re: [Discuss-gnuradio] rrc_taps filter coefficents problem in polyphase clock sync

2014-02-19 Thread zielalaoui
Hi Martin, Thanks for your answer, actionnally I don't have a code yet because I am trying to run simulation from the flowgraph directly. The problem is in the polyphase clock sync, in this block i should define several parameters even the filter taps. Normally, I should add coefficients values or

Re: [Discuss-gnuradio] Different sensing results with same hypothesis

2014-02-19 Thread Aditya Dhananjay
I don't think there is any AGC on USRP hardware... > > Hi Dan, You are correct; I stand corrected. The XVCR2450 does not have an AGC. best, aditya ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-

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

2014-02-19 Thread Gabriel T
Hi, Following this website: http://www.rtl-sdr.com/rtl-sdr-tutorial-analyzing-gsm-with-airprobe-and-wireshark/ I've applied the patch mentioned and could run airprobe with gnuradio 3.7. However, I couldn't decode the example file nor live signals using RTL-SDR. When I run: ./go.sh capture_

Re: [Discuss-gnuradio] Different sensing results with same hypothesis

2014-02-19 Thread Dan CaJacob
I don't think there is any AGC on USRP hardware... Very Respectfully, Dan CaJacob On Wed, Feb 19, 2014 at 9:57 AM, Aditya Dhananjay wrote: > > > > On Wed, Feb 19, 2014 at 6:26 AM, Lebowski80 wrote: > >> Hello everyone, >> >> Before to explain my problem I give some technical information about

Re: [Discuss-gnuradio] FM Receiver doesn't work

2014-02-19 Thread svanwoezik .
I get a steady stream of zero's on my terminal I believe - if that's what your asking Martin. I'm not at my radio now. Thanks BTW. On Wed, Feb 19, 2014 at 7:33 AM, Martin Braun wrote: > On 02/19/2014 12:08 PM, svanwoezik . wrote: > > I'm running 3.7 just updated my mac ports last night. Yes

Re: [Discuss-gnuradio] Different sensing results with same hypothesis

2014-02-19 Thread Aditya Dhananjay
On Wed, Feb 19, 2014 at 6:26 AM, Lebowski80 wrote: > Hello everyone, > > Before to explain my problem I give some technical information about my > hardaware. I'm using USRPs v1 and the boards integrated are XCVR2450 > Transceivers. > > I'm using the script usrp_spectrum_sense.py in a USRP to dete

Re: [Discuss-gnuradio] FM Receiver doesn't work

2014-02-19 Thread Martin Braun
On 02/19/2014 12:08 PM, svanwoezik . wrote: > I'm running 3.7 just updated my mac ports last night. Yes I see > signal when I tap output of usrp. QT and Wx both accomplish this. Please answer to the list. Alright, are you seeing zeros or nada after the FM receiver? See also Nathan's msg. M

[Discuss-gnuradio] Different sensing results with same hypothesis

2014-02-19 Thread Lebowski80
Hello everyone, Before to explain my problem I give some technical information about my hardaware. I'm using USRPs v1 and the boards integrated are XCVR2450 Transceivers. I'm using the script usrp_spectrum_sense.py in a USRP to detect a signal in a ISM channel. To have a signal expressed in db

Re: [Discuss-gnuradio] FM Receiver doesn't work

2014-02-19 Thread Martin Braun
On 02/19/2014 07:46 AM, stephan vanwoezik wrote: > Hello, > My system: WBX motherboard, B100, 2007 Macbook Pro 10.8.5 2.4 ghz core > duo 4gb 1067mhz ddr3. > > I am new here. I have tried to build several FM receiver flow graphs - > Taken from the Ettus website, Ettus Youtube page and other source

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

2014-02-19 Thread Martin Braun
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 > quickly re-explain. > > I am creating a QPSK modulator. I have a variable duration/sample rate > (stretc

Re: [Discuss-gnuradio] rrc_taps filter coefficents problem in polyphase clock sync

2014-02-19 Thread Martin Braun
On 02/18/2014 11:29 PM, zielalaoui wrote: > Hi, > I m trying to realise QPSK trasmission shown in the tutorial of Tom Rondeau > available in this link > http://www.trondeau.com/storage/grcon12/rondeau-mpsk_tutorial.pdf > I meet problem when i try to add the vector of taps in the polyphase clock > s

Re: [Discuss-gnuradio] Issue with gr-funcubedongleproplus

2014-02-19 Thread Martin Braun
On 02/18/2014 03:12 PM, Mike Harpe wrote: > Good day all. > > I wanted to let you know that I got the gr-fcdproplus driver working. > After doing some digging around and getting nowhere I flushed my Debian > system, did a clean install, updated it to the current stable release, > "carefully" downl

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

2014-02-19 Thread Martin Braun
On 02/18/2014 05:14 PM, YiZiRui Zhou wrote: > Hi all, > > I'm Zhou, a graduate student now. I'm pretty interested in MIMO systems, > especially Multiuser-MIMO, since it can increase the total throughput of > the network significantly. But to the best of my knowledge, there seems > no related stand

Re: [Discuss-gnuradio] Segfault in analog.quadrature_demod_cf

2014-02-19 Thread West, Nathan
On Sun, Feb 16, 2014 at 2:52 PM, Matt Mills wrote: > Application that reproduces segfault: > > http://pastebin.com/Fw0y7qM9 > > debug backtrace: http://pastebin.com/FjnHu6Cs > > patch that fixes it for me, although I'm sure theres a better place to fix > it: http://pastebin.com/4gSW57Wt > > Thank

Re: [Discuss-gnuradio] FM Receiver doesn't work

2014-02-19 Thread West, Nathan
On Wed, Feb 19, 2014 at 12:46 AM, stephan vanwoezik wrote: > Hello, > My system: WBX motherboard, B100, 2007 Macbook Pro 10.8.5 2.4 ghz core duo > 4gb 1067mhz ddr3. > > I am new here. I have tried to build several FM receiver flow graphs - Taken > from the Ettus website, Ettus Youtube page and oth