Page 1 of 1

Real-time spectrum analyzer

Posted: Thu Dec 10, 2015 6:20 pm
by jeanminet
Hello,

We've been working on implementing a spectrum analyzer on the FPGA.
4096-points FFTs are computed in real-time and averaged over-time:

The FPGA has been designed using the tcl-based approach from https://github.com/pavel-demin/red-pitaya-notes.
You can find the source code at https://github.com/Koheron/koheron-sdk.

The Graphical User Interface is written in Python using PyQtGraph (https://github.com/pyqtgraph/pyqtgraph).
You can find the source code at https://github.com/Koheron/laser-development-kit.

Image

Cheers,
Jean

Re: Real-time spectrum analyzer

Posted: Mon Dec 14, 2015 12:36 pm
by redpitaya
Hi,

Nice work. ;)

Best, RP