ChillyTheDev / Capstone

MIT License
0 stars 0 forks source link

Software Spectrogram Drawer #28

Open ChillyTheDev opened 4 years ago

ChillyTheDev commented 4 years ago

To demo the software prototype a spectrogram drawer needs to be created which will run on the Raspberry pi. It will read from frequency spectra files produced from the FFT module. Next the read data will be processed into a presentable form and drawn to a GUI. Would recommend looking into the Qt library or something simple like python to draw the GUI.