|
The acquisition of the NMR signal is the last step in any NMR experiment. During this period, the NMR signal is recorded in the time domain as a free-induction decay. When acquire an heteronucleus signal different to 1H, for instance 13C, we have different possiblities. When 1H decoupling is applied, all information about the corresponding heteronuclear 1H-C coupling constants are removed.REQUIREMENTSOther 13C acquisition schemes are available:
- Without 1H-decoupling
- With selective 1H-decoupling
- With 1H,Y-decoupling
Easy implementation on AVANCE spectrometers.EXPERIMENTAL DETAILS
For more experimental details see Tutorials: Calibration pulses.SYNTAX
The standard way to implement a 1H acquisition period is:RELATED TOPICSin which:
2 d12 do:f2... (optional)
...
d12 pl12:f2
...
go=2 ph31 cpd2:f2
...
d12 do:f2
- go starts data acquisition during an acq period using the acquisition parameters previously defined in eda.
- The number after go (=2) defines the loop to be executed. The number of scans (ns) defines the number of times this loop is repeated.
- ph31 is the receiver phase specified at the end of pulse program and must be cycled in accordance to all pulses involved in the pulse sequence.
- The cpd2:f2 command applies a specific decoupling sequence (defined by cpdprg2) for 1H-decoupling from the f2 channel at a power level pl12 during the acquisition period.
- After the acquisition period, the do:f2 command is necessary to stop the decoupling.