ACQREAD

버전 1.1.0.0 (4.75 KB) 작성자: Sebastien Authier
Read a Biopac AcqKnowledge file
다운로드 수: 2.4K
업데이트 날짜: 2010/12/20

라이선스 보기

[INFO, DATA] = ACQREAD(FILENAME) reads the content of the AcqKnowledge file specified in the string FILENAME. INFO is a structure containing the metadata (header, markers, etc.). DATA is a cell array, indexed by the channel number, containing the acquired physiological signals.

[INFO, DATA] = ACQREAD displays a dialog box that is used to retrieve the desired file.

ACQREAD supports all files created with Windows/PC versions of AcqKnowledge (3.9.1 or below), BSL (3.7.0 or below), and BSL PRO (3.7.0 or below).

ACQREAD supports channels that were acquired using different sampling rates, therefore having a different number of samples.

Details of the AcqKnowledge file format are presented in Biopac's Application Note #156 (last updated on June 29, 2007), and available at : "http://www.biopac.com/Manuals/app_pdf/app156.pdf".

ACQREAD, version 3.0 (2010-12-20)

P.S.

1) ACQREAD is faster than other similar functions available to date on the Matlab Central File Exchange, especially for files with multiple channels acquired at different sampling rates.

2) No scaling is done by ACQREAD. It reads the raw data as stored in the ACQ file, and returns it in the DATA structure without any processing. However, the scaling information of each channel is available in the INFO structure.

인용 양식

Sebastien Authier (2024). ACQREAD (https://www.mathworks.com/matlabcentral/fileexchange/16023-acqread), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2006a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Data Acquisition Toolbox Supported Hardware에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.1.0.0

License updated as requested by MathWorks.

1.0.0.0

An error in the function definition line (generating a warning message) was corrected.