Search found 3 matches
- Sun Feb 09, 2025 2:18 pm
- Forum: General forum
- Topic: Component Separation from two component EPR spectrum
- Replies: 1
- Views: 14285
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...
- Wed Dec 18, 2024 9:48 am
- Forum: General forum
- Topic: Two component fitting
- Replies: 1
- Views: 4940
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...
- Mon Nov 11, 2024 8:15 pm
- Forum: General forum
- Topic: Two component fitting
- Replies: 3
- Views: 33687
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]; ...