07-16-2012 12:59 PM
Hello,
I am using the file converter function to convert .tdms files to mat files. I have 16 or so different variables in the .tdms files that are all the same size and pretty big. However, when I open the newly created .mat files, the variables only contain the first 100,000 data points. Is there a size limit to the file converter function?
Thanks,
Justin
07-17-2012 09:52 PM
Hi Justin,
The issue you reported should be a limitation of the file converter function in the Biomedical Startup Kit. One workaround is to chunk one .tdms file into multiple files and each file contains a maximum of 100,000 data points. You then convert all the .tdms files into .mat files and combine all the .mat files in MATLAB.
Regards,
Mark