Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Does anyone know how to load Bruker 1D or 2D NMR data in MATLAB?

1 回表示 (過去 30 日間)
Taoooooooooooo
Taoooooooooooo 2022 年 4 月 13 日
閉鎖済み: Taoooooooooooo 2022 年 4 月 13 日
Hi,
I believe the "pdata" saved in the file was the rawdata of the experiment but I am not sure how to load it into MATLAB. I looked through some source code online (e.g., RBNMR) but I still have no idea how to use it since I am really new to Bruker. Can anyone help?
I attached a dataset acquired from Bruker machine for test.
Thanks,
Tao
  1 件のコメント
Star Strider
Star Strider 2022 年 4 月 13 日
Some experiments I did with it indicates that the data are likely binary files. This requires knowing how they were written. I would first use the unzip function (no introduction release listed) to open the .zip file and see its contents, then use fread to read the appropriate files. (The only one I was able to make any sense of was the ‘.out0’ file.)
It will be necessary to consult the documentation for the instrument to determine how to read the files. The manufacturer may have utilities for this, so look on that website first.

回答 (0 件)

この質問は閉じられています。

製品


リリース

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by