Strange artifacts appearing in Sim
Posted: Sat Sep 20, 2014 2:39 pm
I'm trying to simulate a powder spectrum and am getting very non physical results (see code + spectrum in attachment). I've seen this happen a few times when simulating other systems but this is a good example. Does anyone have an explanation for what's happening between ~5T and ~10T? Is there a way to fix this?
Code: Select all
clear
%Spin Hamiltonian Parameters
Sys.S = 2;
Sys.D=[-96993.9851 950]; %D, E
Sys.g = [2.0 2.0 2.0];
Sys.lw = 63;
Exp.Range = [0 14500];
Exp.mwFreq = 412.8;
Exp.Temperature = 5;
Exp.Orientations = [];
[B,spec] = pepper(Sys,Exp);
figure
plot(B, spec);