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.
Asked
Active
Viewed 269 times
1
-
See [Note on Strides](https://developer.apple.com/reference/accelerate/vdsp). – shallowThought Apr 28 '17 at 09:32
-
Sorry but i can't find a example for vDSP_fft_zip. – Jorge OM Apr 28 '17 at 10:24
-
https://developer.apple.com/reference/accelerate/1450150-vdsp_fft_zrip – shallowThought Apr 28 '17 at 11:30
-
A complex number is just 2 real numbers that you (or the FFT code) decide to multiply using complex arithmetic. – hotpaw2 Apr 28 '17 at 17:13
1 Answers
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