Writing Binary Files: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
Line 13: Line 13:


Another common type is ''float'', represented by '''<span style="color:orange">orange</span>''', which stores real samples as 32-bit floats.
Another common type is ''float'', represented by '''<span style="color:orange">orange</span>''', which stores real samples as 32-bit floats.
[[File:Storing_binary_files_file_sink_real_floats.png]]

Revision as of 23:03, 5 April 2024

The File Sink block takes incoming samples and saves them to local storage.

Block Options for Data Types

By default the File Sink block uses a 32-bit float format for saving interleaved I and Q:

Storing binary files file sink complex floats.png


Opening the blocks properties, other formats can be selected from the drop down menu:

Storing binary files file sink types drop down.png

Another common type is float, represented by orange, which stores real samples as 32-bit floats.

Storing binary files file sink real floats.png