Re: [Discuss-gnuradio] GNU Radio 3.2 Release Candidate 0 posted to gnuradio.org

2009-02-01 Thread Michael Gray
Built and tested with Ubuntu 8.04 LTS Server version. All stock packages with the exception of boost_1_37_0 that was built and installed first. Built with all except 5 components as shown below. Tested with USRP1 hardware. Strong work! ***

Re: [Discuss-gnuradio] problem with 2Mbps of BBN code(802.11b)

2007-11-12 Thread Michael Gray
Since you are going from B-PSK to Q-PSK modulation you may have a problem with spectral inversion. With B-PSK it won't matter, however with Q-PSK a +90 degree phase change will look like -90 degrees at the receiver. You can invert the spectrum with the set_rx_freq command. Just set a negative

Re: [Discuss-gnuradio] control time or number of points acquired

2007-12-22 Thread Michael Gray
Here is a link to a small program I used for capturing to a file with a given duration in seconds. http://www.kd7lmo.net/ground_gnuradio_software.html On Sat, 22 Dec 2007 [EMAIL PROTECTED] wrote: > Hi all- > > has anybody implemented a control whereby the user can limit how long or > how m

Re: [Discuss-gnuradio] Real-world sample data

2008-02-13 Thread Michael Gray
http://kd7lmo.net/ground_gnuradio_ota.html On Wed, 13 Feb 2008, kuba jamro wrote: > Hi all, > > I was wondering if anyone knows of a location (HTTP, FTP or torrent) > where I can get some real-world sample data (i.e. a few seconds worth > of the FM, VHF or UHF band). I don't have the required SD

Re: [Discuss-gnuradio] GPS on USRP

2008-02-29 Thread Michael Gray
That is a great reference book. The Matlab code actually works and generates a fix. Here is a link to some Over The Air captures, including GPS. http://www.kd7lmo.net/ground_gnuradio_ota.html On Fri, 29 Feb 2008, Carles Fernandez wrote: > Hi Faisal, > > I'm also working with GNU Radio for

[Discuss-gnuradio] fm_tx4.py Assertion failure

2008-03-03 Thread Michael Gray
I'm attempting to run the fm_tx4.py sample. The code aborts with the following error: python: /usr/include/boost/shared_ptr.hpp:253: T* boost::shared_ptr::operator->() const [with T = gr_basic_block]: Assertion `px != 0' failed. The same error occurs when built with gnuradio-3.1.1.tar.gz or

Re: [Discuss-gnuradio] Help to record GPS samples.

2008-05-22 Thread Michael Gray
I have a 60 second sample of GPS at 4msps here: http://www.kd7lmo.net/ground_gnuradio_ota.html On Thu, 22 May 2008, ALeX wrote: > Hello, > I'm working on a Gps software in conjunction with a usrp and dbsrx. > Unfortunately my dbsrx has an hardware problem and I can't acquire Gps > samples. Can

Re: [Discuss-gnuradio] Important: New trunk dependency: GSL

2008-09-10 Thread Michael Gray
For Ubuntu LTS 8.0.4 try sudo apt-get install gsl-bin gsl-ref-psdoc gsl-doc-pdf gsl-ref-html libgsl0ldbl This will get you version 1.10-4 Eric Blossom wrote: I'll be adding the GNU Scientific Library (GSL) as a new dependency on the trunk. GSL is a huge numerical library that's been under

Re: [Discuss-gnuradio] USRP2 FPGA Notes

2008-09-20 Thread Michael Gray
Another suggestion is to contact your local Xilinx FAE and ask them for a copy of the tool set for the larger FPGA. Also ask them why they don't include the larger device in the no cost Web Pack. I never understood why all the devices weren't included in the Web Pack. The higher end parts ha