Re: [Discuss-gnuradio] Saving float values in a file

2017-05-17 Thread Marcus Müller
Yes. Using basically any software you like, as long as it can read raw binary files. Also see the relevant FAQ entry: https://wiki.gnuradio.org/index.php/FAQ#What_is_the_file_format_of_a_file_sink.3F_How_can_I_read_files_produced_by_a_file_sink.3F also, for quick, and dirty (read: not good enough

Re: [Discuss-gnuradio] Saving float values in a file

2017-05-16 Thread Moritz Luca Schmid
First of all it is saved as binary data. If you can interpret this data as float, depends on the editor/viewer you use. I am sure you find some hex editors (e.g. Free Hex Editor Neo) which are capable of a float interpretation.

Re: [Discuss-gnuradio] Saving float values in a file

2017-05-16 Thread Ayan Chatterjee
Can I then display the data in float format from the file? On Tue, May 16, 2017 at 6:51 PM, Moritz Luca Schmid < luca.moritz.sch...@gmail.com> wrote: > Hi Ayan, > > you can use the gr block "file sink". It writes your stream (you can > select float as data type) to a binary file. > > Just connec

Re: [Discuss-gnuradio] Saving float values in a file

2017-05-16 Thread Moritz Luca Schmid
Hi Ayan, you can use the gr block "file sink". It writes your stream (you can select float as data type) to a binary file. Just connect the file sink block to the gnuradio block, you want to record the data from. Best Luca On 16.05.2017 15:17, Ayan Chatterjee wrote: Hi, How can float

[Discuss-gnuradio] Saving float values in a file

2017-05-16 Thread Ayan Chatterjee
Hi, How can float values be saved in a file from some gnu radio block? Thanks. Regards, Ayan ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio