tsread

Read Bruker TopSpin NMR parameter files
106 download
Aggiornato 14 mar 2023

Visualizza la licenza

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)

Cita come

Geoffrey Akien (2025). tsread (https://it.mathworks.com/matlabcentral/fileexchange/71731-tsread), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2022b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su MATLAB Report Generator in Help Center e MATLAB Answers
Tag Aggiungi tag

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
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