资源简介
Labview生成的TDMS文件批量转MAT文件代码,包含convertData.m、simpleConvertTDMS.m、convertTDMS.m三个文件,读取同一个文件夹下所有tdms文件并转为同名的mat文件,亲测可用,另附读取转换后的mat文件数据的说明文档。
代码片段和文件信息
%----------------------------------------------------------------
%Navish Wadhwa - v1.5
%This area contians are the parameter which may be changed every times
path=‘D:\matlab\matlab_workspace\tdms_20190221\test\‘;
%----------------------------------------------------------------
Files=dir(strcat(path‘*.tdms‘));
lengthFiles=length(Files);
for i=1:lengthFiles
% fopen(strcat(‘E:\work\‘Files(i).name)‘rt‘);
simpleConvertTDMS(strcat(pathFiles(i).name));
end
fprintf(‘Completed‘‘\n‘);
clear;
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 70483 2014-11-06 14:23 convertTDMS.m
文件 5368 2019-02-21 19:57 simpleConvertTDMS.m
文件 521 2019-02-21 19:49 convertData.m
文件 110 2019-02-23 16:03 读取tdms_mat数据.txt
----------- --------- ---------- ----- ----
76482 4
- 上一篇:downloadli
nk.txt - 下一篇:概率深度学习:反向传播贝叶斯
相关资源
- 风味动态域壁中lt;mathgt; mrow mn 2 / mn
- N $$ \\ mathcal {N} $$ = 2个同质超重力的单
- N = 2 $$ \\ mathcal {N} = 2 $$超重力和部分
- N = 4 $$ \\ mathcal {N} = 4 $$ Chern-Simons-ma
- labview2014模块和破解文件
- Labview2012全模块
- USRP X300/X310的原理图
- SFP光模块收发模块标准英文版.pdf
- 简单二阶互联系统的非线性动力学分
- ConcreteMathematics2nd.pdf
- 大N下$$ \\ beta $$ lt;mathgt; miβ/ mi l
- Bioleaching of chalcopyrite and marmatite by m
- labview process monitor控件
- 基于LabVIEW的并行数据采集系统设计
- 基于LabVIEW平台和网络的计算机远程在
- 3 d N≥2 $$ \\ mathcal {N} \\ ge 2 $$ Chern-
- 围绕圆球扩展3d N $$ \\ mathcal {N} $$ =
- 具有2N种口味的4d N $$ \\ mathcal {N} $$
- 3d N $$ \\ mathcal {N} $$ = 4个理论和共形块
- 在N $$ \\ mathcal {N} $$ = 2的超对称规范理
- N $$ \\ mathcal {N} $$ = 2个在大R电荷下的
- 反射组和3d N $$ \\ mathcal {N} $$ 6 SCFT
- 大N重整化组以3d N $$ \\ mathcal {N} $$ =
- 3d N $$ \\ mathcal {N} $$的扭曲指数= 4轨距
- 精确结果为3d N $$ \\ mathcal {N} $$ = 2 S
- N = 1 $$ \\ mathcal {N} = 1 $$变形,RG流量为
- N $$ \\ mathcal {N} $$ = 1 N $$ \\ mathcal {N}
- 3d N = 1 $$ \\ mathcal {N} = 1 $有效超重力和
- 3d N $$ \\ mathcal {N} $$ = 2镜像对称,pq网
- 3d N $$ \\ mathcal {N} $$ = 2对偶的计量和去
评论
共有 条评论