STDF file reader

版本 1.1.0.0 (9.2 KB) 作者: Ryan Gamble
Extracts contents of an STDF (Standard Test Data Format) file, per the STDF Specification V4.
1.2K 次下载
更新时间 2010/5/13

查看许可证

importSTDF.m extracts test data and information fields from each binary record in an STDF file, returning each record data set in a separate cell. Field values are converted to their specified data type, per the specification.

Since the file type is binary and MatLab does not have good native binary conversion tools, the extraction process is slow - a 20MB file can take up to 2 hours to process.

This function provides a status wait bar, for immediate user feedback as to how long the process will take.

The best use of this function is to utilize the second argument to narrow down the records returned. As an example, if you need only wafer/package test bin information, the following records will suffice:'MIR, WIR, PIR, PRR, MRR. Just set the second argument to the cell array {'MIR', 'WIR', 'PIR', 'PRR', 'MRR'}.

Support functions used for converting 2's complement values, as well as IEEE hex to strings, are included in this archive.

引用格式

Ryan Gamble (2024). STDF file reader (https://www.mathworks.com/matlabcentral/fileexchange/27594-stdf-file-reader), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2007b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Data Import and Analysis 的更多信息
致谢

启发作品: STDF file reader V2

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.1.0.0

Added support functions not previously uploaded in original posting.

1.0.0.0