discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] gr.file_sink format...


From: Chris Stankevitz
Subject: Re: [Discuss-gnuradio] gr.file_sink format...
Date: Sun, 22 Jun 2008 09:24:27 -0700
User-agent: Thunderbird 2.0.0.0 (Windows/20070326)


Jonathan Friedman wrote:
I'm using a usrp to digitize and write the samples to a file which I
then import and process in Matlab.

I do the same thing.  What does your matlab code look like?

i = fopen(filename);
x = fread(i, 4000000, 'float32');





reply via email to

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