Re: [Discuss-gnuradio] re: Low cost hardware option, the "total GNUsolution"

2011-01-17 Thread Patrik Tast
Hi All, I've been following the (lowcost) GNU SDR HW development in progress since it started. I sure do not oppose to what you are doing and hope you succeed, but is it practical today? Some questions about the product that you are developing: 1: Will a prebuilt and tuned GNU SDR board (+ da

Re: [Discuss-gnuradio] re: Low cost hardware option, the "total GNUsolution"

2011-01-17 Thread Jason Uher
On Mon, Jan 17, 2011 at 8:19 AM, Patrik Tast wrote: > A comment from Jerry Martes, > "HAM amateurs spend lots more $$ than the cost of a USRP just to get things > a monkey could build.   From what I have observed, there are thousands more > amateurs who buy components that those who are willing t

Re: [Discuss-gnuradio] Finally compiled USRP2 code works fine withUDPimage ...but not with compiled Raw Ethernet Image

2011-01-17 Thread Gabriel Morel
- Original Message - From: "Josh Blum" To: Sent: Thursday, January 13, 2011 2:00 PM Subject: Re: [Discuss-gnuradio] Finally compiled USRP2 code works fine withUDPimage ...but not with compiled Raw Ethernet Image I tried it with cygwin but it didn't find ise_helper.tcl. I don't

Re: [Discuss-gnuradio] Greeting and a question

2011-01-17 Thread Tom Rondeau
On Wed, Dec 29, 2010 at 5:27 PM, Farhad Abdolian wrote: > Hi everyone, > I am a newcomer on this list and would like to first introduce myself. > > I am a HW design engineer with over 20 years of experience in designing > various electronic and systems including a working base station based on SW

Re: [Discuss-gnuradio] Greeting and a question

2011-01-17 Thread Farhad Abdolian
Hi Tom, I am giving up on that idea, as much as I love my old boards, it seems like porting the Gnu Radio to that processor it is not worth much at this stage since the processor is too slow for any serious processing compare to modern Cortex A8 based processors. I think I have to learn to wa

Re: [Discuss-gnuradio] Finally compiled USRP2 code works fine withUDPimage ...but not with compiled Raw Ethernet Image

2011-01-17 Thread Josh Blum
> Do you know the command on the prompt because make don't works. what error are you getting? Don't say "command not found". cd \usrp2\top\u2_rev3 #makes an ise project file make proj #makes the bin file make bin > >> >> -Josh >> ___ Discuss-gnur

Re: [Discuss-gnuradio] Greeting and a question

2011-01-17 Thread Tom Rondeau
On Mon, Jan 17, 2011 at 12:11 PM, Farhad Abdolian wrote: > Hi Tom, > I am giving up on that idea, as much as I love my old boards, it seems like > porting the Gnu Radio to that processor it is not worth much at this stage > since the processor is too slow for any serious processing compare to mode

Re: [Discuss-gnuradio] Finally compiled USRP2 code works finewithUDPimage ...but not with compiled Raw Ethernet Image

2011-01-17 Thread Gabriel Morel
I had try 'make' in commad prompt of windows but 'command not found', i had try it in cygwin but problem with ise_helper.tcl. I'm trying with gnumake but I don't understand how to work with it for the moment. I know you don't have to teach me how to use somethings like this, but do you have an

Re: [Discuss-gnuradio] OFDM on USRP2

2011-01-17 Thread Veljko Pejovic
Hi, I updated the OFDM example. You can find it at http://www.cs.ucsb.edu/~veljko/downloads/ofdm_example.tar.gz It supports both USRPs and the UHD driver. I get pretty bad performance with UHD receiver for some reason. Any ideas? Cheers, Veljko On Tue, Jan 11, 2011 at 9:26 PM, Guanbo wrote

[Discuss-gnuradio] Re: Finally compiled USRP2 code works finewithUDPimage ...but not with compiled Raw Ethernet Image

2011-01-17 Thread Patrick Strasser
schrieb Gabriel Morel am 2011-01-17 19:27: > I had try 'make' in commad prompt of windows but 'command not found', i > had try it in cygwin but problem with ise_helper.tcl. I'm trying with > gnumake but I don't understand how to work with it for the moment. I > know you don't have to teach me how

Re: [Discuss-gnuradio] OFDM on USRP2

2011-01-17 Thread Josh Blum
On 01/17/2011 11:31 AM, Veljko Pejovic wrote: > Hi, > > I updated the OFDM example. You can find it at > http://www.cs.ucsb.edu/~veljko/downloads/ofdm_example.tar.gz > > It supports both USRPs and the UHD driver. I get pretty bad > performance with UHD receiver for some reason. Any ideas? > Fo

Re: [Discuss-gnuradio] How to run gnuradio application with a file input and no physical receiver?

2011-01-17 Thread dave k
One way is to use a throttled file source sink, and use someones capture file. I have some here you can download online. http://kd8eyf.org/capture_files/ Sent from Yahoo! Mail on Android ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org

[Discuss-gnuradio] video card DAC useful?

2011-01-17 Thread Justin Kelly
Then I first heard about using a video card to transmit I though the Idea was kinda pointless, http://www.erikyyy.de/tempest/ until I found this application, http://bellard.org/dvbt/ the DVBT code is used for HiDef TV via a video card, it g

Re: [Discuss-gnuradio] OFDM on USRP2

2011-01-17 Thread Tom Rondeau
On Mon, Jan 17, 2011 at 2:48 PM, Josh Blum wrote: > > > On 01/17/2011 11:31 AM, Veljko Pejovic wrote: >> Hi, >> >> I updated the OFDM example. You can find it at >> http://www.cs.ucsb.edu/~veljko/downloads/ofdm_example.tar.gz >> >> It supports both USRPs and the UHD driver. I get pretty bad >> per

[Discuss-gnuradio] Porting benchmark_tx/rx to UHD for use with E100

2011-01-17 Thread Ben Hilburn
Hey all - I'm attempting to make the necessary changes to get benchmark_tx/rx.py working on the E100 with UHD. My end goal is to preserve backwards-compatibility with non-UHD runs since the old USRP[1,2] drivers will remain in GNURadio for a bit longer. As it turns out, this requires very little

Re: [Discuss-gnuradio] Re: Finally compiled USRP2 code works finewithUDPimage ...but not with compiled Raw Ethernet Image

2011-01-17 Thread Gabriel Morel
- Original Message - From: "Patrick Strasser" To: Sent: Monday, January 17, 2011 2:34 PM Subject: [Discuss-gnuradio] Re: Finally compiled USRP2 code works finewithUDPimage ...but not with compiled Raw Ethernet Image schrieb Gabriel Morel am 2011-01-17 19:27: I had try 'make' in

Re: [Discuss-gnuradio] re: Low cost hardware option, the "total GNUsolution"

2011-01-17 Thread Marcus D. Leech
Hi All, I've been following the (lowcost) GNU SDR HW development in progress since it started. I sure do not oppose to what you are doing and hope you succeed, but is it practical today? Practicality is a very important aspect of any project like this, and it's one that needs to be explored.

Re: [Discuss-gnuradio] OFDM receiver on USRP2

2011-01-17 Thread Guanbo
Hi, I feel like the output of coarse frequency offset is very inaccurate. Or probably it is not directly related. For best test, I tried higher resolution of subcarrier bandwidth by selecting the large FFT length, high Interp/decim rate, as follows: @TX: $ sudo python benchmark_ofdm_tx_new.py