No BSD License  

Highlights from
IsfRead

Be the first to rate this file! 16 Downloads (last 30 days) File Size: 3.64 KB File ID: #22777
image thumbnail

IsfRead

by Wenwei Qiao

 

25 Jan 2009

read isf file generated by Tek MSO4000 oscilloscopes.

| Watch this File

File Information
Description

A function that read the binary files in .isf format generated by Tektronix MSO4000 series oscilloscopes.

Example useage:
 
filename = 'TEK0000CH1.ISF';
[data, header] = isfread (filename);
plot(data.x,data.y)

I looked isfread.m uploaded by John Lipp (File ID: #6247) and made some changes.
(1) it is able to read isf files generated by MSO4000 series;
(2) the header length is variable;
(3) it is possible that the command sequence in header is not fixed;
(4) not all parameters in header are necessary to read;

I tested this function only on isf files generated by a MSO4054 oscilloscope. For other series and models, you may have to read the programmer's manual and make some modification.

Acknowledgements

The author wishes to acknowledge the following in the creation of this submission:
isfread

MATLAB release MATLAB 7.7 (R2008b)
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Please login to add a comment or rating.
Tag Activity for this File
Tag Applied By Date/Time
data export Cristina McIntire 26 Jan 2009 15:41:26
data import Wenwei Qiao 26 Jan 2009 15:41:35

Contact us at files@mathworks.com