Re: [Discuss-gnuradio] New Ethernet MAC for USRP2

2009-10-02 Thread hanwen
Hi, I flashed the attached firmware/fpga file, and the USRP2 doesn't work. s...@ubuntu:~$ sudo usrp2_fft.py -e eth1 usrp2: channel 0 not receiving usrp2::rx_samples() failed And this is the first time for me using git. After I use 'git fetch' to get the repository, what's next to get the followi

Re: [Discuss-gnuradio] New Ethernet MAC for USRP2

2009-10-02 Thread Matt Ettus
hanwen wrote: Hi, I flashed the attached firmware/fpga file, and the USRP2 doesn't work. s...@ubuntu:~$ sudo usrp2_fft.py -e eth1 usrp2: channel 0 not receiving usrp2::rx_samples() failed And this is the first time for me using git. After I use 'git fetch' to get the repository, what's next to

[Discuss-gnuradio] Two questions

2009-10-02 Thread Modesto Aguirre Gomez
Hello, I am researching information about some Radio Frequency products which emulates a base transceiver station for gsm. I saw in your web page that you have what I am looking for but I need to know if I can fully program the protocols of the layer 1 and 2. The purpose of this is to com

[Discuss-gnuradio] Two questions

2009-10-02 Thread Modesto Aguirre Gomez
Hello, I am researching information about some Radio Frequency products which emulates a base transceiver station for gsm. I saw in your web page that you have what I am looking for but I need to know if I can fully program the protocols of the layer 1 and 2. The purpose of this is to communi

Re: [Discuss-gnuradio] New Ethernet MAC for USRP2

2009-10-02 Thread Ben Hilburn
> And this is the first time for me using git. > After I use 'git fetch' to get the repository, what's next to get the > following command working? For future reference, 'git fetch' simply pulls the list of changesets. In order to apply them to your current branch, you need to use 'git merge'. A

Re: [Discuss-gnuradio] Error Compiling BBN USRP2 Code

2009-10-02 Thread Miklos Christine
I never received this error in 32-bit ubuntu. I did a ./bootstrap, but receive this error: configure.ac:47: warning: AC_PROG_LIBTOOL is m4_require'd but not m4_defun'd config/gr_scripting.m4:22: GR_SCRIPTING is expanded from... configure.ac:47: the top level configure.ac:47: warning: AC_PROG_LIBT

Re: [Discuss-gnuradio] New Ethernet MAC for USRP2

2009-10-02 Thread devin kelly
So what does this update actually do? Does it add UDP onto the network stack? What about VRT? I know VRT and UDP are being implemented independently, but around the same time. How does this update fit in with adopting those two protocols? Thanks Devin On Fri, Oct 2, 2009 at 1:23 PM, Ben Hilbu

[Discuss-gnuradio] USRP2 bill of materials

2009-10-02 Thread João Felipe Santos
Hello, where can I find the USRP2 BOM? I only found the PDF files for the schematics, and the SVN repository does not have USRP2 files. Thanks! -- João ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/

Re: [Discuss-gnuradio] Error Compiling BBN USRP2 Code

2009-10-02 Thread Miklos Christine
Fixed it. Thanks, Miklos On Fri, Oct 2, 2009 at 10:49 AM, Miklos Christine wrote: > I never received this error in 32-bit ubuntu. > > I did a ./bootstrap, but receive this error: > > configure.ac:47: warning: AC_PROG_LIBTOOL is m4_require'd but not > m4_defun'd > config/gr_scripting.m4:22: GR_SC

Re: [Discuss-gnuradio] New Ethernet MAC for USRP2

2009-10-02 Thread Matt Ettus
devin kelly wrote: So what does this update actually do? Does it add UDP onto the network stack? What about VRT? I know VRT and UDP are being implemented independently, but around the same time. How does this update fit in with adopting those two protocols? This update only changed the

[Discuss-gnuradio] Re: use a file as source to the ofdm receiver

2009-10-02 Thread bin zan
Hi, Let me clear my issue. My source file includes number of complex numbers which can be read by using matlab function "read_complex_binary.m". I observed that the data are same as when they passing through "gr_file_source::work" ->???-> "gr_ofdm_frame_sink.cc" however, I observed that in "gr

Re: [Discuss-gnuradio] Error Compiling BBN USRP2 Code

2009-10-02 Thread Chen Chen
So what is the cause of the problem? On Fri, Oct 2, 2009 at 3:50 PM, Miklos Christine wrote: > Fixed it. > > Thanks, > Miklos > > > On Fri, Oct 2, 2009 at 10:49 AM, Miklos Christine > wrote: > >> I never received this error in 32-bit ubuntu. >> >> I did a ./bootstrap, but receive this error: >>

[Discuss-gnuradio] bbn 80211b usrp2_version problem

2009-10-02 Thread Chen Chen
Hi, everyone, I just got two set of USRP2 and want to test it using the bbn 802_11b usrp2_version. I use the example scripts: bbn_80211b_rx.py and bbn_80211b_tx.py. I use the default setting: on one machine: ./bbn_80211b_rx.py and on another machine: ./bbn_80211b_tx.py The tx script work correct

Re: [Discuss-gnuradio] Error Compiling BBN USRP2 Code

2009-10-02 Thread Miklos Christine
The package libtool was missing. On Fri, Oct 2, 2009 at 1:29 PM, Chen Chen wrote: > So what is the cause of the problem? > > > On Fri, Oct 2, 2009 at 3:50 PM, Miklos Christine > wrote: > >> Fixed it. >> >> Thanks, >> Miklos >> >> >> On Fri, Oct 2, 2009 at 10:49 AM, Miklos Christine < >> mchrist

[Discuss-gnuradio] Can we really put whatever rx_cfile obtained into ofdm receiver?

2009-10-02 Thread bin zan
Hi, I am going to give more detail about my experiment in case some one could help me but didn't understand my situation. sender: step 1.a : ./benchmark_ofdm_tx.py -f 10M -i 512 --fft-length=32 --occupied-tones=16 --cp-length=4 receiver: step 1.b: ./usrp_rx_cfile.py -f 10M -d 256 ofd

Re: [Discuss-gnuradio] Cygwin problems continue

2009-10-02 Thread Thomas Tsou
On Mon, Sep 14, 2009 at 8:00 PM, Robert and Millie wrote: > > python dial_tone.py > Traceback (most recent call last): >   File "dial_tone.py", line 23, in >     from gnuradio import gr > ImportError: No module named gnuradio > > This is where I am stuck.  Any help would be gladly appreciated. >

Re: [Discuss-gnuradio] bbn 80211b usrp2_version problem

2009-10-02 Thread Colby Boyer
I think that is a buffer overrun. In otherwords, your computer cannot process the data fast enough. On Fri, Oct 2, 2009 at 1:36 PM, Chen Chen wrote: > > Hi, everyone, > > I just got two set of USRP2 and want to test it using the bbn 802_11b > usrp2_version. I use the example scripts: bbn_80211b_

Re: [Discuss-gnuradio] bbn 80211b usrp2_version problem

2009-10-02 Thread Miklos Christine
Yes. This might help. "At a decimation rate of 4 you are generating 25 MS/s. If those samples are complex shorts, that works out to 100 MB/s. If those samples are complex floats, that is 200 MB/s. In the former case, you really need a RAID array of at least two fast drives to keep up. In the l