이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
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 (2026). Read the binary data for OWON TAO 14bit oscilloscope (https://kr.mathworks.com/matlabcentral/fileexchange/163026-read-the-binary-data-for-owon-tao-14bit-oscilloscope), MATLAB Central File Exchange. 검색 날짜: .
