Code covered by the BSD License
-
hdrread(filename)
function info = hdrread(filename)
-
wvfread(varargin)
function [y,t, ind_over, ind_under, ind_illegal, info] = wvfread(filename, Group, Trace, datapoints, step, startind)
-
wvfreadall(filename, Group, T...
-
wvfreadb(filename, Group, Tra...
function [y,t, ind_over, ind_under, ind_illegal, info] = wvfreadb(filename, Group, Trace, Block, datapoints, step, startind)
-
wvf_logicsignals_example.m
-
View all files
Read Yokogawa *.wvf files
by Erik Benkler
23 Jul 2008
(Updated 23 Mar 2011)
Reads Y-t data written by Yokogawa Oscilloscopes to binary *.wvf files
|
Watch this File
|
| File Information |
| Description |
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. |
| Acknowledgements |
The author wishes to acknowledge the following in the creation of this submission:
wfm2read.m
|
| MATLAB release |
MATLAB 7.0.4 (R14SP2)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 31 Jul 2008 |
forgot to include stringparse.m in the first upload |
| 31 Jul 2008 |
added support for Yokogawa DL 7440 scopes |
| 26 Sep 2008 |
Added support for DL750 Oscilloscope,
plus some minor changes (e.g. moved stringparse and fileparse functions to hdrread.m) |
| 12 Mar 2009 |
- fixed some bugs
- improved performance
- added support for DL 750 logic data
|
| 30 Apr 2009 |
improved file name checking |
| 30 Apr 2009 |
improved file name checking (2) |
| 25 May 2009 |
BSD license |
| 24 Jul 2009 |
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 |
| 10 Dec 2009 |
Adapted hdrread.m to correctly read files written by newer DL750 oscilloscopes (verified with model version 6.22). |
| 23 Mar 2011 |
(a) changed meaning of "datapoints" input parameter
(b) minor changes related to warnings / error checking |
|
Contact us at files@mathworks.com