0

I am using USRP1 along with gnuradio. I want to store received data in a file using file sink. I would like to have an idea about the flow graph and with what extension I can store the file and how to read the data from the file. Thanks in advance.

Yaaseen
  • 1
  • 2
  • Possible duplicate of [How to edit the file generated by file sink of Gnu Radio?](https://stackoverflow.com/questions/36055644/how-to-edit-the-file-generated-by-file-sink-of-gnu-radio) – Marcus Müller Jun 06 '17 at 07:01

1 Answers1

0

Did you search online? Pretty common task that many have documented. For example, check out Dynamic file names in GNU Radio, which links back to a page of examples including writing I&Q to file 2

eeKnud
  • 96
  • 8