Tektronix binary file readers
This package includes two separate functions for reading binary files from Tektronix digitizers. The first function, wfmread, reads *.WFM files generated by the TDS digitizer series. The second function, wfbread, reads *.WFB files generated by the DSA digitizers series. Each function returns data from the file in two 1D arrays. Additional information about the file (e.g., sampling rate) can also be displayed.
Example:
[x,y]=wfmread(''channelA.wfm');
Cite As
Daniel Dolan (2024). Tektronix binary file readers (https://www.mathworks.com/matlabcentral/fileexchange/5873-tektronix-binary-file-readers), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
- MATLAB > Data Import and Analysis >
- Test and Measurement > Instrument Control Toolbox > Instrument Connection and Communication >
Tags
Acknowledgements
Inspired: wfm2read.m
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.