loadDemonVoltTDMS
버전 1.0.0 (2.07 KB) 작성자:
Angela Jiang
Loads electrochemistry data from TDMS files generated by the Demon Voltammetry FSCV software
Description
The loadDemonVoltTDMS script loads the contents of .tdms files collected using "Demon Voltammetry" into Matlab, and converts the 16-bit integer values to current (nA) values based on the file's specified scaling coefficients and gains.
Requirements
This script uses the TDMS Reader package by Jim Hokanson to load TDMS files into Matlab. This package can be downloaded from: https://www.mathworks.com/matlabcentral/fileexchange/30023-tdms-reader.
The TDMS Reader package is preferred over using Matlab's tdmsread function from the Data Acquisition Toolbox (R2022a and later) as the Data Acquisition Toolbox requires Windows to run. Thus these scripts can load files in both MacOS and Windows.
How to Use:
- Download the loadDemonVoltTDMS.m file.
- Dependencies: Ensure you have the TDMS Reader package by Jim Hokanson installed and on your MATLAB path. You can download it from: https://www.mathworks.com/matlabcentral/fileexchange/30023-tdms-reader
- Place loadDemonVoltTDMS.m in your MATLAB path.
- Use the function in MATLAB:
filename = 'path/to/your/datafile.tdms'; % Replace with your file path
[data, commandVoltage, properties] = loadDemonVoltTDMS(filename);
인용 양식
Angela Jiang (2025). loadDemonVoltTDMS (https://kr.mathworks.com/matlabcentral/fileexchange/181384-loaddemonvolttdms), MATLAB Central File Exchange. 검색 날짜: .
MATLAB 릴리스 호환 정보
개발 환경:
R2023a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux태그
도움
도움 받은 파일: TDMS Reader
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!| 버전 | 게시됨 | 릴리스 정보 | |
|---|---|---|---|
| 1.0.0 |
