Difference between revisions of "Cp acquire soft.m"

From Spinach Documentation Wiki
Jump to: navigation, search
(Sync syntax/arguments/outputs with current Spinach source)
(Update function See also links and function index membership)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{DISPLAYTITLE:cp_acquire_soft.m}} __NOTOC__
 
{{DISPLAYTITLE:cp_acquire_soft.m}} __NOTOC__
 
 
Cross-polarisation experiment in the rotating frame, followed by time-domain FID acquisition. The CP stage is preceded by wiping of the low-gamma spins and followed by FID acquisition with decoupling of the high-gamma spins.
 
Cross-polarisation experiment in the rotating frame, followed by time-domain FID acquisition. The CP stage is preceded by wiping of the low-gamma spins and followed by FID acquisition with decoupling of the high-gamma spins.
  
 
==Syntax==
 
==Syntax==
  
fid=cp_acquire_soft(spin_system,parameters,H,R,K)
+
    fid=cp_acquire_soft(spin_system,parameters,H,R,K)
  
==Arguments==
+
==Parameters==
  
parameters.spins      - working spins, a cell array of
+
    parameters.spins      - working spins, a cell array of
 
                             strings with high-gamma spin fi-
 
                             strings with high-gamma spin fi-
 
                             rst, and low-gamma spin last,
 
                             rst, and low-gamma spin last,
 
                             for example {'1H','13C'}
 
                             for example {'1H','13C'}
 
+
 
     parameters.hi_pwr    - nutation frequency of the exci-
 
     parameters.hi_pwr    - nutation frequency of the exci-
 
                             tation pulse on the high-gamma
 
                             tation pulse on the high-gamma
 
                             channel, Hz
 
                             channel, Hz
 
+
 
     parameters.cp_pwr    - nutation frequencies on the two
 
     parameters.cp_pwr    - nutation frequencies on the two
 
                             channels during the CP contact
 
                             channels during the CP contact
 
                             time, a two-element vector, Hz
 
                             time, a two-element vector, Hz
 
+
 
     parameters.cp_dur    - duration of the contact time, s
 
     parameters.cp_dur    - duration of the contact time, s
 
+
 
     parameters.rho0      - initial state, the state of the
 
     parameters.rho0      - initial state, the state of the
 
                             low-gamma spins will be wiped
 
                             low-gamma spins will be wiped
 
+
 
     parameters.coil      - detection state
 
     parameters.coil      - detection state
 
+
    parameters.sweep      - sweep width for the FID, Hz
 
 
 
    parameters.npoints    - number of points in the FID
 
 
 
 
     H - Hamiltonian matrix, received from context function
 
     H - Hamiltonian matrix, received from context function
 
+
 
     R - relaxation superoperator, received from context function
 
     R - relaxation superoperator, received from context function
 
+
 
     K - kinetics superoperator, received from context function
 
     K - kinetics superoperator, received from context function
  
 
==Outputs==
 
==Outputs==
  
fid - signal detected on the coil state during  
+
    fid - signal detected on the coil state during  
 
           system evolution
 
           system evolution
  
 
==Examples==
 
==Examples==
 
 
Below is the output of examples/nmr_solids/cp_acquire_mas_gly.m example file, showing 1H-13C cross-polarisation followed by acquisition under magic angle spinning in alpha-glycine powder.
 
Below is the output of examples/nmr_solids/cp_acquire_mas_gly.m example file, showing 1H-13C cross-polarisation followed by acquisition under magic angle spinning in alpha-glycine powder.
  
Line 51: Line 45:
  
 
==See also==
 
==See also==
 
+
[[cp_contact_soft.m]], [[cp_contact_hard.m]], [[overtone_cp.m]], [[cn2d_dq.m]], [[cn2d_sq.m]], [[dante.m]], [[fslghetcor.m]], [[mqmas.m]], [[nqr_pa.m]], [[pdsd.m]], [[respiration.m]], [[wise.m]], [[Built-in_experiments]]
[[Built-in_experiments#Solid_state_NMR_experiments|Solid state NMR experiments]]
 
 
 
[[cp_contact_soft.m]], [[cp_contact_hard.m]], [[overtone_cp.m]]
 
 
 
  
 
''Version 2.9, authors: [[Marina Carravetta]], [[Phil Williamson]], [[Guinevere Mathies]], [[Ilya Kuprov]]''
 
''Version 2.9, authors: [[Marina Carravetta]], [[Phil Williamson]], [[Guinevere Mathies]], [[Ilya Kuprov]]''

Latest revision as of 19:35, 6 June 2026

Cross-polarisation experiment in the rotating frame, followed by time-domain FID acquisition. The CP stage is preceded by wiping of the low-gamma spins and followed by FID acquisition with decoupling of the high-gamma spins.

Syntax

    fid=cp_acquire_soft(spin_system,parameters,H,R,K)

Parameters

    parameters.spins      - working spins, a cell array of
                            strings with high-gamma spin fi-
                            rst, and low-gamma spin last,
                            for example {'1H','13C'}

    parameters.hi_pwr     - nutation frequency of the exci-
                            tation pulse on the high-gamma
                            channel, Hz

    parameters.cp_pwr     - nutation frequencies on the two
                            channels during the CP contact
                            time, a two-element vector, Hz

    parameters.cp_dur     - duration of the contact time, s

    parameters.rho0       - initial state, the state of the
                            low-gamma spins will be wiped

    parameters.coil       - detection state

    H - Hamiltonian matrix, received from context function

    R - relaxation superoperator, received from context function

    K - kinetics superoperator, received from context function

Outputs

    fid - signal detected on the coil state during 
          system evolution

Examples

Below is the output of examples/nmr_solids/cp_acquire_mas_gly.m example file, showing 1H-13C cross-polarisation followed by acquisition under magic angle spinning in alpha-glycine powder.

Bunny cp acquire.png

See also

cp_contact_soft.m, cp_contact_hard.m, overtone_cp.m, cn2d_dq.m, cn2d_sq.m, dante.m, fslghetcor.m, mqmas.m, nqr_pa.m, pdsd.m, respiration.m, wise.m, Built-in_experiments

Version 2.9, authors: Marina Carravetta, Phil Williamson, Guinevere Mathies, Ilya Kuprov