ReadLeCroyBinaryWav​eform.m

版本 1.0.0.0 (3.2 KB) 作者: Alan
Reads LeCroy binary waveforms.
6.3K 次下载
更新时间 2008/9/18

无许可证

% ReadLeCroyBinaryWaveform - read binary waveform file created by a LeCroy Oscilloscope
% waveform = LeCroyBinaryWaveform(FILENAME) loads the waveform file into the workspace variable W.
% FILENAME can either be a variable or a string constant enclosed by quotes.
%
% The return value "waveform" is a record containing four elements:
% waveform.INFO Waveform information, in readable formats. For example Oscilloscope ID, sampling time and settings
% waveform.DESC Waveform information used for further calculations. For example Sampling rate
% waveform.Y Values sampled by the oscilloscope
% waveform.X Array of time values corresponding to waveform.Y. Time '0' marks the trigger event

引用格式

Alan (2026). ReadLeCroyBinaryWaveform.m (https://ww2.mathworks.cn/matlabcentral/fileexchange/2114-readlecroybinarywaveform-m), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2007a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Instrument Control Toolbox Supported Hardware 的更多信息
致谢

启发作品: ReadLeCroyBinaryWaveform.m

版本 已发布 发行说明
1.0.0.0

Updates script to support sequence mode waveforms, fixed code to correctrly decode full waveform,and updated function name to match filename.