Re: [Discuss-gnuradio] installing gnuradio on mint - libboost problem

2012-04-01 Thread Josh Blum
On 03/31/2012 11:10 PM, concernedconsu...@verizon.net wrote: > Hi, > > We are trying to install gnuradio on our home laptop running mint > 12. ./configure for gnuradio indicates that the boost libraries could not be > found. After reading the READMEboost, I downloaded the latest boost, > boost_1

[Discuss-gnuradio] How to connect USRP N210 to FPGA with Ethernet IP core via Ethernet Phy chip?

2012-04-01 Thread Jiao Xianjun
Hi, Instead of computer, I want to use standalone FPGA to do signal processing. I have a FPGA dev board with 1000M Ethernet port, and the board can send/recv UDP packet with computer now. If I want to use the FPGA board to control and use USRP N210 directly, what should I do? I have to implemen

Re: [Discuss-gnuradio] RTL2832 ($20 USB SDR) support now in gr-baz

2012-04-01 Thread Patrik Tast
Hi Balint, Good job! Would it be possible to also git the I2C command document that you used to "tame" the RTL2832 or a link to it in the README? Thanks, Patrik - Original Message - From: "Balint Seeber" To: Sent: Friday, March 30, 2012 4:43 Subject: Re: [Discuss-gnuradio] RTL283

Re: [Discuss-gnuradio] RTL2832 ($20 USB SDR) support now in gr-baz

2012-04-01 Thread Balint Seeber
Hi Patrik, Firstly I should point out that the underlying I2C code has come from the rtl-sdr tool: http://sdr.osmocom.org/trac/wiki/rtl-sdr Which in turn (I believe) uses the tuner control source from the Linux kernel RTL2832 V4L/USB DVB drivers. That source is also found at https://github.com/mb

Re: [Discuss-gnuradio] RTL2832 ($20 USB SDR) support now in gr-baz

2012-04-01 Thread Patrik Tast
Many thanks for the info, Patrik - Original Message - From: "Balint Seeber" To: Cc: "'Patrik Tast'" Sent: Sunday, April 01, 2012 14:49 Subject: RE: [Discuss-gnuradio] RTL2832 ($20 USB SDR) support now in gr-baz Hi Patrik, Firstly I should point out that the underlying I2C code ha

Re: [Discuss-gnuradio] installing gnuradio on mint - libboost problem

2012-04-01 Thread Tom Rondeau
On Sun, Apr 1, 2012 at 3:14 AM, Josh Blum wrote: > > > On 03/31/2012 11:10 PM, concernedconsu...@verizon.net wrote: >> Hi, >> >> We are trying to install gnuradio on our home laptop running mint >> 12. ./configure for gnuradio indicates that the boost libraries could not be >> found. After reading

[Discuss-gnuradio] New build-gnuradio script

2012-04-01 Thread Marcus D. Leech
Uploaded a new build-gnuradio: http://www.sbrac.org/files/build-gnuradio Apparently, on non-English Ubuntu systems, the post-prereq search for "libboost_" fails, apparently due to the "_" character. Farking weird, but there it is. So, removed the "_" and had it do a a somewhat more-ambiguo

[Discuss-gnuradio] Recent development activity, upcoming plans

2012-04-01 Thread Johnathan Corgan
I just wanted to give a heads up on several things that are in flight right now, and what Tom and I are planning soon. - Removal of dependency on gsl for gnuradio-core. The wavelet blocks that were in gnuradio-core, which depend on the GNU Scientific Library for some of their functions, have been

Re: [Discuss-gnuradio] Pack k bits?

2012-04-01 Thread Ben Reynwar
So I'll add a bit more detail, and bump the thread because I don't understand this either. If we apply the following unpackings to a byte of value 69 we get: gr.packed_to_unpacked_bb(1, gr.GR_LSB_FIRST) -> (1, 0, 1, 0, 0, 0, 1, 0) gr.packed_to_unpacked_bb(1, gr.GR_MSB_FIRST) -> (0, 1, 0, 0, 0, 1

Re: [Discuss-gnuradio] installing gnuradio on mint - libboost problem

2012-04-01 Thread concernedconsumer
On 04/01/2012 11:57 AM, Tom Rondeau wrote: On Sun, Apr 1, 2012 at 3:14 AM, Josh Blum wrote: On 03/31/2012 11:10 PM, concernedconsu...@verizon.net wrote: Hi, We are trying to install gnuradio on our home laptop running mint 12. ./configure for gnuradio indicates that the boost libraries cou

Re: [Discuss-gnuradio] Recent development activity, upcoming plans

2012-04-01 Thread Josh Blum
> - Removal of dependency on gsl for gnuradio-core. The wavelet blocks > that were in gnuradio-core, which depend on the GNU Scientific Library I would make a similar argument for the FFTW dependency on gnuradio-core. I'm not volunteering, but that would bring gnuradio-core down to gruel, boost,