Search found 5 matches

by Shamiul41
Fri May 16, 2025 8:23 am
Forum: General forum
Topic: Two component fitting
Replies: 3
Views: 7071

Re: Two component fitting

Hi, thank you for your reply. but i got some error message when i use this parts. like
Experimental data and model have unequal total number of points:
experimental: 2048
model: 4096

by Shamiul41
Fri May 16, 2025 1:16 am
Forum: General forum
Topic: Component Separation Using Opt.seperate="Componens'
Replies: 1
Views: 944

Component Separation Using Opt.seperate="Componens'

Hi i am trying to seperate two components using the following code. but getting error every time. Error using esfit Experimental data and model have unequal total number of points: experimental: 2048 model: 4096 Sys1.g = [2.0072, 2.0062, 2.0033]; Sys1.A=[6.7 6.7 35]; Sys1.Nucs = '14N'; Sys1.weight =...
by Shamiul41
Sun Feb 09, 2025 2:18 pm
Forum: General forum
Topic: Component Separation from two component EPR spectrum
Replies: 1
Views: 20100

Component Separation from two component EPR spectrum

Hi, I am new user. I tried to fit two component epr spectrum. And I fitted the spectrum. but i am unable to separate the component. I used the following code to fit the data. can anyone please help me what coding instruction i need to apply to save the component separately? or what is the output fil...
by Shamiul41
Wed Dec 18, 2024 9:48 am
Forum: General forum
Topic: Two component fitting
Replies: 3
Views: 7071

Two component fitting

Hi, I am a new user trying to fit two component epr spectra, I used the following code. I think i get the fitting, but i am unable to separate the two component from the fitted data. How can I get the two component graph separately? please help me. % Load experimental data [filename,filepath] = uige...
by Shamiul41
Mon Nov 11, 2024 8:15 pm
Forum: General forum
Topic: Two component fitting
Replies: 3
Views: 41547

Two component fitting

I am new in easy spin. I am trying to fitting an epr spectra using the following code. but i am not getting the exact fitting. Can you guys help me to find out what i need to change for the fitting [B, spc] = eprload("Sample_8_2.DTA"); figure; plot(B, spc); Sys1.g = [2.007, 2.006, 2.003]; ...