discuss-gnuradio
[Top][All Lists]
Advanced

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

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


From: Marcus Müller
Subject: Re: [Discuss-gnuradio] Saving float values in a file
Date: Wed, 17 May 2017 14:09:42 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0

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 for using it in a paper or thesis, but good enough to get a feeling) visualization, GNU Radio comes with a lot of small programs that all start with gr_plot_*

Note that you can also simply read the same data within GNU Radio using a file source -> Throttle -> QT GUI * Sink.

This all reads very much like you haven't gone through the tutorials! I think reading the first few chapters of

http://tutorials.gnuradio.org

might help you get a feeling.

Best regards,

Marcus


On 16.05.2017 15:24, Ayan Chatterjee wrote:
Can I then display the data in float format from the file?


On Tue, May 16, 2017 at 6:51 PM, Moritz Luca Schmid <address@hidden> 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 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 values be saved in a file from some gnu radio block?

Thanks.

Regards,
Ayan


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

reply via email to

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