isfread: updated

Reads Tek scope .isf binary files
1,5K download
Aggiornato 10 giu 2009

Visualizza la licenza

An update to John Lipp's original; fixes several issues with Tek format changes over the years. Backwards compatible with older scope formats.

Output format is a little different, with separate time vector and data vectors. Example:

[t, d, hdr] = isfread('file.isf');
plot(t,d(:,1));

Cita come

Mark Unrath (2024). isfread: updated (https://www.mathworks.com/matlabcentral/fileexchange/24402-isfread-updated), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2007b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Riconoscimenti

Ispirato da: isfread

Ispirato: isfread

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0