Rohde&Schwarz Rohde & Schwarz iq-tar File Format Specification Manual

R&S iq-tar File Format Specification
(;ÚÜP2)
1176.7832.02 ─ 02
Test & Measurement
The iq-tar file format XML schema definition (http://www.rohde-schwarz.com/file/RsIqTar.xsd) is released under the Apache License,
Version 2.0, http://www.apache.org/licenses/LICENSE-2.0.
The iq-tar file format XML stylesheet (http://www.rohde-schwarz.com/file/open_IqTar_xml_file_in_web_browser.xslt) is released
under the Apache License, Version 2.0, http://www.apache.org/licenses/LICENSE-2.0.
It includes:
jQuery (JavaScript Library v1.4.2)
jquery-1.4.2.min.js ( http://jquery.com/ )
Copyright 2010, John Resig
Released under the MIT and GPL Version 2 licenses.
explorercanvas HTML5 Canvas for Internet Explorer (r3)
excanvas.compiled.js ( http://code.google.com/p/explorercanvas/ )
Copyright 2006, Google Inc.
Released under the Apache License, Version 2.0.
© 2015 Rohde & Schwarz GmbH & Co. KG
Muehldorfstr. 15, 81671 Munich, Germany
Phone: +49 89 41 29 - 0
Fax: +49 89 41 29 12 164
E-mail: info@rohde-schwarz.com
Internet: http://www.rohde-schwarz.com
Subject to change
R&S® is a registered trademark of Rohde & Schwarz GmbH & Co. KG.
MATLAB® is a trademark of The MathWorks, Inc. All rights reserved.
Trade names are trademarks of the owners.
ContentsR&S iq-tar

Contents

1 I/Q Data File Format (iq-tar)...................................................................3
1.1 I/Q Parameter XML File Specification..........................................................................4
1.2 I/Q Data Binary File....................................................................................................... 7

1 I/Q Data File Format (iq-tar)

I/Q data is packed in a file with the extension .iq.tar. An iq-tar file contains I/Q data in binary format together with meta information that describes the nature and the source of data, e.g. the sample rate. The objective of the iq-tar file format is to separate I/Q data from the meta information while still having both inside one file. In addition, the file format allows you to preview the I/Q data in a web browser, and allows you to include user-specific data.
The iq-tar container packs several files into a single .tar archive file. Files in .tar format can be unpacked using standard archive tools (see http://en.wikipedia.org/wiki/
Comparison_of_file_archivers) available for most operating systems. The advantage
of .tar files is that the archived files inside the .tar file are not changed (not com­pressed) and thus it is possible to read the I/Q data directly within the archive without the need to unpack (untar) the .tar file first.
Contained files
An iq-tar file must contain the following files:
I/Q parameter XML file, e.g. xyz.xml Contains meta information about the I/Q data (e.g. sample rate). The filename can be defined freely, but there must be only one single I/Q parameter XML file inside an iq-tar file.
I/Q data binary file, e.g. xyz.complex.float32 Contains the binary I/Q data of all channels. There must be only one single I/Q data binary file inside an iq-tar file.
Optionally, an iq-tar file can contain the following file:
I/Q preview XSLT file, e.g. open_IqTar_xml_file_in_web_browser.xslt Contains a stylesheet to display the I/Q parameter XML file and a preview of the I/Q data in a web browser. A sample stylesheet is available at http://www.rohde-schwarz.com/file/
open_IqTar_xml_file_in_web_browser.xslt.
31176.7832.02 ─ 02
Loading...
+ 5 hidden pages