From fd9f99dd2df5bd19381b150c77b45dcc7efd1625 Mon Sep 17 00:00:00 2001
From: Erwin Ried <1091420+eried@users.noreply.github.com>
Date: Sat, 30 May 2020 02:26:57 +0200
Subject: [PATCH] Updated C16 format (markdown)
---
C16-format.md | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/C16-format.md b/C16-format.md
index afa8058..0ea4564 100644
--- a/C16-format.md
+++ b/C16-format.md
@@ -1,12 +1,12 @@
-The Capture app records into C16 format. Described in the [PortaPack Wiki](https://github.com/sharebrained/portapack-hackrf/issues/139) this format is two channels of 16 bits signed integers. So, the first channel is I and second Q, forming a complex number. You end with three axis for your data, the real, the imaginary and the time (defined by the sample rate).
+The Capture app records into C16 files, and the Replay app read those C16. As described in the [PortaPack Wiki](https://github.com/sharebrained/portapack-hackrf/issues/139) this format consist of a tuple of 16 bits signed integers. The first number is I and second Q, forming a complex number. The result, is that you get a tridimensional representation of the capture, the real and the imaginary parts in the file (I and Q), and the time (defined by the sample rate, in this case in an adjacent TXT file with the same filename as the C16).
### Capture manipulation
-You can open the C16 file in Audacity importing it as Raw data. Consider the sample rate you used when you captured.
+You can open the C16 file in Audacity importing it as _Raw data_. Consider the sample rate you used when you did the capture.
-It is possible to manipulate the data as if it was audio. You can apply filters, add silences, trim, mix and merge.
+It is possible to manipulate the data as if it was audio. When importing the file as signed 16 bit PCM with two channels, the upper channel contains the I and the second Q, as explained above. You can apply filters, add silences, trim, mix and merge.
@@ -14,6 +14,12 @@ To export the data as a C16 file, select Export, Export Audio ... and then selec
-As a final note, if you created a new file, be sure that the Project Rate matches your capture:
+For using the new C16 file in the Replay app, you will also need to include a TXT file with the following metadata (frequency and sample rate):
+```
+sample_rate=
+center_frequency=
+```
+
+As a final remark, if you created a new file, be sure that the Project Rate matches your capture: