STDF file reader V2

버전 2.0.0 (7.5 KB) 작성자: Arjun Sarin
Extracts contents of an STDF (Standard Test Data Format) file, per the STDF Specification V4. Original author: Ryan Gamble
다운로드 수: 212
업데이트 날짜: 2018/9/17

라이선스 보기

** This tool was originally written by Ryan Gamble. I did some recent bug fixes. **

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.

인용 양식

Arjun Sarin (2024). STDF file reader V2 (https://www.mathworks.com/matlabcentral/fileexchange/68833-stdf-file-reader-v2), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2016b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Data Import and Analysis에 대해 자세히 알아보기
태그 태그 추가
도움

받음: STDF file reader

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
2.0.0