Code covered by the BSD License
-
wfm2read(filename, datapoints...
function [y, t, info, ind_over, ind_under, frames] = wfm2read(filename, datapoints, step, startind)
-
wfm2readframe(filename, frame...
function [y, t, info, ind_over, ind_under] = wfm2readframe(filename, frame, datapoints, step, startind)
-
View all files
wfm2read.m
by Erik Benkler
21 Jan 2005
(Updated 23 Mar 2011)
Reads the wfm binary files written by Tektronix Performance Oscilloscope instrument families.
|
Watch this File
|
| File Information |
| Description |
Read Y(t) data from new format Tektronix WFM files (tested up to WFM003 format) used by TEKTRONIX instrument families
MSO70000/C, DSA70000/B/C, DPO70000/B/C, DPO7000,
MSO/DPO5000, TDS5000/B, TDS6000/B/C, TDS/CSA7000/B
wfm2read now supports Fast Frames data.
The oscilloscopes can save to ASCII files, but this is poor, very slow and needs lots of disk memory. The binary wfm files are much faster and smaller and even contain more information. |
| Acknowledgements |
The author wishes to acknowledge the following in the creation of this submission:
Tektronix binary file readers
This submission has inspired the following:
Read Yokogawa *.wvf files
|
| MATLAB release |
MATLAB 7.0.4 (R14SP2)
|
| Other requirements |
Restrictions:
Only YT-waveforms can be read (X-Y not tested yet)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (17) |
| 19 Mar 2005 |
youth flexa
|
|
|
| 06 Jun 2005 |
harm twaalfrink
|
|
|
| 02 Mar 2006 |
dwid krueger
|
|
|
| 30 May 2006 |
Bernd H
|
|
|
| 25 Mar 2007 |
Markus Kuhn
|
|
|
| 01 May 2007 |
Themos Kallos
|
|
|
| 07 Jun 2007 |
Paul Lundquist
|
|
|
| 25 Feb 2008 |
Jack J
|
|
|
| 11 Aug 2009 |
John Baillie
|
|
|
| 01 Sep 2009 |
Erik Benkler
|
|
|
| 23 Oct 2009 |
Brian
|
|
|
| 20 Jan 2011 |
Toru
|
|
|
| 20 Jan 2011 |
Toru
|
|
|
| 28 Mar 2011 |
ranjith kumar
|
|
|
| 26 Aug 2011 |
Matt
|
|
|
| 17 Nov 2011 |
Dan
|
|
|
| 14 Feb 2012 |
ji-ying
|
|
|
| Updates |
| 30 Nov 2005 |
minor changes to the code, see description in the header |
| 23 Jul 2008 |
Added WFM003 file format support;
bug fix related to default char set on some Linux systems |
| 12 Mar 2009 |
- improved performance |
| 30 Apr 2009 |
improved file name checking |
| 30 Apr 2009 |
improved file name checking (2) |
| 25 May 2009 |
BSD license |
| 25 May 2009 |
BSD license |
| 25 Dec 2010 |
(a) implemented reading of Fast frames data
(b) added wfm2readframe for reading a single frame of a fast frames measurement
(c) Added optional input argument startind |
| 23 Mar 2011 |
Version 2.0, 22.03.2011
(a)changed meaning of the "datapoints" input parameter
(b)minor changes regarding warnings / error checking |
|
Contact us at files@mathworks.com