Hello all, I am using gr.file_sink(itemsize, filename) to capture the raw data using usrp2 in GRC. When I converted the binary data file from octave, I get something like the following.
(0.0000469,0) (0,0) (0,0) (0, 5.69e-05) (0,0) (0,0) (0,0) (0,0) (0,0) (0,0) (2.46e-4, 5.34e-6) . . . What does the above data mean? What do I need to do to get the dB format data? Its a continuous process of sensing, what do I need to do to stop the sensing? I am using the following command in GRC. a = gr.file_sink(self.fft_size, "output.dat") self.connect(self.u, a) >From Octave, I am using the following command to get the raw data. b = read_float_binary('output.dat'); save myfile.txt b; The output is save in a txt format in myfile. I would really appreciate your help in this regard. -- View this message in context: http://old.nabble.com/gr.file_sink-issue-tp32815385p32815385.html Sent from the GnuRadio mailing list archive at Nabble.com. _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio