Re: [Discuss-gnuradio] 答复: which architecture is used for SIMD optimized math blocks of gr-blocks

2012-01-27 Thread Josh Blum
On 01/27/2012 02:50 PM, Philip Balister wrote: > On 01/27/2012 05:36 PM, Alex wrote: >> Thanks josh, >> Do you notice that the http://www.joshknows.com cannot be accessed today? I >> am within US. > > http://www.downforeveryoneorjustme.com/joshknows.com > Thanks guys. There was a DNS issue. -J

[Discuss-gnuradio] 答复: which architecture is used for SIMD optimized math blocks of gr-blocks

2012-01-27 Thread Alex
Thanks josh, Do you notice that the http://www.joshknows.com cannot be accessed today? I am within US. B.R. Changchun (Alex) Zhang -邮件原件- 发件人: Josh Blum [mailto:j...@joshknows.com] 发送时间: Friday, January 27, 2012 12:56 PM 收件人: Alex 抄送: discuss-gnuradio@gnu.org 主题: Re: [Discuss-gnuradio]w

Re: [Discuss-gnuradio] GRC squelch block with separate control signal?

2012-01-27 Thread Iain Young, G7III
Hi John et al, First, my apologies for waking up this very old thread. Only the other night I had one of those "lightbulb" moments, as I have been trying to implement something similiar for a while myself. On 07/09/11 12:58, John Ackermann N8UR wrote: Tom Rondeau said the following on 09/0

[Discuss-gnuradio] Updating the BBN_80211

2012-01-27 Thread NeoEcko
Hi all, I am new at the GNU Radio and UHD Fields. I have recently begin to make some modifications at the bbn_80211 code (which is compatible with the GNU Radio's 3.1.1 release) to make it run with uhd and USRP N2X0. But when modifying the "bbn80211.py" import section "from gnuradio import usrp

Re: [Discuss-gnuradio] Error while using uhd usrp blocks

2012-01-27 Thread shashank gaur
Hello all Thank you very much for such prompt response. @Marcus: I understand the problem now and will try to implement the Rx and Tx on different USRP on Monday. The weeekend has already started here in France. @Andrew: I will also get back with exact result of the commands but what I remember fo

Re: [Discuss-gnuradio] How to synchronize two transmitters

2012-01-27 Thread yend B.
Thanks for the reply! If I use one computer, I would even combine and stream them to the same USRP antenna. What I wanted to have is two independent transmitters ( primary and secondary) transmitting over the same channel. The secondary (cognitive) transmitter will have to synchronize to the primar

Re: [Discuss-gnuradio] Error while using uhd usrp blocks

2012-01-27 Thread Marcus D. Leech
On 27/01/12 03:00 PM, Andrew Davis wrote: > Type " uhd_find_devices " into console, then " uhd_usrp_probe " then > give us the results, and the code for the program you're trying to run. > > On Fri, Jan 27, 2012 at 9:39 AM, shashank gaur > wrote: > > Hello > >

Re: [Discuss-gnuradio] Error while using uhd usrp blocks

2012-01-27 Thread Andrew Davis
Type " uhd_find_devices " into console, then " uhd_usrp_probe " then give us the results, and the code for the program you're trying to run. On Fri, Jan 27, 2012 at 9:39 AM, shashank gaur wrote: > Hello > > I am simply trying to build a transmitter and receiver for bpsk modulation > and demodulat

Re: [Discuss-gnuradio] which architecture is used for SIMD optimized math blocks of gr-blocks

2012-01-27 Thread Josh Blum
> > I see that there are some work on the SIMD optimized math blocks in > gr-blocks. I am wondering what kind of computer is used for your test > regarding this SIMD optimization. > > Code has been re-based and moved to this branch, BTW: http://gnuradio.org/cgit/jblum.git/log/?h=new_blocks T

Re: [Discuss-gnuradio] How to synchronize two transmitters

2012-01-27 Thread Marcus D. Leech
On 27/01/12 01:16 PM, André Selva wrote: > What I think that might be a solution is using only one computer with > two USRPs. In the flowgraph, you will have two sinks. If your network > card are both identical and the distance between the USRPs are not > large enough to be considered, I don't see

[Discuss-gnuradio] which architecture is used for SIMD optimized math blocks of gr-blocks

2012-01-27 Thread Alex
Hi Josh, I see that there are some work on the SIMD optimized math blocks in gr-blocks. I am wondering what kind of computer is used for your test regarding this SIMD optimization. Best Regards, Changchun (Alex) Zhang Cognitive-Radio Institute@Tntech <>__

Re: [Discuss-gnuradio] How to synchronize two transmitters

2012-01-27 Thread André Selva
What I think that might be a solution is using only one computer with two USRPs. In the flowgraph, you will have two sinks. If your network card are both identical and the distance between the USRPs are not large enough to be considered, I don't see why the signals would not be syncrhonized (or, at

[Discuss-gnuradio] Like writing DSP code? Hate editing makefiles?

2012-01-27 Thread Martin Braun
Hi everyone, gr_modtool.py has undergone some heavy revision recently. It'll now do even more stuff: * It's been changed to the CMake version. The autotools version still exists on the CGRAN SVN server. * You can create out-of-tree modules using 'gr_modtool.py create'. This is basically an im

[Discuss-gnuradio] Error while using uhd usrp blocks

2012-01-27 Thread shashank gaur
Hello I am simply trying to build a transmitter and receiver for bpsk modulation and demodulation using mpsk receiver at receiving end. I am using USRP1 (Flex900 Daughter boards))with Gnuradio Companion 3.5.0rc0 on Ubuntu 10.10. When I run either (trransmitter or receiver) of any grc applications