Search found 6 matches

by imasen
Tue Oct 08, 2024 8:06 pm
Forum: General forum
Topic: simulating spin-adducts with motional effects
Replies: 2
Views: 6443

Re: simulating spin-adducts with motional effects

It seems that you need to try fitting the fast regime using the garlic function, but this requires providing the full matrices of g and A. N_label.png clear, clc, clf % Set fitting experiment parameters Exp = struct('mwFreq',9.5,'Range',[335,341.5],'nPoints',1024); % Set fitting spin system paramete...
by imasen
Thu Aug 29, 2024 9:59 pm
Forum: General forum
Topic: Half of the plot in fitting window is blank
Replies: 1
Views: 5962

Re: Half of the plot in fitting window is blank

The fitting range of esfit depends on the magnetic field range of the experimental data you imported and the Sys.Range variable you provided, not your plot range. If you want to customize the fitting range, you should manually change your experimental data range, pay attention to clipping sign inste...
by imasen
Tue Dec 12, 2023 7:42 am
Forum: General forum
Topic: Alternative to matlab
Replies: 3
Views: 10497

Re: Alternative to matlab

There is no comprehensive and powerful alternative like easyspin yet. If you don't use matlab, you can try cwepr on python.

by imasen
Mon Dec 11, 2023 11:19 pm
Forum: General forum
Topic: How to simulate shoulder of peak.
Replies: 1
Views: 6034

Re: How to simulate shoulder of peak.

Your spectrum has long tails on either side of the peak, so you should take Lorentz broadening into account instead of using a single Gaussian broadening. In addition, it is not recommended that you use the three broadening modes of lw, gStrain and HStrain at the same time, which will make your simu...
by imasen
Fri Aug 25, 2023 2:55 am
Forum: General forum
Topic: About the fitting of multiple radicals
Replies: 5
Views: 5181

Re: About the fitting of multiple radicals

Hi DMWHZ, I am writing to share the results of my recent spectral analysis with you. I have successfully performed a precise fit to the spectrum, revealing the presence of three distinct components. Notably, each of these components exhibits a magnetic nucleus configuration: one with an I=1/2 nucleu...
by imasen
Tue Aug 15, 2023 1:31 am
Forum: General forum
Topic: Trouble Simulating Broadened Features
Replies: 3
Views: 3612

Re: Trouble Simulating Broadened Features

Maybe you can try a slow motion simulation with anisotropic spin parameters. Here is a simplified example: clear,clf,clc; SysH.S = 1/2; SysH.g = [2.002 2.0029]; SysH.Nucs = '14N,14N,1H,1H,1H,1H,1H,1H,1H,1H'; SysH.A = [0.24 30;0.24 30;0.1 2;0.1 2;0.1 2;0.1 2;0.1 2;0.1 2;0.1 2;0.1 2]; % MHz SysH.lwpp ...