Re: [Discuss-gnuradio] CUDA-Enabled GNURadio gr_benchmark10 possible improvements

2009-07-01 Thread Yu-Hua Yang
Thanks Martin, for your generous effort to help me. It appears only one time so I think I am in the clear. I decided to abandon and comment out all the cuda.multiply_const_ff function calls and concentrate on cuda.fir_filter_fff as suggested. Things I got questions/concerns 1. I increased output

[Discuss-gnuradio] New version of GNU RAdio

2009-07-01 Thread Muhammad Abrar
I have installed version of GNURadio is 3.04 on Ubuntu 8.10. I want to get new version so that I can use GRC but through Synaptic Package Manager i am not getting new version. Please tell me how i get new version. Thanks bari ___ Discuss-gnuradio mail

Re: [Discuss-gnuradio] Help getting a working install - OSX, from trunk

2009-07-01 Thread Michael Dickens
Hi Jonathan - Everything you posted looks OK to my reading -- in other words, it looks like configure and make worked as expected and without errors. It's normal to see some "Make[3]: Nothing to be done for 'all'" when using autotools -- those are not errors, just printouts telling you a s

[Discuss-gnuradio] Help getting a working install - OSX, from trunk

2009-07-01 Thread Jonathan Coveney
I appreciate any help you guys can give me. I'm hoping to work on some GNU radio stuff, but the install isn't working. I used these instructions (after setting my bash, getting all the dependencies etc) https://radioware.nd.edu/documentation/install-guides/mac-os-x/obtaining-and-installing-gnu-rad

Re: [Discuss-gnuradio] Some development questions

2009-07-01 Thread Douglas Geiger
On Wed, Jul 1, 2009 at 3:50 PM, Jonathan Coveney wrote: > Hello, bare with me, as I am new to GNU radio. I've pored over a lot of the > docs and have a couple of questions. > > 2) This is more indiciative of my lack of RF knowledge (working on fixing > that), so if you have a resource that answers

Re: [Discuss-gnuradio] Some development questions

2009-07-01 Thread Jonathan Coveney
I'll forgive the snarkiness as you were helpful, but I am new to open source development so mercy is appreciated. 2009/7/1 Michael Dickens > On Jul 1, 2009, at 3:50 PM, Jonathan Coveney wrote: > >> For a school project, I'd like to help GNU radio out in some way (I'm >> developing in OSX). 1) W

Re: [Discuss-gnuradio] Some development questions

2009-07-01 Thread Michael Dickens
On Jul 1, 2009, at 3:50 PM, Jonathan Coveney wrote: For a school project, I'd like to help GNU radio out in some way (I'm developing in OSX). 1) What is the barrier to getting a gnuradio ports command? Is it simply that there is not someone to do it, or something more? I feel it'd be really

[Discuss-gnuradio] Some development questions

2009-07-01 Thread Jonathan Coveney
Hello, bare with me, as I am new to GNU radio. I've pored over a lot of the docs and have a couple of questions. For a school project, I'd like to help GNU radio out in some way (I'm developing in OSX). If this email should be elsewhere, let me know. 1) What is the barrier to getting a gnuradio p

Re: [Discuss-gnuradio] CUDA-Enabled GNURadio gr_benchmark10 possible improvements

2009-07-01 Thread Martin DvH
On Wed, 2009-07-01 at 05:27 -0400, Yu-Hua Yang wrote: > Thank you very much for your reply. I have some more questions. I > understand you wont be looking/updating this branch anymore due to the > release of OpenCL, but thanks for helping right now! > > Before you dive in, one thing I am having co

Re: [Discuss-gnuradio] RFX-1800 Tranciever

2009-07-01 Thread Eric Blossom
On Wed, Jul 01, 2009 at 11:38:53AM -0500, Jason Uher wrote: > >> I believe if you have two daughter cards it is possible to run the > >> benchmark_*x scripts on the same USRP but different daughtercards, but > >> I think you need to combine them into a single flow graph. If I > > > You can't run

Re: [Discuss-gnuradio] RFX-1800 Tranciever

2009-07-01 Thread Jason Uher
>> I believe if you have two daughter cards it is possible to run the >> benchmark_*x scripts on the same USRP but different daughtercards, but >> I think you need to combine them into a single flow graph. If I > You can't run benchmark_tx and _rx using one USRP and two > daughtercards.  The two

Re: [Discuss-gnuradio] RFX-1800 Tranciever

2009-07-01 Thread Eric Blossom
On Wed, Jul 01, 2009 at 07:51:31AM -0500, Jason Uher wrote: > > Is it possible to run benchmark_tx and benchmark_rx on same computer with > > one USRP with RFX-1800 Transciever daughter board. > > > I believe if you have two daughter cards it is possible to run the > benchmark_*x scripts on the s

[Discuss-gnuradio] Two different D'board on one USRP

2009-07-01 Thread Yong J. Chang
Hi folks! I have a question about setting up USRP. Is it possible to for two RF front ends (one at 900 MHz and one at 2.4GHz, for example) to be connected to one USRP? Thanks in advance! -- View this message in context: http://www.nabble.com/Two-different-D%27board-on-one-USRP-tp24291659p24291

RE: [Discuss-gnuradio] Software Radio development environment

2009-07-01 Thread Jason Uher
>    where can we found the GNURADIO development environment that is similar > to SIMULINK? It's called GRC, and it's included in the trunk in the newer releases. Please see http://www.joshknows.com/grc for more information Jason ___ Discuss-gnuradio

[Discuss-gnuradio] Software Radio development environment

2009-07-01 Thread Alysson Menezes
Hello all, where can we found the GNURADIO development environment that is similar to SIMULINK? Thank you for your help. -- Alysson Vasconcelos Gomes de Menezes - MENEZES, A. V. G. Graduando em Engenharia Elétrica (Electrical Engineering Undergraduate Student) Universidade F

Re: [Discuss-gnuradio] RFX-1800 Tranciever

2009-07-01 Thread Jason Uher
> Is it possible to run benchmark_tx and benchmark_rx on same computer with > one USRP with RFX-1800 Transciever daughter board. I believe if you have two daughter cards it is possible to run the benchmark_*x scripts on the same USRP but different daughtercards, but I think you need to combine th

Re: [Discuss-gnuradio] Hi,

2009-07-01 Thread Johnathan Corgan
On Wed, Jul 1, 2009 at 02:06, Burak TUYSUZ wrote: > I guess something changed on some packages and I am having problems to run > this code. > > #    if self.u.db[0][0].dbid() != usrp_dbid.BASIC_RX: > #    sys.stderr.write('This code requires a Basic Rx board on Side > A\n') > #

Re: [Discuss-gnuradio] CUDA-Enabled GNURadio gr_benchmark10 possible improvements

2009-07-01 Thread Yu-Hua Yang
Thank you very much for your reply. I have some more questions. I understand you wont be looking/updating this branch anymore due to the release of OpenCL, but thanks for helping right now! Before you dive in, one thing I am having concerns is this output that happens every time I run CUDA-enable

[Discuss-gnuradio] Hi,

2009-07-01 Thread Burak TUYSUZ
Hello all, I guess something changed on some packages and I am having problems to run this code. #if self.u.db[0][0].dbid() != usrp_dbid.BASIC_RX: #sys.stderr.write('This code requires a Basic Rx board on Side A\n') #sys.exit(1) self.u.db[0] this gives me error in