07-09-2015
04:27 AM
- last edited on
06-09-2025
11:42 AM
by
Content Cleaner
Hi I am trying to extract sample time from one of the TDM measurement file format using the example file "https://forums.ni.com/t5/Example-Code/Reading-TDM-TDMS-Files-with-The-MathWorks-Inc-MATLAB-Software/... Since i am unable to extract "sample time" in the converted .mat format is there any script needed for this purpose.? or Is there any other way of assigning sample time to the signals in the converted .mat file ?
07-14-2015 06:47 PM
Hi Dark,
When I try to follow that link you posted, I get an error. Could you perhaps post the TDM and TDX file you're referring to? Your only option for saving time information to the converted *.mat file is to put it in a variable-- either a scalar variable with the sampling rate or sampling period or a 1D array variable with all the time values in it.
Brad Turpin
DIAdem Product Support Engineer
National Instruments
07-15-2015
03:56 AM
- last edited on
06-09-2025
11:43 AM
by
Content Cleaner
hi
here is the link which was used to access dll files for the conversion https://forums.ni.com/t5/Example-Code/Reading-TDM-TDMS-Files-with-The-MathWorks-Inc-MATLAB-Software/...