loadDemonVoltTDMS

版本 1.0.0 (2.1 KB) 作者: Angela Jiang
Loads electrochemistry data from TDMS files generated by the Demon Voltammetry FSCV software
6.0 次下载
更新时间 2025/6/30

查看许可证

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:
  1. Download the loadDemonVoltTDMS.m file.
  2. 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
  3. Place loadDemonVoltTDMS.m in your MATLAB path.
  4. 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://www.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