You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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)
Cite As
Geoffrey Akien (2026). tsread (https://in.mathworks.com/matlabcentral/fileexchange/71731-tsread), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.1 (9.61 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
