Re: [Discuss-gnuradio] New build-gnuradio

2011-10-25 Thread Dan CaJacob
On 10/25/2011 11:51 PM, Dan CaJacob wrote: On 10/25/2011 10:02 PM, Tom Rondeau wrote: On Tue, Oct 25, 2011 at 9:55 PM, Marcus D. Leech > wrote: I worked-over build-gnuradio tonight rather thoroughly, and it now uses the Cmake infrastructure to do its Gnu Radio

Re: [Discuss-gnuradio] New build-gnuradio

2011-10-25 Thread Dan CaJacob
On 10/25/2011 10:02 PM, Tom Rondeau wrote: On Tue, Oct 25, 2011 at 9:55 PM, Marcus D. Leech > wrote: I worked-over build-gnuradio tonight rather thoroughly, and it now uses the Cmake infrastructure to do its Gnu Radio builds. It also has built-in help:

Re: [Discuss-gnuradio] New build-gnuradio

2011-10-25 Thread Tom Rondeau
On Tue, Oct 25, 2011 at 9:55 PM, Marcus D. Leech wrote: > I worked-over build-gnuradio tonight rather thoroughly, and it now uses the > Cmake infrastructure to do its Gnu Radio builds. > > It also has built-in help: > > build-gnuradio --help > > Yields: > > Usage: build-gnuradio [--help|-h] [-v|-

[Discuss-gnuradio] New build-gnuradio

2011-10-25 Thread Marcus D. Leech
I worked-over build-gnuradio tonight rather thoroughly, and it now uses the Cmake infrastructure to do its Gnu Radio builds. It also has built-in help: build-gnuradio --help Yields: Usage: build-gnuradio [--help|-h] [-v|--verbose] [-jN] [-ja] [-l|--logfile logfile ] funcs -v|--verbose -

Re: [Discuss-gnuradio] available sample rates for USRP2

2011-10-25 Thread Nick Foster
On Tue, Oct 25, 2011 at 6:18 PM, Kyle Zhou wrote: > When I use uhd_fft.py –s 8M –f …. > > It reported that > > UHD Warning: > >     The hardware does not support the requested RX sample rate: > >     Target sample rate: 8.00 MSps > >     Actual sample rate: 7.692308 MSps > > > > I am wondering

Re: [Discuss-gnuradio] available sample rates for USRP2

2011-10-25 Thread Josh Blum
On 10/25/2011 06:18 PM, Kyle Zhou wrote: > When I use uhd_fft.py -s 8M -f .. > > It reported that > > UHD Warning: > > The hardware does not support the requested RX sample rate: > > Target sample rate: 8.00 MSps > > Actual sample rate: 7.692308 MSps > > > > I am wonderi

[Discuss-gnuradio] available sample rates for USRP2

2011-10-25 Thread Kyle Zhou
When I use uhd_fft.py -s 8M -f .. It reported that UHD Warning: The hardware does not support the requested RX sample rate: Target sample rate: 8.00 MSps Actual sample rate: 7.692308 MSps I am wondering how the actual rate 7.692308M is determined? Is there any formula th

Re: [Discuss-gnuradio] gr-trellis broken on next branch

2011-10-25 Thread Tom Rondeau
On Fri, Oct 21, 2011 at 11:51 PM, Ben Reynwar wrote: > The block I added into gr-trellis is trellis_constellation_metrics_cf. > This block is equivalent to trellis_metrics_c in that it takes a > stream of symbols and outputs a stream of metrics. The difference is > that treliis_constellation_me

Re: [Discuss-gnuradio] Problem with WXGUI Widgets

2011-10-25 Thread Josh Blum
On 10/25/2011 02:37 PM, Jordan Otomo wrote: > The WX GUI examples exhibit the same behavior, but the QT examples do work. > However, if I try to use a QT time sink in GRC, I get the following error: > > > Traceback (most recent call last): > File "/home/jotomo/Desktop/top_block.py", line 57

Re: [Discuss-gnuradio] No packet reception in higher modulation

2011-10-25 Thread Josh Blum
On 10/25/2011 01:48 PM, Nazmul Islam wrote: > Hello, > > I am running my codes in basic TX/RX with gnuradio-3.3.0 image. I am using > benchmark_tx and benchmark_rx codes in the gnuradio-examples/python/digital > folder to find packet loss for different modulation schemes (I believe that > these

Re: [Discuss-gnuradio] Problems after upgrading to UHD with USRP2

2011-10-25 Thread Josh Blum
On 10/25/2011 12:53 PM, Sam Keene wrote: > Hello all, > > We recently upgraded to the UHD drivers, and now some basic stuff we > had working with the older drivers just isn't working anymore. For > example, I'm just trying to transmit and receive a raised cosine > pulse, but I'm not getting anyt

Re: [Discuss-gnuradio] Problem with WXGUI Widgets

2011-10-25 Thread Jordan Otomo
Unfortunately, I was not successful in solving the WX GUI problem. The QT problem was solved (of course) by changing the Generate Options parameter in the Options block to QT GUI. ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://list

Re: [Discuss-gnuradio] Problem with WXGUI Widgets

2011-10-25 Thread Jordan Otomo
The WX GUI examples exhibit the same behavior, but the QT examples do work. However, if I try to use a QT time sink in GRC, I get the following error: Traceback (most recent call last): File "/home/jotomo/Desktop/top_block.py", line 57, in tb = top_block() File "/home/jotomo/Desktop/to

Re: [Discuss-gnuradio] Problem with WXGUI Widgets

2011-10-25 Thread Jason Abele
On Tue, Oct 25, 2011 at 2:02 PM, Tom Rondeau wrote: > On Tue, Oct 25, 2011 at 4:53 PM, Jordan Otomo > wrote: >> >> On Oct 25, 2011, at 1:38 PM, Tom Rondeau wrote: >> >> > That FAQ does list all of the install directories; I was just a bit more >> > explicit in my email about where they are (subdi

Re: [Discuss-gnuradio] Fwd: Introducing noise/ considerable BER

2011-10-25 Thread Marcus D. Leech
Hello Marcus, You sent the forwarded email a few months ago. The benchmark stuff doesn't, as far as I know, have FEC in it. I think Tom was referring to single-bit errors in the so-called "accesscode" at the beginning of the frame. If there are bit errors there, then the frame is necessarily

Re: [Discuss-gnuradio] Fwd: Introducing noise/ considerable BER

2011-10-25 Thread shantharam balasubramanian
Hello Marcus, You sent the forwarded email a few months ago. The benchmark stuff doesn't, as far as I know, have FEC in it. I think Tom was referring to single-bit errors in the so-called "accesscode" at the beginning of the frame. If there are bit errors there, then the frame is necessarily dis

Re: [Discuss-gnuradio] Problem with WXGUI Widgets

2011-10-25 Thread Marcus D. Leech
On Tue, Oct 25, 2011 at 3:53 PM, Jordan Otomo mailto:jot...@skyboximaging.com>> wrote: Hi Tom, Thanks for the help. I've tried manually deleting all of the GNU Radio files in the recommended locations, reinstalling, and performing a 'sudo ldconfig', but the problem still persis

Re: [Discuss-gnuradio] Problem with WXGUI Widgets

2011-10-25 Thread Tom Rondeau
On Tue, Oct 25, 2011 at 4:53 PM, Jordan Otomo wrote: > > On Oct 25, 2011, at 1:38 PM, Tom Rondeau wrote: > > > That FAQ does list all of the install directories; I was just a bit more > explicit in my email about where they are (subdirs in lib and share, for > example; and I missed the bin directo

Re: [Discuss-gnuradio] Problem with WXGUI Widgets

2011-10-25 Thread Jordan Otomo
On Oct 25, 2011, at 1:38 PM, Tom Rondeau wrote: > That FAQ does list all of the install directories; I was just a bit more > explicit in my email about where they are (subdirs in lib and share, for > example; and I missed the bin directories). That should be it; anything else > shouldn't be ca

[Discuss-gnuradio] No packet reception in higher modulation

2011-10-25 Thread Nazmul Islam
Hello, I am running my codes in basic TX/RX with gnuradio-3.3.0 image. I am using benchmark_tx and benchmark_rx codes in the gnuradio-examples/python/digital folder to find packet loss for different modulation schemes (I believe that these files have been transferred to the gr-digital/examples/nar

Re: [Discuss-gnuradio] Problem with WXGUI Widgets

2011-10-25 Thread Tom Rondeau
On Tue, Oct 25, 2011 at 3:53 PM, Jordan Otomo wrote: > Hi Tom, > > Thanks for the help. I've tried manually deleting all of the GNU Radio > files in the recommended locations, reinstalling, and performing a 'sudo > ldconfig', but the problem still persists. You mentioned a few install > director

[Discuss-gnuradio] Problems after upgrading to UHD with USRP2

2011-10-25 Thread Sam Keene
Hello all, We recently upgraded to the UHD drivers, and now some basic stuff we had working with the older drivers just isn't working anymore. For example, I'm just trying to transmit and receive a raised cosine pulse, but I'm not getting anything at the receiver. I've eliminated all warnings t

Re: [Discuss-gnuradio] Problem with WXGUI Widgets

2011-10-25 Thread Jordan Otomo
Hi Tom, Thanks for the help. I've tried manually deleting all of the GNU Radio files in the recommended locations, reinstalling, and performing a 'sudo ldconfig', but the problem still persists. You mentioned a few install directories not listed in the FAQ's "The problem of multiple installs"

Re: [Discuss-gnuradio] .bit file not loading on usrp n210

2011-10-25 Thread Clark Pope
Thanks. Looks like holding down S2 while IMPACT loads the .bit file does make the .bit file become active. However, I can never establish ethernet connection until cycling power. I assume the fpga is loaded but the software isn't running? The activity lights flash rapidly but I only get: Run

Re: [Discuss-gnuradio] Problem with WXGUI Widgets

2011-10-25 Thread Tom Rondeau
On Tue, Oct 25, 2011 at 2:43 PM, Jordan Otomo wrote: > Hi, > > I seem to be having an issue with a few of the GRC WX GUI Widgets, namely > the FFT Sink and Scope Sink, in the latest release (3.5.0). My flowgraphs > now exit immediately, without error. I've constructed a simple flowgraph > consis

Re: [Discuss-gnuradio] cannot import name packet_utils

2011-10-25 Thread Tom Rondeau
On Tue, Oct 25, 2011 at 1:39 PM, David L wrote: > I installed gnuradio on a new computer (Ubuntu 11.10) last night using the > build_gnuradio script. I ran a python script that is working on on another > 11.10 computer and got the following error: > > from grc_gnuradio import blks2 as grc_blks

[Discuss-gnuradio] Problem with WXGUI Widgets

2011-10-25 Thread Jordan Otomo
Hi, I seem to be having an issue with a few of the GRC WX GUI Widgets, namely the FFT Sink and Scope Sink, in the latest release (3.5.0). My flowgraphs now exit immediately, without error. I've constructed a simple flowgraph consisting of a signal source, throttle, and FFT Sink/Scope Sink to

[Discuss-gnuradio] cannot import name packet_utils

2011-10-25 Thread David L
I installed gnuradio on a new computer (Ubuntu 11.10) last night using the build_gnuradio script. I ran a python script that is working on on another 11.10 computer and got the following error: from grc_gnuradio import blks2 as grc_blks2 File "/usr/local/lib/python2.7/dist-packages/grc_gnura

Re: [Discuss-gnuradio] .bit file not loading on usrp n210

2011-10-25 Thread Nick Foster
Just hold down the "safe mode" button S2 when booting. The image you're loading is probably bootstrapping the production FPGA image out of Flash. --n On Tue, Oct 25, 2011 at 10:15 AM, Ian Buckley wrote: > I've only done a little FPGA work on the N210 so this is a bit of a guess, > Nick or Josh

Re: [Discuss-gnuradio] .bit file not loading on usrp n210

2011-10-25 Thread Ian Buckley
I've only done a little FPGA work on the N210 so this is a bit of a guess, Nick or Josh can answer better, but I would imagine you probably need to understand how the FPGA image "bootstraps". The N210 stores 2 FPGA images so that there is a safe image to restore from if you upload a bad image. T

Re: [Discuss-gnuradio] Trouble with multiple installs or how i learned to love make uninstall

2011-10-25 Thread Tom Rondeau
On Tue, Oct 25, 2011 at 12:19 PM, Paul M. Bendixen wrote: > Hello > > It seems it might be a good idea if it were possible to uninstall gnuradio > propper. > > I currently have two systems faling (hard) using the new build. > > My gentoo box (configured using cmake in another thread) > gives me th

[Discuss-gnuradio] Trouble with multiple installs or how i learned to love make uninstall

2011-10-25 Thread Paul M. Bendixen
Hello It seems it might be a good idea if it were possible to uninstall gnuradio propper. I currently have two systems faling (hard) using the new build. My gentoo box (configured using cmake in another thread) gives me the error : ImportError: libgruel-3.4.2git.so.0: cannot open shared object f

[Discuss-gnuradio] .bit file not loading on usrp n210

2011-10-25 Thread Clark Pope
When I download a .bit file to the N210 using JTAG and Xilinx Impact the programmer says all is good: // *** BATCH CMD : Program -p 1 PROGRESS_START - Starting Operation. Maximum TCK operating frequency for this device chain: 1000. Validating chain... Boundary-scan chain validated successful

Re: [Discuss-gnuradio] Re : Re : spurious sidelobes with WBX

2011-10-25 Thread Matt Ettus
Everything except for the USRP1 has dual halfbands for both TX and RX, including the B100. One of the big advantages of the B100 over the USRP1 is that it uses nearly all the same FPGA code as the USRP2, N2x0, and E1x0, so they all support the same DSP features. USRP1 has a smaller FPGA from a di

Re: [Discuss-gnuradio] Editing Wiki

2011-10-25 Thread Tom Rondeau
On Tue, Oct 25, 2011 at 11:12 AM, Paul M. Bendixen wrote: > Hello Tom > > I did register, and couldn't edit. Which is why i wrote the mail in the > first place. > After logging in as guest, It worked like a charm. > > I am however experiencing some new troubles, but more about that later. > > Best

Re: [Discuss-gnuradio] Editing Wiki

2011-10-25 Thread Paul M. Bendixen
Hello Tom I did register, and couldn't edit. Which is why i wrote the mail in the first place. After logging in as guest, It worked like a charm. I am however experiencing some new troubles, but more about that later. Best Paul 2011/10/25 Tom Rondeau > On Tue, Oct 25, 2011 at 9:01 AM, Paul M.

Re: [Discuss-gnuradio] WCDMA/UMTS receiver implementation

2011-10-25 Thread Michael Johnson
Hi Miguel, You're correct that the rake receiver combines multipath effects. If there is little or no multipath then a rake receiver is not necessary. However, in any real world system a receiver needs to track timing offset with respect to the transmitter. To do this the receiver needs to correl

Re: [Discuss-gnuradio] Editing Wiki

2011-10-25 Thread Tom Rondeau
On Tue, Oct 25, 2011 at 9:01 AM, Paul M. Bendixen wrote: > Thank you and you're welcome > Paul, you should be able to create an account by using the "Register" button at the top right. This will give you wiki editing privileges. Of course, if you don't mind using the guest account, that always wo

[Discuss-gnuradio] WCDMA/UMTS receiver implementation

2011-10-25 Thread Miguel Sanz
Hi, I am dealing with a UMTS uplink receiver implementation with USRP N210. I have some general questions that I hope that someone can answer: 1) Is it completely necessary to implement a rake receiver? I have been reading quite a lot about it, and it seems extremely complex because it needs cha

Re: [Discuss-gnuradio] Editing Wiki

2011-10-25 Thread Paul M. Bendixen
Thank you and you're welcome 2011/10/25 Martin Braun > On Tue, Oct 25, 2011 at 02:16:24PM +0200, Paul M. Bendixen wrote: > > Hello Martin > > > > > > As you can read from the original message, I found the page fine. However > I > > want to edit it, in order for it to reflect the changes done in

Re: [Discuss-gnuradio] Editing Wiki

2011-10-25 Thread Martin Braun
On Tue, Oct 25, 2011 at 02:16:24PM +0200, Paul M. Bendixen wrote: > Hello Martin > > > As you can read from the original message, I found the page fine. However I > want to edit it, in order for it to reflect the changes done in the newest > release (using cmake). > > > However, I can't find an

Re: [Discuss-gnuradio] Editing Wiki

2011-10-25 Thread Paul M. Bendixen
Hello Martin 2011/10/25 Martin Braun > On Tue, Oct 25, 2011 at 01:05:55PM +0200, Paul M. Bendixen wrote: > > Hi > > > > So now the build works fine with cmake on my gentoo box. > > > > I want to give back all the good advice I have received here, so I go to > make a > > gnuradio.org profile. > >

Re: [Discuss-gnuradio] Editing Wiki

2011-10-25 Thread Martin Braun
On Tue, Oct 25, 2011 at 01:05:55PM +0200, Paul M. Bendixen wrote: > Hi > > So now the build works fine with cmake on my gentoo box. > > I want to give back all the good advice I have received here, so I go to make > a > gnuradio.org profile. > > However I can't see where to edit the wiki entry

[Discuss-gnuradio] Editing Wiki

2011-10-25 Thread Paul M. Bendixen
Hi So now the build works fine with cmake on my gentoo box. I want to give back all the good advice I have received here, so I go to make a gnuradio.org profile. However I can't see where to edit the wiki entry for build instructions on gentoo. Could somebody give me a hint? Best Paul -- * - -

Re: [Discuss-gnuradio] frequency synthesis

2011-10-25 Thread Daniel Dekst
Hi, Josh, Thanks a lot! They are results of two USRP1. Now I use USRP E100 to transmit, USRP1 to receive, I got http://www.cse.msu.edu/~huangpe3/usrp/e100tx_1r.png with rx_ascii_art_dft Seems there is no signal. I checked it with usrp_fft.py http://www.cse.msu.edu/~huangpe3/usrp/e100tx_usrp1r.png