Skip to content

tom-2015/rpi-gpu-fft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.NET Library for GPU FFT on Raspberry

This is a VB .NET Library for calculating FFT (1D and 2D) using the GPU on the Raspberry Pi

  • Clone the project on your Raspberry and run sudo ./compile in the libgpufft directory. This will compile the GPU FFT example from [Andrew Holme]http://www.aholme.co.uk/GPU_FFT/Main.htm as a library.
  • Open the gpu_fft.sln in Visual Studio and build the TestApplication project
  • Transfer the TestApplication.exe and rpi_gpu_fft.dll file to your Raspberry
  • Make the TestApplication.exe executable and run it using mono. If you don't have mono installed you can install it with: sudo apt-get install mono-runtime mono-vbnc

About

VB .NET project for calculating GPU accellerated FFT using Andrew Holme's GPU FFT library

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published