Re: [Discuss-gnuradio] build error: test_gruel.o: undefined reference to symbol 'boost::system::get_system_category()'

2011-03-31 Thread Tom Rondeau
I have been able to work on this tonight, and I think the solution is that we just needed to be more specific in our LDADDs in a few places. Mostly, it's where we are building programs (noinst_PROGRAMS = ), but we were only passing an LDADD of a few libraries and not everything. I was wondering

RE: [Discuss-gnuradio] FPE with FM Rcvr

2011-03-31 Thread Ron Hall
Adding to the following, a backtrace that points to the throw std::bad_alloc (), gr_buffer.cc (88) May have some association with another error addressed earlier this year by T. Rondeau: [Discuss-gnuradio] gr_vmcircbuf_sysv_shm: shmget (1): Invalid argument, Dated: Fri, 11 Feb 2011 09:52:04-05

Re: [Discuss-gnuradio] Build error on Ubuntu 10.04 on x86

2011-03-31 Thread Tom Rondeau
On Thu, Mar 31, 2011 at 2:44 PM, Marcus D. Leech wrote: > On 03/31/2011 01:36 PM, Nick Foster wrote: > >> On Wed, 2011-03-30 at 20:44 -0400, Marcus D. Leech wrote: >> That's it, all right. volk_common.h defines a union which includes >> __m128i, which is only defined in SSE2 (emmintrin.h) and hig

Re: [Discuss-gnuradio] laser and infrared

2011-03-31 Thread William Cox
We're using the USRP+GNURadio to do passband modulation of a LED and/or laser. We run the signal from the Basic-TX daughterboard into an amp and a bias-t and then into the laser. At the receiver we take the output directly into the Basic-RX board. Works pretty well. On Thu, Mar 31, 2011 at 10:02

[Discuss-gnuradio] why changing decimation in benchmark_rx.py affects SNR so much?

2011-03-31 Thread William Cox
I'm running a link via benchmark_tx and benchmark_rx files. They are both running at 1e6 symbols/sec and a 5 Mhz carrier. The settings are default otherwise. I've noticed that when I change the decimation rate at the receiver, the SNR changes quite a bit while keeping BER the same. I would think wi

Re: [Discuss-gnuradio] USRP2 Ethernet link Issues

2011-03-31 Thread Praveen Vikram
Thanks again Josh. I re-flashed the the SD card with the images from: http://www.ettus.com/downloads/uhd_releases/003_000_000/images I downloaded the corresponding .deb file and installed it using dpkg. Set the UHD_IMAGE_PATH to /usr

Re: [Discuss-gnuradio] Build error on Ubuntu 10.04 on x86

2011-03-31 Thread Marcus D. Leech
On 03/31/2011 01:36 PM, Nick Foster wrote: On Wed, 2011-03-30 at 20:44 -0400, Marcus D. Leech wrote: That's it, all right. volk_common.h defines a union which includes __m128i, which is only defined in SSE2 (emmintrin.h) and higher -- but the test Volk uses for this union is only (if LV_HAS_MMX).

Re: [Discuss-gnuradio] DPSK mod/demod block work well?

2011-03-31 Thread Songsong Gee
-- Forwarded message -- From: Songsong Gee Date: 2011/4/1 Subject: Re: [Discuss-gnuradio] DPSK mod/demod block work well? To: Tom Rondeau I have an additional problem Here is a flow graph: https://picasaweb.google.com/lh/photo/vwkkNZP_WFKGJQSP48MoOQ?feat=directlink It did not ch

Re: [Discuss-gnuradio] Build error on Ubuntu 10.04 on x86

2011-03-31 Thread Nick Foster
On Wed, 2011-03-30 at 20:44 -0400, Marcus D. Leech wrote: > On 03/30/2011 07:33 PM, Tom Rondeau wrote: > > On Wed, Mar 30, 2011 at 6:17 PM, Marcus D. Leech > > wrote: > > Get the following build error from very-recent GIT sources, > > on Ubuntu 10.04, on x86 machine: > >

Re: [Discuss-gnuradio] USRP2 Ethernet link Issues

2011-03-31 Thread Josh Blum
On 03/31/2011 09:29 AM, Praveen Vikram wrote: > Sorry for the late reply, just got into my lab. > > When I start the USRP2, This is what happens: > F lights up first, > then all the LEDS flash > and D and F stay on. > > I tried burning txrx_raw_eth_20100608.bin/u2_rev3-20100603.bin as my fw/fpg

Re: [Discuss-gnuradio] laser and infrared

2011-03-31 Thread mrahaim
I'm currently using GNU Radio for an application in Visible Light Communication, which has similarities to IR. Since both are IM/DD, I use the LFTX and LFRX daughter cards with USRP2's and I've been working on implementing some baseband modulation techniques. I was also able to test with so

Re: [Discuss-gnuradio] USRP2 Ethernet link Issues

2011-03-31 Thread Praveen Vikram
Sorry for the late reply, just got into my lab. When I start the USRP2, This is what happens: F lights up first, then all the LEDS flash and D and F stay on. I tried burning txrx_raw_eth_20100608.bin/u2_rev3-20100603.bin as my fw/fpga on the SD card and even that does the same thing. I'am using t

Re: [Discuss-gnuradio] build error: test_gruel.o: undefined reference to symbol 'boost::system::get_system_category()'

2011-03-31 Thread Sim IJskes
On 31-03-11 16:40, Johnathan Corgan wrote: On Thu, Mar 31, 2011 at 06:09, Sim IJskes wrote: This problem should be solved when you have applied the patch i posted in: Thanks for your patch; it shows how to correct the problem in one area. Tom and I are trying to work out how to solve this i

Re: [Discuss-gnuradio] build error: test_gruel.o: undefined reference to symbol 'boost::system::get_system_category()'

2011-03-31 Thread Johnathan Corgan
On Thu, Mar 31, 2011 at 06:01, azim...@gmail.com wrote: > Four more errors of the same type (no rule to make xyz). The work > arounds are obviously not the solution, but I have no time to look > into this more deeply: This sounds like something different from the DSO linking issue. Johnathan _

Re: [Discuss-gnuradio] build error: test_gruel.o: undefined reference to symbol 'boost::system::get_system_category()'

2011-03-31 Thread Johnathan Corgan
On Thu, Mar 31, 2011 at 06:09, Sim IJskes wrote: > This problem should be solved when you have applied the patch i posted in: Thanks for your patch; it shows how to correct the problem in one area. Tom and I are trying to work out how to solve this in a more general way so it doesn't require as

[Discuss-gnuradio] laser and infrared

2011-03-31 Thread Mohammad Hosein
can USRP be useful in a laser related R&D Project , in its vanilla form or with a commercial/free additional board ? how about on Infrared ? its appreciated if any of you guys can point me to possible existing works on these two subjects based on USRP/GNU Radio Regards _

Re: [Discuss-gnuradio] DPSK mod/demod block work well?

2011-03-31 Thread Tom Rondeau
On Thu, Mar 31, 2011 at 9:07 AM, Songsong Gee wrote: > I just made very simple dpsk mod/demod testing flow graph > > you can see flow graph in following link: > https://picasaweb.google.com/lh/photo/76z3sTbLs9Srz1N-wJhNzw?feat=directlink > > When I run it, I found strange outcome from it: > https:

Re: [Discuss-gnuradio] build error: test_gruel.o: undefined reference to symbol 'boost::system::get_system_category()'

2011-03-31 Thread Sim IJskes
On 31-03-11 11:54, azim...@gmail.com wrote: Thanks guys. Here's the latest update on errors and solutions: gr-usrp/apps needs: ../../gnuradio-core/src/lib/.libs/libgnuradio-core-3.4.0git.so.0 ../../usrp/host/lib/.libs/libusrp-3.4.0git.so.0 (twice: both for usrp_rx_cfile and for usrp_siggen)

[Discuss-gnuradio] DPSK mod/demod block work well?

2011-03-31 Thread Songsong Gee
I just made very simple dpsk mod/demod testing flow graph you can see flow graph in following link: https://picasaweb.google.com/lh/photo/76z3sTbLs9Srz1N-wJhNzw?feat=directlink When I run it, I found strange outcome from it: https://picasaweb.google.com/lh/photo/U0_S_71HzkL9t9RbeEBP2Q?feat=direct

Re: [Discuss-gnuradio] build error: test_gruel.o: undefined reference to symbol 'boost::system::get_system_category()'

2011-03-31 Thread azim...@gmail.com
Four more errors of the same type (no rule to make xyz). The work arounds are obviously not the solution, but I have no time to look into this more deeply: gr-gsm-fr-vocoder/src/lib needs: ln -s {python/,}gsm_full_rate.cc gr-noaa/swig needs: ln -s {python/,}noaa_swig.cc gr-trellis/src/lib needs:

Re: [Discuss-gnuradio] build error: test_gruel.o: undefined reference to symbol 'boost::system::get_system_category()'

2011-03-31 Thread azim...@gmail.com
Correction: Distro GCC binutils Ubuntu 10.044.4 2.20 Ubuntu 10.104.4 2.20 Ubuntu 11.044.5 2.21 Fedora 15 4.6 2.21 What I'm saying is, 10.04 == 10.10, so you shouldn't see much difference (only boost went from 1.40 to 1.42), but you should see

Re: [Discuss-gnuradio] build error: test_gruel.o: undefined reference to symbol 'boost::system::get_system_category()'

2011-03-31 Thread azim...@gmail.com
PS Distro GCC binutils Ubuntu 10.044.4 2.21 Ubuntu 10.104.4 2.20 Ubuntu 11.044.5 2.21 Fedora 15 4.6 2.21 Dimitrios Symeonidis "If you think you're too small to make a difference, try sleeping with a mosquito!" - Amnesty International On 3

Re: [Discuss-gnuradio] build error: test_gruel.o: undefined reference to symbol 'boost::system::get_system_category()'

2011-03-31 Thread Sim IJskes
On 31-03-11 11:54, azim...@gmail.com wrote: Thanks guys. Here's the latest update on errors and solutions: == gruel/src/lib needs: -lboost_system -lboost_filesystem gr-usrp/apps needs: ../../gnuradio-core/src/lib/.libs/libgnuradio-core-3.4.0git.so.0 ../../usrp/host/lib/

Re: [Discuss-gnuradio] build error: test_gruel.o: undefined reference to symbol 'boost::system::get_system_category()'

2011-03-31 Thread azim...@gmail.com
Thanks guys. Here's the latest update on errors and solutions: == gruel/src/lib needs: -lboost_system -lboost_filesystem gr-usrp/apps needs: ../../gnuradio-core/src/lib/.libs/libgnuradio-core-3.4.0git.so.0 ../../usrp/host/lib/.libs/libusrp-3.4.0git.so.0 (twice: both for u