Re: [Discuss-gnuradio] MSK de-/modulation

2006-05-03 Thread Thomas Schmid
Hi Matt, Can you give me some pointers on what I would have to tweak in the GMSK code? I read up on MSK but most demodulators I found use integration of the I and Q phases and then proper slicing. I can see how that works if I have synchronization, but I don't know how to achieve that. Here some

Re: [Discuss-gnuradio] proposed change to ugen to enable USRP to work well on NetBSD

2006-05-03 Thread Daniel O'Connor
On Thursday 04 May 2006 03:30, Greg Troxel wrote: > Joanne has written a proposal to modify NetBSD's ugen(4) to get good > performance for the USRP. We'd like feedback about the technical > approach. (Once we have it working, the changes will be commited to > NetBSD-current.) > > http://acert.ir.

Re: [Discuss-gnuradio] Labview

2006-05-03 Thread Martin Dvh
paul munro wrote: > Hi all. > I am looking at the possibility of integrating Labview into GNURadio to > demodulate FM. Has anyone out there looked into this?? What I am hoping > is that labview will be able to read the complex stream from the USRP > via the USB port. > What I need to know is > 1) O

Re: [Discuss-gnuradio] Labview

2006-05-03 Thread Jonathan Jacky
I, too, am about to work with the USRP and Labview. It's for our Magnetic Resonance Force Microscope (MRFM) project: http://lists.gnu.org/archive/html/discuss-gnuradio/2005-01/msg00232.html This device is now run by over 100 Labview VIs that my colleagues have built over the past 12 years.

[Discuss-gnuradio] Labview

2006-05-03 Thread paul munro
Hi all. I am looking at the possibility of integrating Labview into GNURadio to demodulate FM. Has anyone out there looked into this?? What I am hoping is that labview will be able to read the complex stream from the USRP via the USB port. What I need to know is 1) Once the IF frequency etc is

Re: [Discuss-gnuradio] block consuming input if there is no output?

2006-05-03 Thread Charles Swiger
On Wed, 2006-05-03 at 16:37 -0400, Charles Swiger wrote: > Will a 2.x block consume an input stream if it returns 0 output items? > appearently not. I just make a simple change d_next_input += ii; // update for forecast return ii/DEC; // no work completed so far

[Discuss-gnuradio] block consuming input if there is no output?

2006-05-03 Thread Charles Swiger
Will a 2.x block consume an input stream if it returns 0 output items? All the other atsc blocks are at least passing data and reporting various states, but fsd = atsc.field_sync_demux() seems to be hung up. An upstream block connected to fsd, when also connected to a file sink only produces 28672

[Discuss-gnuradio] USb issues

2006-05-03 Thread Ges
Hi, Does anyone know why I get this error out of the blue when using the USRP ?? write_internal_ram failed: error sending control message: Protocol error usrp: failed to load firmware /usr0/local/gr/share/usrp/rev2/usrp_firmware.ihx. I was working with the USRP just fine. Then suddenly I run it

[Discuss-gnuradio] proposed change to ugen to enable USRP to work well on NetBSD

2006-05-03 Thread Greg Troxel
At BBN we are working on a project involving teams of cognitively-controlled software radios, funded by the US government. As part of this, we will be using GNU Radio on NetBSD. Due to the current implementation of ugen(4) (generic USB devices), reads from the USRP are not pipelined and transfer r

Re: [Discuss-gnuradio] how to import a class in python

2006-05-03 Thread Eric Blossom
On Tue, May 02, 2006 at 03:21:05PM -0400, Achilleas Anastasopoulos wrote: > I have developed a simple class "howto_object" > (which does not do anything at this point...) > and now I want to make it part of gnuradio/howto, > so that I can "see" it in python when I am > doing "from gnuradio import h

Re: [Discuss-gnuradio] gr_io_signature question

2006-05-03 Thread Eric Blossom
On Wed, May 03, 2006 at 09:09:45AM -0400, Michael Dickens wrote: > What size (in Bytes) is a single Item on the input stream? Float == 4 > Bytes? So long as the Item size can be expressed in terms of Bytes, > then using the io_signature is pretty straight forward. > > You might also need to ch

Re: [Discuss-gnuradio] Linux distribution suggestions?

2006-05-03 Thread Eric Blossom
On Tue, May 02, 2006 at 04:22:05PM -0700, Joel Kolstad wrote: > For GNU-Radio (and a USRP)... anyone have suggestions on Linux > distributions that work well? I used Mandrake 10.1 (with KDR as the > desktop) about a year ago now and it seemed to work well enough... I see > they now have a new vers

[Discuss-gnuradio] Limiting TX output

2006-05-03 Thread Brian Johnson
Can anyone tell me if there is something I can do in the existing GNU software which will limit the output of a TX daughter board to a preset maximum?  We are using the LFTX daughter boards.   We are running the TX output to an amp that will boost the signal up to ~8 watts, and are alread

Re: [Discuss-gnuradio] gr_io_signature question

2006-05-03 Thread Michael Dickens
What size (in Bytes) is a single Item on the input stream? Float == 4 Bytes? So long as the Item size can be expressed in terms of Bytes, then using the io_signature is pretty straight forward. You might also need to change the "forecast()" method depending on how many input Items (per strea