Re: [Discuss-gnuradio] gr-mac in MacPorts

2014-09-16 Thread John Malsbury
Thanks for adding this support Michael! -John On Tue, Sep 16, 2014 at 8:08 PM, Michael Dickens wrote: > After hearing from a few OSX users this afternoon at GRCon14 that they > were having issues getting gr-mac to build or function, I decided to get it > into MacPorts. Thus, after a little wor

[Discuss-gnuradio] gr-mac in MacPorts

2014-09-16 Thread Michael Dickens
After hearing from a few OSX users this afternoon at GRCon14 that they were having issues getting gr-mac to build or function, I decided to get it into MacPorts. Thus, after a little work and a couple patches, it is now in and seemingly functional as of r125409 < https://trac.macports.org/cha

Re: [Discuss-gnuradio] make test error

2014-09-16 Thread zhangwen
Thank you! I had find error on my QA code, it's just a writing error... Owen Zhang -原始邮件- 发件人: "Tom Rondeau" 发送时间: 2014年9月11日 星期四 收件人: zhangwen 抄送: "GnuRadio Receiver" 主题: Re: [Discuss-gnuradio] make test error On Wed, Sep 10, 2014 at 10:40 PM, zhangwen wrote: hi, W

Re: [Discuss-gnuradio] Questions regarding USRP N200 streaming

2014-09-16 Thread Marcus D. Leech
On 09/16/2014 04:57 PM, Nicholas Hu wrote: Hi, I am working on a USRP project. I am using a USRP N200 with a BasicRX daughter board to perform data streaming. I am using GRC 3.6.4.1 on a Ubuntu 12.04 machine. The USRP N200 is set to have a decimation factor of 8 to achieve a streaming rate of

[Discuss-gnuradio] For Sale: 2x USRP N210 rev 4 w/ SBX daugherboards

2014-09-16 Thread Marc Newlin
I am selling my two USRP N210's (rev 4) with SBX daughterboards so I can migrate to B210's. Both N210's are in excellent condition, and include SBX daughterboards and power supplies. I am selling the pair for $2800, which includes insured shipping within the US (or local pickup in the Seattle are

Re: [Discuss-gnuradio] exposing packet informatoin

2014-09-16 Thread Martin Braun
That is what you would use stream tags for. Cheers, M On 15 Sep 2014 21:41, wrote: > I wrote a VITA-49 deserializer block. How can I expose information like > the sample rate extracted from the header to the other blocks in the system? > > /\/\ark. > -- > Aim for brevity while avoiding jargon.

Re: [Discuss-gnuradio] 回复: references using in ofdm_equalizer_simpledfe

2014-09-16 Thread Martin Braun
On 15 Sep 2014 17:34, "Tiankun Hu" wrote: > > Hi Aditya/Martin, > I still looked at rx/tx_ofdm.grc. > Seems there an issue in "ofdm_equalizer_simpledfe.cc line90". > If we use "ofdm_carrier_allocator_cvc_impl.cc" to allocator data and pilot, the d_occupied_carriers[k] and d_pilot_carriers[d_pilot_

Re: [Discuss-gnuradio] Python OOT Block on Windows

2014-09-16 Thread PEEL Luke
Thanks Marcus, So I have a Python file that I created using the gr_modtool and tried to run it, but I get an import error: Traceback (most recent call last): File "C:\... ...\top_block.py", line 15, in import custom ImportError: No module named custom Do I need to add anything to the Py

Re: [Discuss-gnuradio] Python OOT Block on Windows

2014-09-16 Thread Marcus Müller
Hi Luke, Well, yesno. If your python file stands alone, putting it somewhere python will find it suffices, and there are standard directories to just drop your xml file defining the GRC block representing that block. Since 3.7.1 (I think...) pure-Python OOTs work well without having ever been t

[Discuss-gnuradio] Python OOT Block on Windows

2014-09-16 Thread PEEL Luke
Hi, Is it possible to create an OOT module written in Python to run on windows without having to compile anything? I am hoping that I can drop a Python file and a GRC file somewhere and have them just run, seeing as Python does not need to compile anything. I have GNU Radio installed with the