| Data Acquisition Toolbox | Search  Help Desk |
The Data Acquisition Engine
The data acquisition engine (or just engine) is a MEX-file DLL that:Data Flow
In a practical sense, acquiring data means that data is flowing from your hardware device into the data acquisition engine, where it is temporarily stored in memory. The data is stored temporarily because it can be overwritten. The rate at which the data is overwritten depends on several factors including the allocated memory, the acquisition rate, and the number of hardware channels from which you acquire data. However, the stored data is not automatically available in the MATLAB workspace. You must explicitly extract it from the engine in a timely way so that no data is lost. To summarize, the flow of acquired data consists of two independent steps:..