05-28-2007 03:40 PM
05-30-2007 10:03 AM
05-30-2007 04:53 PM
static MathError __cdecl InverseFFT(
CNiReal64Vector& xReal,
CNiReal64Vector& xImag);
This function is obsolete: use an overload of this function to achieve the same funtionality.
On input, contains the real part of the data to process.
On output, contains the real part of the inverse FFT data.
xImag
On input, contains the imaginary part of the data to process.
On output, contains the imaginary part of the inverse FFT data.
////////////////////////////////////////
So, my question remains, is there a supported way to perform an inverse fft on a complex vector? Or, how should I overload this function and is this a good idea?
Thanks for your advice.
Val
05-31-2007 10:45 AM - edited 05-31-2007 10:45 AM
Hello Val,
Are you using the CNiMath FFT functions in order to generate these vectors? If it is not too large, a code snippet would help me understand your data types and how we can approach a solution.
Message Edited by Ben M on 05-31-2007 10:46 AM