Read Yokogawa *.wvf files

版本 1.31.0.1 (18.0 KB) 作者: Erik Benkler
Reads Y-t data written by Yokogawa Oscilloscopes to binary *.wvf files
4.4K 次下载
更新时间 2021/12/9

查看许可证

SORRY, I DO NOT MAINTAIN THIS ANY MORE BUT LEAVE IT ON FILE EXCHANGE AS IS.
I switched to python.
Reads Y-t data from binary files written by Yokogawa DL1600 series, DL750 or 7440 oscilloscopes.
hdrread.m reads the information from the *.hdr header files.
wvfread.m reads the Y-t data from binary *.wvf files.
Probably, it also works for other Yokogawa oscilloscopes, but this has not been tested. Please let me know if it works or not with other models.

引用格式

Erik Benkler (2024). Read Yokogawa *.wvf files (https://www.mathworks.com/matlabcentral/fileexchange/20830-read-yokogawa-wvf-files), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R14SP2
兼容任何版本
平台兼容性
Windows macOS Linux
致谢

参考作品: wfm2read.m

启发作品: DevinCharles/wvfPlotter

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.31.0.1

SORRY, I DO NOT MAINTAIN THIS ANY MORE BUT LEAVE IT ON FILE EXCHANGE AS IS.

1.31.0.0

(a) changed meaning of "datapoints" input parameter
(b) minor changes related to warnings / error checking

1.30.0.0

Adapted hdrread.m to correctly read files written by newer DL750 oscilloscopes (verified with model version 6.22).

1.29.0.0

wvfreadb.m (block>1 support)
support for accessing blocks
support for the "Block" format
Removed bug in hdrread.m
Removed function "assign"
Added wrapper function wvfreadall.m
Added sample file wvf_logicsignals_example.m

1.27.0.0

BSD license

1.26.0.0

improved file name checking (2)

1.25.0.0

improved file name checking

1.24.0.0

- fixed some bugs
- improved performance
- added support for DL 750 logic data

1.0.0.0

Added support for DL750 Oscilloscope,
plus some minor changes (e.g. moved stringparse and fileparse functions to hdrread.m)