All Questions
1 question
9
votes
6
answers
3k
views
DFT (Discrete Fourier Transform) Algorithm in Swift
I am looking to replicate in Swift what the FFT function does in Matlab. Essentially, it takes an arbitrary length signal (not necessarily a multiple of \$2^n\$) and gives real and complex DFT ...