Closed DDubbleDD closed 4 years ago
Thanks, I forgot to include the documentation the grc file about how to generate the data file from notebooks/TDS_Introduction-sine_waves.ipynb. I'll fix that and correct a path issue.
I pushed changes explain how to generate the data file and checks to verify the data file exists and print an error method with solution suggestions if it doesn't. Let me know how this works for you
Hi Paul, I got this to work. I stopped using the Anaconda installation and have switched over to Visual Studio Code and stock Python. The implementation of Jupyter Lab is not quite as complete with this setup, so I had to switch the first line of the Jupyter notebooks from %matplotlib notebook to %matplotlib inline. Then that seemed to work after making sure the path for the file was valid.
Thanks for the help and the great content.
Thanks and that is good to know. I'll add a comment about the %matplotlib notebook vs %matplotlib inline issue. I will close this issue once I test the changes there are other issues.
Tried to run the TDS_Introduction_sine_waves Gnu Radio file and the TDS_Introduction_sine_waves_complex64.bin file is missing. Didn't find it in the .Zip file or GitHub.