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');



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

Reply via email to