Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
Does anyone know how to load Bruker 1D or 2D NMR data in MATLAB?
조회 수: 1 (최근 30일)
이전 댓글 표시
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
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개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!