Skip to main content

All Questions

Filter by
Sorted by
Tagged with
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 ...
Pat's user avatar
  • 193