Read the binary data for OWON TAO 14bit oscilloscope

バージョン 1.0.1 (2.24 KB) 作成者: Tao Lan
Read the binary format data for OWON TAO series digital oscilloscope (14bit).
ダウンロード: 13
更新 2024/4/9

ライセンスの表示

TAO3104DATA Read the binary format data for OWON TAO3104A (14bit) digital
oscilloscope
SYNTAX
[data, deviceinfo] = TAO3104DATA(filename)
INPUT PARAMETERS
- filename : binary file name
OUTPUT PARAMETERS
data: output data
diviceinfo: the information of device and channels
Examples:
read a binary file 'd:\test.bin' from TAO3104A.
>> [data, deviceinfo] = TAO3104DATA('D:\test.bin');
>> deviceinfo
deviceinfo =
contain following struct:
MODEL: '510401102'
IDN: 'OWON,TAO3104A,23xxxxxx,V3.0.0'
channel: [4×1 struct]
head: 'SPBXDS'
See also:
fread, fopen
References:
https://www.owon.com.hk/

引用

Tao Lan (2025). Read the binary data for OWON TAO 14bit oscilloscope (https://jp.mathworks.com/matlabcentral/fileexchange/163026-read-the-binary-data-for-owon-tao-14bit-oscilloscope), MATLAB Central File Exchange. に取得済み.

MATLAB リリースの互換性
作成: R2022b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
タグ タグを追加

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.1

fix bugs

1.0.0