Input: a signal stored as vector. Required output: range vector and phase vector. How do I set this kind of output (to two different arrays)? I only saw people output to MKL_Complex16 a.k.a std::complex<double> and the documentation was a bit beyond me...
Solved: Hello, I want to find some methods to increase my 4096*4096 complex to complex DFT performance on MIC using the MKL-DFT. In the following
Single-to-complex DFT using two double arrays for output Subscribe More actions sudoLife New Contributor I 01-19-2022 10:02 AM 1,583 Views Hi, The following scenario: Input: a signal stored as vector. Required output: range vector and phase vector. How ...