wfm2read.m

Reads the wfm binary files written by Tektronix Performance Oscilloscope instrument families.
12,7K téléchargements
Mise à jour 9 déc. 2021

Afficher la licence

SORRY, I DO NOT MAINTAIN THIS ANY MORE BUT LEAVE IT ON FILE EXCHANGE AS IS.
I switched to python.
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.

Citation pour cette source

Erik Benkler (2024). wfm2read.m (https://www.mathworks.com/matlabcentral/fileexchange/6764-wfm2read-m), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R14SP2
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Remerciements

Inspiré par : Tektronix binary file readers

A inspiré : Read Yokogawa *.wvf files

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.16.0.1

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

1.16.0.0

Version 2.0, 22.03.2011
(a)changed meaning of the "datapoints" input parameter
(b)minor changes regarding warnings / error checking

1.14.0.0

(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

1.13.0.0

BSD license

1.12.0.0

BSD license

1.11.0.0

improved file name checking (2)

1.9.0.0

improved file name checking

1.8.0.0

- improved performance

1.0.0.0

Added WFM003 file format support;
bug fix related to default char set on some Linux systems