remove TODO list from the README

main
Jean-Michel Friedt 2023-03-06 07:15:01 +01:00
parent 930e0ed66c
commit 7b3b23331a
1 changed files with 0 additions and 4 deletions

View File

@ -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?