IsfRead

バージョン 1.0.0.0 (1.17 KB) 作成者: Wenwei Qiao
read isf file generated by Tek MSO4000 oscilloscopes.
ダウンロード: 2.1K
更新 2009/1/25

ライセンスがありません

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.

引用

Wenwei Qiao (2024). IsfRead (https://www.mathworks.com/matlabcentral/fileexchange/22777-isfread), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2008b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
タグ タグを追加
謝辞

ヒントを得たファイル: isfread

ヒントを与えたファイル: isfread

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0