readKeysightComposi​te

版本 1.3.2.0 (5.6 KB) 作者: Trent Rehberger
Reads data from a Keysight oscilloscope composite (HDF5) file
222.0 次下载
更新时间 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