From 440a87807ef2b3c574dfdb028521505e6494ad90 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Wed, 20 Jan 2021 22:44:33 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88f58d9..fc5cd26 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ The original data is encoded using [Reed-Solomon error codes](https://github.com ### Demodulation (Rx) -Beginning and ending of the transmission are marked with special sound markers. The receiver listens for these markers and records the in-between sound data. The recorded data is then Fourier transformed to obtain a frequency spectrum. The detected frequencies are decoded back to binary data in the same way they were encoded. +Beginning and ending of the transmission are marked with special sound markers ([#13](https://github.com/ggerganov/ggwave/discussions/13)). The receiver listens for these markers and records the in-between sound data. The recorded data is then Fourier transformed to obtain a frequency spectrum. The detected frequencies are decoded back to binary data in the same way they were encoded. Reed-Solomon decoding is finally performed to obtain the original data.