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!