ReadLeCroyBinaryWav​eform.m

バージョン 1.0.0.0 (3.23 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://jp.mathworks.com/matlabcentral/fileexchange/2114-readlecroybinarywaveform-m), MATLAB Central File Exchange. 取得日: .

MATLAB リリースの互換性
作成: R2007a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersInstrument 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.