Writing Binary Files

From GNU Radio
Jump to navigation Jump to search

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