Search found 1 match

by tanvuhuynh
Mon Aug 21, 2017 12:36 am
Forum: General forum
Topic: Fitting EPR spectrum of TEMPO in polymer
Replies: 1
Views: 1480

Fitting EPR spectrum of TEMPO in polymer

Hi, I tried to fit the EPR spectrum in Polymers samples contained TEMPO . Here is the code of Matlab that I used: [B,spc] = eprload('PU5_2.dat'); Sys0.g = [1.9980,2.0040,1.9975]; Sys0.logtcorr=-8; Sys0.lw = 1; Sys0.A = [24,25,85]; Sys0.Nucs='14N'; Vary.lw = 2; Vary.g =[0.01 0.01 0.01]; Vary.A = [2 2...