Read Yokogawa *.wvf files

Reads Y-t data written by Yokogawa Oscilloscopes to binary *.wvf files
4.4K Downloads
Updated 9 Dec 2021

View License

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.

Cite As

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

MATLAB Release Compatibility
Created with R14SP2
Compatible with any release
Platform Compatibility
Windows macOS Linux
Acknowledgements

Inspired by: wfm2read.m

Inspired: DevinCharles/wvfPlotter

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
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)