Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marianhlavac/fft-cuda

Fast Fourier Transform implementation, computable on CUDA platform. Seminar project for MI-PRC course at FIT CTU.
https://github.com/marianhlavac/fft-cuda

c-plus-plus coursework cuda fast-fourier-transform fit-ctu nvidia python

Last synced: 3 months ago
JSON representation

Fast Fourier Transform implementation, computable on CUDA platform. Seminar project for MI-PRC course at FIT CTU.

Awesome Lists containing this project

README

        

# FFT-cuda
Fast Fourier Transform implementation, computable on CUDA computing platform

## How to run

Compile with `compile.sh`.

Example run:

```
$ ./bin/fft-cuda data/test 44100
```

## Screenshot

![Fancy screenshot](fancyscreenshot.png)