readKeysightComposi​te

버전 1.3.2.0 (5.62 KB) 작성자: Trent Rehberger
Reads data from a Keysight oscilloscope composite (HDF5) file
다운로드 수: 223
업데이트 날짜: 2019/11/18

라이선스 보기

Many Keysight oscilloscopes have the capability of exporting data in a "composite" format that combines both waveform and configuration data into a single file. This function reads these files into MATLAB and stores them in either a timeseries or tscollection object, depending on how many channels are read. It supports reading digital data from MSOs and properly handles segmented memory.
The HDF5 format used by these files is poorly documented and seems to change from time to time, so if you encounter a file that is poorly-handled by this function I'd appreciate an email so I can (hopefully) fix it. Thanks!

인용 양식

Trent Rehberger (2024). readKeysightComposite (https://www.mathworks.com/matlabcentral/fileexchange/65669-readkeysightcomposite), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2017b
R2013b 이상 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 HDF5에 대해 자세히 알아보기

Community Treasure Hunt

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

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

Added support for additional file format variant (thanks to Boris Kling for sending a sample file)

1.3.1.0

Convert string filenames to char array to prevent crash during HDF import

1.3.0.0

Added ability to read waveforms saved in the scope's memory

1.2.0.0

Bugfixes re: digital data and segmented memory
Added ability to select digital channels for import
Standardized inf == all available data convention

1.1.0.0

Removed an assumption about how digital channels are numbered which could cause an error.

1.0.0.0