-
Notifications
You must be signed in to change notification settings - Fork 878
Supported signal file formats
Dr. Johannes Pohl edited this page Mar 11, 2021
·
7 revisions
You may have signals on your local hardware, that were not recorded with URH. The file format of these signals may differ from URHs default format, but here are some good news: URH supports a variety of signal formats. These are:
-
.complex
files with complex64 samples (32 Bit float for I and Q, respectively). This is the default signal file format. -
.complex16u
using two unsigned 8 Bit integers for I and Q -
.complex16s
using two signed 8 Bit integers for I and Q -
.complex32u
using two unsigned 16 Bit integers for I and Q (since v2.7) -
.complex32s
using two signed 16 Bit integers for I and Q (since v2.7) -
.wav
files may be imported as well, but may not be compressed i.e. they should be PCM.