Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
williamyang98 committed Jul 19, 2023
1 parent e9945cc commit d2ef6d4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d2ef6d4

Please sign in to comment.