Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.