Importing TDT Data into MATLAB for Offline Analysis
TDT provides a set of cross-platform tools for reading TDT data files directly into MATLAB offline. It is compatible with MATLAB 2007b and greater.
Requirements
- MATLAB 2007b and greater
Installation
Just follow these three steps to get started:
-
Download the MATLAB SDK (zip) and extract the files into a directory on your computer, like
C:\TDT\TDTMatlabSDK
. -
Download Example Data. Extract the example data files into the 'Examples' folder in the SDK.
-
Add the path to the unzipped MATLAB tools directory.
SDKPATH = 'C:\TDT\TDTMatlabSDK'; % or whatever path you extracted the SDK zip into addpath(genpath(SDKPATH));
-
Importing data is easy
data = TDTbin2mat('path/to/block');