Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/marianhlavac/fft-cuda
- Owner: marianhlavac
- Created: 2017-10-21T14:33:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-03T20:30:46.000Z (over 1 year ago)
- Last Synced: 2023-10-20T21:38:43.305Z (over 1 year ago)
- Topics: c-plus-plus, coursework, cuda, fast-fourier-transform, fit-ctu, nvidia, python
- Language: Cuda
- Homepage:
- Size: 4.48 MB
- Stars: 30
- Watchers: 0
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)