Skip to content

It Recieve the fft of data from FPGA through Uart Serial and then plot it continusly.

Notifications You must be signed in to change notification settings

MMahdiSayadi/Python_Serial_plotter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serial Plotter for FFT IP CORE


This is a example code to get data from FPGA and then show the 10*log10(16 bit data with 15 bits of fraction).
If you want to test this software without FPGA,
Follow these steps:
1- Download "virtual Serial com Driver by Eltima Sofware".
2- After installation you should make two virtual com ports.
3- After making two virtual comports connected together you should open both python files provided in this repository.
4- Define the serial port settings in both python files,You should specify first comport in the test_serial_plotter.py file and buadrates,.... and Define the serial port settings in the Serial_Plotter.py.
5- Test and enjoy. I mean, run both codes together.

Hardware Section

the VHDL codes related to the online spectrum were added. this code takes FFT transform from the input signal and puts it on serial bus.

Authors

Appendix

Use it safe. :D

Acknowledgements

About

It Recieve the fft of data from FPGA through Uart Serial and then plot it continusly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%