Thanks! I will look into it.
--- On Mon, 4/20/09, Josh Blum <[email protected]> wrote: From: Josh Blum <[email protected]> Subject: Re: [Discuss-gnuradio] GRC:Suitable Sink required To: "Saleem Akhtar" <[email protected]> Cc: [email protected] Date: Monday, April 20, 2009, 4:37 AM You can use a file sink to write the samples out to a file, and write some program to process the file. Or, you need to create your own block in c++ or python. If c++, the "how to write a block example" is a good reference. If python, the wxgui sinks are a good reference (see gr.message_sink and gr.msg_queues to get data out of the stream and into python). -Josh
_______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
