rpi gpu fft
1.0.0
これは、Raspberry Pi 上の GPU を使用して FFT (1D および 2D) を計算するための VB .NET ライブラリです。
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