PDA

View Full Version : FFT On The Raspi’s GPU



wraggster
January 31st, 2014, 20:19
http://hackadaycom.files.wordpress.com/2014/01/fft.png?w=620&h=246
The Raspberry Pi has been around for two years now, and still there’s little the hardware hacker can actually do with the integrated GPU. That just changed, as the Raspberry Pi foundation just announced a library for Fourier transforms using the GPU (http://www.raspberrypi.org/archives/5934).
For those of you who haven’t yet taken your DSP course, fourier transforms take a function (or audio signal, radio signal, or what have you) and output the fundamental frequency. It’s damn useful for everything from software defined radios to guitar pedals, and the new GPU_FFT library is about ten times faster at this task than the Raspi’s CPU.
http://hackaday.com/2014/01/31/fft-on-the-raspis-gpu/