UOA-PARC-SKA / FDAS

Fourier Domain Acceleration Search, FPGA-accelerated with OpenCL.
GNU General Public License v3.0
3 stars 0 forks source link

Tile-wise FT needs to be implemented in hardware #3

Closed jopperm closed 4 years ago

jopperm commented 4 years ago

The code currently expects its input to be already overlapped/zero-padded and Fourier transformed in tiles of 2K elements. In the pss_pipeline, however, we will receive 4M input points, and must perform this functionality on the device.

jopperm commented 4 years ago

Done as of 21ebccfb7e98c51afb6397d186e5057993604fdf.