From d2ef6d47e5c93ad27d3f853df8ff9f20e78f1b6b Mon Sep 17 00:00:00 2001 From: William Yang Date: Thu, 20 Jul 2023 01:31:02 +1000 Subject: [PATCH] Updated readme --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f9ca244..0458cbd 100644 --- a/README.md +++ b/README.md @@ -17,12 +17,12 @@ For those who are interested only in parts of the implementation refer to the fo | Directory | Description | | --- | --- | -| src/ofdm | OFDM demodulation code | -| src/dab | DAB digital decoding core algorithms | -| src/basic_radio | Combines all of the DAB core algorithms into a cohesive example app | -| src/basic_scraper | Attaches itself via callbacks to a basic_radio instance to save audio/slideshow/MOT data to disk | -| src/utility | Small helper template library for general purpose use | -| src/examples/*.cpp | All our sample applications | +| src/ofdm | OFDM demodulation code | +| src/dab | DAB digital decoding core algorithms | +| src/basic_radio | Combines all of the DAB core algorithms into a cohesive example app | +| src/basic_scraper | Attaches itself via callbacks to a basic_radio instance to save audio/slideshow/MOT data to disk | +| src/utility | Small helper template library for general purpose use | +| examples/*.cpp | All our sample applications | # Gallery ![OFDM Demodulator GUI](docs/gallery/ofdm_demodulator_gui.png)