ConvertTDMS (v9)
by Robert
20 Sep 2010
(Updated 17 May 2011)
Import a LabView TDMS file into the MATLAB workspace
|
Watch this File
|
| File Information |
| Description |
Import a LabView TDMS file (version 1.1 or 1.2) as a structure in the MATLAB workspace with the option to save the data in a MAT file. It was written in MATLAB 2010b. The original function was based on the work by Brad Humphreys of ZIN Technologies and Grant Lohsen & Jeff Sitterle of GTRI (versions 1 through 4 of this function). The Version 9 function (written by Philip Top), in addition to incorporating the various updates that were added to previous versions, can process files that have been "optimized" by LabView. This function has been tested with a limited number of diverse TDMS files. |
| MATLAB release |
MATLAB 7.11 (2010b)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 22 Sep 2010 |
Fixes error encountered with some data files containing waveform data |
| 29 Sep 2010 |
Adds capability to read files independent of the character encoding set in MATLAB. Also fixes error reading files containing objects with the same raw data in successive segments. |
| 30 Sep 2010 |
Adds "error trapping" for group and channel names that contain characters that are not "A" through "Z", "a" through "z", 0 through 9 or underscore. |
| 12 Oct 2010 |
Improved robustness against channel/property names. Fixed an error in the time stamp conversion. Added 'Channel List' as an optional output parameter. Added a more detailed 'help' description. |
| 19 Oct 2010 |
Fixed an error with the 'save' routine. |
| 25 Oct 2010 |
Fixed an error with channels that contain no data. Fixed an error with capturing the properties of the Root object. Added 'GroupNames' as an optional output variable. |
| 16 Nov 2010 |
Code restructured to decrease data loading time. Fixed the issue with reading "optimized" files. |
| 18 Mar 2011 |
Fixed some bugs with string input and file optimization with TDMS version 2 files. |
| 17 May 2011 |
Fixes a couple of bugs that arose with NI-DAQmx 9.2.3. |
|
Contact us at files@mathworks.com