NMR
This site is running |
NMR /
OnlineAnalysis< Quick introduction to gtknmr | Index | Echo with two equal pulses > Log in as students (RDR:see LabIIMagistrale/GTKNMR for details) start a new terminal or tab in the terminal cd to the data directory invoke matlab matlab7 (go back to matlab6, as of 10/2011) in the matlab command window issue the command setup_nmr (not needed any more, as of 10/2011) to initialize the nmr analysis routines and then parmaecho filename.pna -T -F to fast Fourier transform (FFT) and produce amplitudes from FFT vs. zone number.
The results are stored in a number of matlab variables, see them with whos Among these NMRamp contains the calculated integrals in an array, one element for each zone parmaecho filename.pna -p -s7 -ATXAT repeats the last analysis with stored parameters, only on zones from 7 to the last, outputs NMRamp and one acquisition parameter value, e.g. TxAt, for each analysed zone in the array NMRmisc Therefore the plot of amplitudes e.g. vs. transmitter attenuation is obtained by plot(NMRmisc,NMRamp,'o') < Quick introduction to gtknmr | Index | Echo with two equal pulses > |