From 415b59200b39e94b7debb94be886b4d9e7b13a20 Mon Sep 17 00:00:00 2001 From: NotPike <18655435+notpike@users.noreply.github.com> Date: Sun, 17 Apr 2022 14:48:55 -0400 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 82d423e..1fc4c59 100644 --- a/C16-format.md +++ b/C16-format.md @@ -30,7 +30,7 @@ As a final remark, if you created a new file, be sure that the Project Rate matc Alternatively you can use GNU Radio Companion (GRC) to convert the C16 short into a complex IQ file. -To accomplish this you'll need to bring in the original C16 file using the GRC block "File Source" setting the output type to short, pipe it to "IShort To Complex", "Multiply Consent" using the magic number 1.0 /32768.0 for the constant, then exporting the file with "File Sink". +To accomplish this you'll need to bring in the original C16 file using the GRC block `File Source` setting the output type to short, pipe it to `IShort To Complex`, then `Multiply Consent` using the magic number 1.0 /32768.0 for the constant, and finally export it with `File Sink`.