Search found 2 matches
- Wed Dec 23, 2015 12:13 pm
- Forum: General forum
- Topic: Vanadium 51 Trouble: PLEASE HELP!!
- Replies: 4
- Views: 4523
Re: Vanadium 51 Trouble: PLEASE HELP!!
It worked thanks. Also, How would I go about putting experimental results on top of the simulation? What would be the code? I tried this with eprload: [B,spc] = eprload('mydata.DTA'); % Bruker BES3T [B,spc] = eprload('mydata.DSC'); % Bruker BES3T [B,spc] = eprload('mydata'); % Bruker BES3T except us...
- Tue Dec 22, 2015 8:54 pm
- Forum: General forum
- Topic: Vanadium 51 Trouble: PLEASE HELP!!
- Replies: 4
- Views: 4523
Vanadium 51 Trouble: PLEASE HELP!!
Hey, I'm having trouble geting the beautiful 8 line spectrum of vanadium(IV). Below is my code thus far: Sys.S = 7/2; Sys.g = [1.9875 1.9835 1.9510]; Sys.lwpp = .5; Sys.Nucs = '51V'; Sys.AStrain = [175 180 505]; Exp.Harmonic = 1 Exp.mwFreg = 9.78; Exp.Range = [260 440]; Exp.nPoints = 2048; pepper(Sy...