Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I copy array of doubles to CNiReal64Vector array for use in CNiMath::FFT()

I need to be able to pass arrays of doubles to the FFT() routine. Is this possible?
0 Kudos
Message 1 of 2
(3,222 Views)
You can use the CNiReal64Vector(unsigned int size, const double* data) constructor overload to create a CNiReal64Vector from the double array, then pass the vector to CNiMath::FFT.

- Elton
0 Kudos
Message 2 of 2
(3,222 Views)