From cd85b05cd0a90c8784d6398d1043ffac08b15ee3 Mon Sep 17 00:00:00 2001 From: Erwin Ried <1091420+eried@users.noreply.github.com> Date: Sat, 30 May 2020 02:28:27 +0200 Subject: [PATCH] Updated C16 format (markdown) --- C16-format.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/C16-format.md b/C16-format.md index 0ea4564..516a457 100644 --- a/C16-format.md +++ b/C16-format.md @@ -1,4 +1,6 @@ -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). +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