Fitting Parameters

General forum for EasySpin: questions, how to's, etc.
Post Reply
quarkyscientist
Newbie
Posts: 1
Joined: Tue Sep 15, 2015 1:47 pm

Fitting Parameters

Post by quarkyscientist »

Hey EPR Community

Having some trouble fitting the simulation to the actual data. Code as follows:

clc

Sys.Nucs = 'Eu';
Sys.g = [1.95 1.99];
A_Eu = [.01 .01 .011]; %cm^-2
Sys.A = [A_Eu]*30e3 % cm^-1 -->MHz
Sys.AFrame = [0 .1 0]*pi/2;
%Sys.lwpp = [0 0.65]
Exp.mwFreq = 9.6; %GHz
Exp.Range = [5 695];
Vary.lw = 1.5;
% Vary.g = [0 0.02];
% Vary.lw = 0.3;
Opt.Method = 'perturb';
Opt.nKnots = [11 0];
pepper(Sys,Exp,Opt);
esfit('pepper',spc,Sys,Vary,Exp);

Not sure how to proceed so any advice would be helpful. Thanks!
Attachments
Screen Shot 2015-12-30 at 3.43.35 PM.png
Screen Shot 2015-12-30 at 3.43.35 PM.png (190.35 KiB) Viewed 5366 times
Post Reply