Ahora está siguiendo esta publicación
- Verá actualizaciones en las notificaciones de contenido en seguimiento.
- Podrá recibir correos electrónicos, en función de las preferencias de comunicación que haya establecido.
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.
Citar como
Ryan Gamble (2026). STDF file reader (https://es.mathworks.com/matlabcentral/fileexchange/27594-stdf-file-reader), MATLAB Central File Exchange. Recuperado .
Agradecimientos
Inspiración para: STDF file reader V2
Información general
- Versión 1.1.0.0 (9,21 KB)
Compatibilidad con la versión de MATLAB
- Compatible con cualquier versión
Compatibilidad con las plataformas
- Windows
- macOS
- Linux
