Difference between revisions of "Endor cw.m"

From Spinach Documentation Wiki
Jump to: navigation, search
(Normalise sequential blank lines)
m (Rename Arguments section heading to Parameters)
Line 6: Line 6:
 
     fid=endor_cw(spin_system,parameters,H,R,K)
 
     fid=endor_cw(spin_system,parameters,H,R,K)
  
==Arguments==
+
==Parameters==
  
 
   parameters.sweep        nuclear frequency sweep width, Hz
 
   parameters.sweep        nuclear frequency sweep width, Hz

Revision as of 18:48, 5 June 2026

Fast approximate simulation of isotropic continuous-wave ENDOR pulse sequence - essentially an NMR spectrum weighted by hyperfine couplings is recorded.

Syntax

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

Parameters

  parameters.sweep         nuclear frequency sweep width, Hz

  parameters.npoints       number of FID points to be computed

  H     - Hamiltonian matrix, received from context function

  R     - relaxation superoperator, received from context function

  K     - kinetics superoperator, received from context function

Outputs

  fid   - free induction decay whose Fourier transform 
          approximates a CW ENDOR spectrum

See also

endor_mims.m, endor_davies.m, eseem.m, fieldsweep.m, hyscore.m

Version 2.3, authors: Luke Edwards