discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Getting samples from Gnuradio to c++


From: Josh Blum
Subject: Re: [Discuss-gnuradio] Getting samples from Gnuradio to c++
Date: Mon, 16 Jun 2008 11:12:22 -0700
User-agent: Thunderbird 2.0.0.0 (X11/20070326)

You can create a named pipe with mkfifo /tmp/fifo. Connect your gnuradio stream to a gr.file_sink(item_size, '/tmp/fifo'). And in your c++ program, you can read from the fifo just like a regular file.

-Josh

Sebastiaan Heunis wrote:
Can anyone please help me?

I want to capture samples from Gnuradio and get them to a c++
application in real-time.  I then want to calculate the ambiguity
function and display it on a contour plot.  What is the best way to do
this?  What I have in mind is to use Qwt with Qt for this, but then I
will need to get the samples to c++ in real-time.

Thank you very much.

Sebastiaan Heunis


_______________________________________________
Discuss-gnuradio mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio






reply via email to

[Prev in Thread] Current Thread [Next in Thread]