11-11-2010 12:27 PM
Hello Everyone
I have an application in which i acquire image from a camera of size 2048*360 and convert the image to double precision array to perform some operation.This operation is usually finished in less than 10 milliseconds. I would like to store these 2048*360 array of double precision for about 20 seconds for later use. What would be the fastest way to store these arrays so that i can store maximum of these in 20 seconds. Would it using data logging, or storing to a binary file or something else. Please help me in this.
Regards
Chauhan
11-11-2010 12:48 PM
I usually store large data sets with TDMS. I'm happy with it.