TNMR GUI

버전 1.7.0.0 (1.06 MB) 작성자: Brandon Armstrong
A GUI for visualizing and analyzing TNMR 1-D data sets.
다운로드 수: 657
업데이트 날짜: 2013/6/5

라이선스 보기

This GUI allows the user to load a .tnt (TecMag) data set consisting of 1-D FIDs. The user can phase the spectrum and analyze the data. Written primarily with quickly fitting T1 data and flip angle calibration in mind. A pdf showing an example of processing a T1 experiment and associated example.tnt file is included. The Read_Tecmag.m, Read_Tecmag_Header, Read_Tecmag_hdr, and phasespectrum.m files are needed.

인용 양식

Brandon Armstrong (2024). TNMR GUI (https://www.mathworks.com/matlabcentral/fileexchange/37122-tnmr-gui), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2011a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Fourier Analysis and Filtering에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.7.0.0

Added the ability to switch between the real and imaginary data. Fit routines are hopefully more robust. T1 times must not be in ms.

1.4.0.0

My apologies to those who have tried to use the gui unsuccessfully. The function Read_Raw_Field.m was missing and needed for loading a .tnt file.

1.3.0.0

Fixed a bug in Load Data that was preventing a new data set to be loaded.

Just delete line 140:

set(handles.int_display, 'String',0);

int_display was from an earlier version and no longer exist.

1.1.0.0

Updated the description.

1.0.0.0