Skip to content

Supported signal file formats

Johannes Pohl edited this page Oct 13, 2016 · 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 file format and also used by Gnuradio for saving signals.
  • .complex16u using two unsigned 8 Bit integers for I and Q
  • .complex16s using two signed 8 Bit integers for I and Q
  • .wav files may be imported as well, but are generally not recommended.
Clone this wiki locally