Tektronix binary file readers
版本 1.1.0.0 (3.9 KB) 作者:
Daniel Dolan
Read data from binary files created by Tektronix digitizers.
This package includes two separate functions for reading binary files from Tektronix digitizers. The first function, wfmread, reads *.WFM files generated by the TDS digitizer series. The second function, wfbread, reads *.WFB files generated by the DSA digitizers series. Each function returns data from the file in two 1D arrays. Additional information about the file (e.g., sampling rate) can also be displayed.
Example:
[x,y]=wfmread(''channelA.wfm');
引用格式
Daniel Dolan (2026). Tektronix binary file readers (https://ww2.mathworks.cn/matlabcentral/fileexchange/5873-tektronix-binary-file-readers), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
创建方式
R12
兼容任何版本
平台兼容性
Windows macOS Linux类别
- MATLAB > Data Import and Analysis >
- Test and Measurement > Instrument Control Toolbox > Instrument Connection and Communication >
在 Help Center 和 MATLAB Answers 中查找有关 Data Import and Analysis 的更多信息
标签
致谢
启发作品: wfm2read.m
