Real-time GUI display for the intensity graded FFT function using RTLSDR as an input device
Install the following libraries with pip
pip install numpy
pip install dearpygui
pip install pyrtlsdr
Run the GUI with python
python py_digital_phosphor.py
Make sure to have the RTLSDR connected via USB when running.
I created a short video that shows all the current features of the GUI interface and how they relate the spectrum display.
YouTube: Python Digital Phosphor Display
If you want to learn more about how I created the GUI with DearPyGui check out my blog post below.
Tea and Tech Time: Python Digital Phosphor Display with DearPyGui
This GUI is based on my previous work creating intensity graded FFTs with Matplotlib
