tsread

版本 1.1 (9.6 KB) 作者: Geoffrey Akien
Read Bruker TopSpin NMR parameter files
92.0 次下载
更新时间 2023/3/14

查看许可证

Tools to extract parameters from Bruker TopSpin parameter files (acqu, proc etc.). jcampread is too prescriptive to be used for TopSpin files because the parameter files (acqu*, proc*, etc.) don't contain XYDATA fields.
Use:
output = tsread(filename)
Returns a structure with all the parameters in a given file e.g. acqus
output = tslookup(filename, parameter)
output = tslookup(filename, parameter, value)
Returns specific parameters e.g. tslookup(..., 'D', 9)

引用格式

Geoffrey Akien (2024). tsread (https://www.mathworks.com/matlabcentral/fileexchange/71731-tsread), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2022b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 MATLAB Report Generator 的更多信息
标签 添加标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.1

Now handles XYDATA properly (e.g. shapes, Difframp), and respects case sensitivity of parameter names.

1.0.1

Fixed file package

1.0.0