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
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.
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
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.
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
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
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
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
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
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
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
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
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
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
14 matches
Mail list logo