资源简介

读取bin测试数据,数据格式为32位二进制数据。 可调整放大倍数放大显示波形。 可通过输入指定时间,进行跳转。 highp.m、lowp.m为高通、低通滤波,示例中使用的是低通滤波,可自己调整。 程序只是实现了基础功能,还有很多不完善的地方,敬请谅解。

资源截图

代码片段和文件信息

function [timestNumxy] = AnalHeaData(data)
%UNtitleD12 Summary of this function goes here
%   Detailed explanation goes here

time=char((data(7:25))‘);
stNum=char((data(27:28))‘);
y=char((data(50:58))‘);
ns=char((data(60))‘);
x=char((data(62:71))‘);
ew=char((data(73))‘);
end

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        290  2016-03-14 11:22  matlab波形显示\AnalHeaData.m

     文件        166  2016-03-15 18:08  matlab波形显示\call.m

     文件        660  2016-03-14 10:25  matlab波形显示\highp.m

     文件        644  2016-03-14 14:46  matlab波形显示\lowp.m

     文件     446464  2015-12-02 10:02  matlab波形显示\N008_2015-12-02~10_001.bin

     文件       3707  2016-03-14 00:39  matlab波形显示\ShoWaves.fig

     文件       7055  2016-03-15 18:27  matlab波形显示\ShoWaves.m

     文件        737  2016-03-14 10:32  matlab波形显示\tay_fft.m

     文件        846  2016-03-14 11:12  matlab波形显示\WV.m

     文件        266  2016-03-15 18:29  matlab波形显示\测试说明.txt

     目录          0  2016-03-15 18:10  matlab波形显示

----------- ---------  ---------- -----  ----

               460835                    11


评论

共有 条评论