ReadLeCroyBinaryWav​eform.m

버전 1.0.0.0 (3.23 KB) 작성자: Alan
Reads LeCroy binary waveforms.
다운로드 수: 6.4K
업데이트 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://kr.mathworks.com/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.