On Tue, Jun 9, 2015 at 8:31 AM, Ashraf Younis <shraff...@gmail.com> wrote:

> I am having trouble reading a file and putting it as a variable or some
> way so that the USRP Source block will read it and evaluate each item. I'm
> using a file source and i tried connecting to a message sink, but I'm stuck
> there because the output of the sink does not match the input of the USRP
> Source. Is there a way to have a txt file read and put into a array of some
> sort to be evaluated?
>

The file source block reads binary data that it converts to stream of
samples.

What you want sounds like you could write a simple Python function to
accomplish.

Tom
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to