From 7b3b23331a900dde47b0d0b59652899cc72a278c Mon Sep 17 00:00:00 2001 From: Jean-Michel Friedt Date: Mon, 6 Mar 2023 07:15:01 +0100 Subject: [PATCH] remove TODO list from the README --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 9505b47..b82b94a 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,3 @@ from the ``gr-m17`` directory, assuming ``gr_modtool bind`` works, otherwise che The coder block is an interpolating block outputing 24 more times samples than input symbols. The (well named) ``noutput_items`` it the **output** buffer size which fills much faster than the input stream so we fill ``out`` until ``noutput_items`` are reached, then send this to the GNU Radio scheduler, and consume the few input samples needed to fill the output buffer. The ring buffer mechanism of GNU Radio makes sure the dataflow is consistent. - -## TODO: -* How to handle fixed symbol rate but varying output rate? -* How to modulate the RF transmitted with the real output?