Koheron / koheron-sdk

SDK for FPGA / Linux Instruments
https://www.koheron.com/software-development-kit/
Other
101 stars 41 forks source link

FFT example #552

Closed v-shetty closed 2 years ago

v-shetty commented 2 years ago

Hi Team,

In the FFT example, where is the computation happening in FFT calculation?

if i see the design, i dont see any FFT block in vivado design

tvanderbruggen commented 2 years ago

The FFT is implemented in the power spectral density module:

https://github.com/Koheron/koheron-sdk/blob/master/examples/alpha250/fft/tcl/power_spectral_density.tcl

v-shetty commented 2 years ago

thank you for your intime response. Iam closing the issue