From b7e075e365e3f58c60d06ac373a61cd85594dc07 Mon Sep 17 00:00:00 2001 From: Mark Thompson <129641948+NotherNgineer@users.noreply.github.com> Date: Sun, 17 Dec 2023 11:10:21 -0600 Subject: [PATCH] Updated C16 format (markdown) --- C16-format.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C16-format.md b/C16-format.md index aabb4d1..df56c31 100644 --- a/C16-format.md +++ b/C16-format.md @@ -1,4 +1,4 @@ -The Capture app records into C16 files, and the Replay app read those files. _(Support for C8 format has since been added to firmware, but this chapter assumes that files were captured in C16 format; most instructions below apply to C8 files as well by just replacing the 16 with 8.)_ +The [Capture](https://github.com/eried/portapack-mayhem/wiki/Capture) app records into C16 files, and the Replay app read those files. _(Support for C8 format has since been added to firmware, but this chapter assumes that files were captured in C16 format; most instructions below apply to C8 files as well by just replacing the 16 with 8.)_ As described in an [issue](https://github.com/sharebrained/portapack-hackrf/issues/139) in PortaPack's repo, this format consist of a tuple of 16 bits signed integers. The first number is I and second Q, forming a complex number. As a result, you get a tridimensional representation of the capture: the real and the imaginary parts in the file (I and Q) versus the time (defined by the sample rate, in this case in an adjacent TXT file with the same filename as the C16).