Description: 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. -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. Platform: |
Size: 4096 |
Author:Anna |
Hits:
Description: Automatic repeat request is basically error detection and retransmission on request.The code represents a stop and wait ARQ protocol. stop and wait ARQ are used in communication systems Platform: |
Size: 1024 |
Author:hatsou |
Hits:
Description: 本代码是基于MATLAB的停止等待arq机制的程序,使用MATLAB语言编写,实现STOP-AND-WAIT机制。-This code is based on the MATLAB-program stop and wait arq mechanism, using MATLAB language, to achieve STOP-AND-WAIT mechanism. Platform: |
Size: 3072 |
Author:Kaffee |
Hits: