Custom triggers with Data Acquisition Toolbox (TM)

版本 1.2.0.1 (3.8 KB) 作者: Gautam Vallabha
Example of a data acquisition GUI with custom triggers
2.4K 次下载
更新时间 2016/9/1

查看许可证

This m-file implements a simple data acquisition gui with multiple channels and custom triggering

It demonstrates how to:

1) Use nested functions to simplify data acquisition programs

2) Use a simple GUI (a couple of pushbuttons) to start and stop data acquisition.

3) Wait for an event/trigger (like a button press) and log pre-event or pre-trigger data from multiple synchronized channels.

4) Record pretrigger data based on custom criteria. In this m-file the triggering event is a button click. However, the event could be any custom criterion (e.g., the data amplitude is greater than a threshold *and* a toggle button is enabled).
Requires: the Data Acquisition Toolbox (TM) and the Winsound adapter. It does not depend on any hardware-specific capabilities.

引用格式

Gautam Vallabha (2024). Custom triggers with Data Acquisition Toolbox (TM) (https://www.mathworks.com/matlabcentral/fileexchange/24027-custom-triggers-with-data-acquisition-toolbox-tm), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R14
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.2.0.1

Updated license

1.2.0.0

Added trademark symbols as appropriate.

1.1.0.0

Added copyright notice to MATLAB code file.

1.0.0.0