Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rorysroes/fast_algorithm_fft
Implement Cooley–Tukey FFT algorithm with C
https://github.com/rorysroes/fast_algorithm_fft
bit-reversal butterfly-structures discrete-fourier-transform fast-fourier-transform fft quicksort-algorithm
Last synced: 20 days ago
JSON representation
Implement Cooley–Tukey FFT algorithm with C
- Host: GitHub
- URL: https://github.com/rorysroes/fast_algorithm_fft
- Owner: rorysroes
- Created: 2015-04-17T07:33:43.000Z (over 9 years ago)
- Default Branch: quick-median
- Last Pushed: 2017-02-18T09:28:56.000Z (almost 8 years ago)
- Last Synced: 2023-03-01T10:01:42.816Z (almost 2 years ago)
- Topics: bit-reversal, butterfly-structures, discrete-fourier-transform, fast-fourier-transform, fft, quicksort-algorithm
- Language: C++
- Homepage:
- Size: 24.4 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Use quicksort algorithm to find median
[Quick Median Code] (https://github.com/rorysroes/Fast_Algorithm_FFT/blob/quick-median/median.cpp):
This project I implemented quicksort algorithm to find median value in the sequence.