1

I have seen many examples of vDSP that realize the FFT / IFFT with real numbers but I have not seen any event that realizes the FFT / IFFT with complex numbers. Can you indicate the direction I should take? Thank's you in advance.

Jorge OM
  • 79
  • 7

1 Answers1

0

You can refer to this:

https://github.com/mattt/Surge/blob/master/Source/FFT.swift

Hope it helps you.

denisb411
  • 581
  • 1
  • 7
  • 25