Search found 14 matches

by arden13
Wed Jul 01, 2015 10:59 am
Forum: Bugs
Topic: Loading SpecMan files with EasySpin 5.0.0
Replies: 4
Views: 5016

Re: Loading SpecMan files with EasySpin 5.0.0

Here is the associated *.exp file for the *.d01 I posted earlier.
by arden13
Wed Jul 01, 2015 10:29 am
Forum: Bugs
Topic: Loading SpecMan files with EasySpin 5.0.0
Replies: 4
Views: 5016

Re: Loading SpecMan files with EasySpin 5.0.0

I'm also having problems with loading *.d01 files. This is the error I receive: Invalid field name: 'SR830_lock-in_Sensitivity'. Error in setfield (line 33) s.(deblank(strField)) = varargin{end}; Error in eprload_specman>SpecMandsc (line 130) Error in eprload_specman (line 73) Error in eprload (line...
by arden13
Thu Mar 19, 2015 2:28 pm
Forum: General forum
Topic: Damping a Time Domain Signal to Mimic Signal Decay
Replies: 2
Views: 2344

Re: Damping a Time Domain Signal to Mimic Signal Decay

Thanks, that worked wonderfully!
by arden13
Wed Mar 18, 2015 10:16 am
Forum: General forum
Topic: Damping a Time Domain Signal to Mimic Signal Decay
Replies: 2
Views: 2344

Damping a Time Domain Signal to Mimic Signal Decay

I'm currently simulating some 14N ESEEM data and I was wondering if there is a way to include a damping function in a fitting routine. In my script for simulating by hand, I can apply a damping function like this: Damping=1.8 %User-specified variable %Generate Signal [simt,simy]=saffron(Sys, Exp, Op...
by arden13
Tue Mar 17, 2015 12:52 pm
Forum: General forum
Topic: ESFit error using saffron
Replies: 6
Views: 3868

Re: ESFit error using saffron

Tried it on another computer and it runs. Not sure what is going on. I'll let you know if I figure anything out.

Edit:

Seems I am running MATLAB 2014b and the computer it works on is 2009a. I'll try on some others

Also works on 2012b. Seems to be 2014b specific.
by arden13
Tue Mar 17, 2015 11:09 am
Forum: General forum
Topic: ESFit error using saffron
Replies: 6
Views: 3868

Re: ESFit error using saffron

Here you go!
by arden13
Tue Mar 17, 2015 11:01 am
Forum: General forum
Topic: ESFit error using saffron
Replies: 6
Views: 3868

Re: ESFit error using saffron

Here's what I'm using load('YData.mat'); load('ExpParams.mat'); clear Sys Exp Opt Vary Aiso=1.754; Adip=0.2; Q1=1.9; Q2=0.2; Sys.S=1/2; Sys.g=[2.205 2.205 2.065]; Sys.Nucs='14N,14N,14N'; Sys.A_=[Aiso Adip;Aiso Adip;Aiso Adip]; Sys.Apa=[0 pi 0; pi/3 pi 0; 2*pi/3 pi 0]; Sys.AStrain=[1 1 1]; Sys.Q=[Q1 ...
by arden13
Tue Mar 17, 2015 10:39 am
Forum: General forum
Topic: ESFit error using saffron
Replies: 6
Views: 3868

ESFit error using saffron

I'm attempting to fit a 3-pulse ESEEM spectrum in the time domain. When I do a simulation by hand, I receive no errors and each iteration of saffron takes a very short period of time, 1 second or less. However when I attempt to then take the exact same system and input it into esfit to nail down my ...
by arden13
Tue Jul 29, 2014 8:38 am
Forum: General forum
Topic: Parallelization and esfit
Replies: 6
Views: 11634

Re: Parallelization and esfit

Putting some degree of parallelization into ES has been on the to-do list for quite a while. The downside would be that it will require an additional toolbox. I am trying to keep ES running with the (admittedly somewhat feature-anemic) Matlab core. I'm sure if I had access to the esfit code I could...
by arden13
Mon Jul 28, 2014 3:17 pm
Forum: General forum
Topic: esfit and maxTime
Replies: 8
Views: 15162

Re: esfit and maxTime

Why would you want to limit the time of esfit? By prematurely stopping an optimization you're not likely to be at a parameter space minimum(on the way but not there yet). Perhaps a better method would be to decrease the step tolerance or function tolerance for coarse optimizations in parameter spac...